diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-02 15:09:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-02 15:09:33 -0400 |
commit | d69f6057d1e1787fa3c19cc13c40eb3e9b822283 (patch) | |
tree | aa547dc8305255748fd281f715a179d181fbe1e5 /debian/changelog | |
parent | 7517d34da928bb9612c65fcde87cc434b7b7d653 (diff) |
use html5 semantic markup in page.tmpl
This is a first pass, it avoids needing to change style.css
except where it refers to tag types.
This goes a bit off the rails at the pageheader with its nested header.
Semantically, there should be an article around the whole page
header, content, and footer. Just as there will be an article around a
whole comment or inlined page header, content, and footer.
But that will mean changing the css that currently refers to pageheader to
refer to the enclosing article instead.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c9fc2e657..789fda1ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ ikiwiki (3.20100502) UNRELEASED; urgency=low * Add parameter to displaytime to specify that it is a pubdate, and in html5 mode, use time tag. * Add placeholder text in search form (in html5 mode only). + * In html5 mode, use all the nice new semantic tags. Care was taken + to not change the id/class named used in the CSS, so only CSS + that refers to tag types needed to be changed. -- Joey Hess <joeyh@debian.org> Sun, 02 May 2010 13:22:50 -0400 |