Skip to content

Conversation

@gaelicWizard
Copy link

@gaelicWizard gaelicWizard commented May 11, 2022

Improve whitespace, add a .editorconfig file to encourage consistent whitespace, add some microformats markup in a few places, and reduce unnecessary HTML elements.

I'd alsö like to move some fixes to the default theme and hopefully simplify this theme a little.

EDIT: the changes to the datetime attributes are because the w3c validator complains they're not valid. I think it's just really really upset about the space before the time zone offset?

nertzy and others added 21 commits October 25, 2020 13:08
Setting a list style of "none" for all list items within the #post-list
is overly broad. We should only affect the direct child list items so
that any <li> tags within a post retain their proper list style.
There cannot be more than one `id=wrapper` on the resulting HTML page
Add microformat markup to `post-item.html`

Alsö, whitespace
It is not valid to put `<span>`s inside a `<ul>` not inside a `<li>`.

See here for CSS info: https://stackoverflow.com/questions/20736211/adding-hr-using-the-after-selector
w3c expects `<article>`s to have `<header>`s, it seems
Alsö, dont use `id=wrapper` and add a couple of `class=…` from the default theme…because…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants