diff options
author | smcv <smcv@web> | 2014-10-06 17:00:24 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-06 17:00:24 -0400 |
commit | 988b3e756c0f585a55536ba083b6322ac0a0ff52 (patch) | |
tree | 708a7f99e8437a6b060439dddd8aa75a21201c51 /doc/todo | |
parent | bb8f15e2a7e55bef6c2e44a0b4a530add030befc (diff) | |
download | ikiwiki-988b3e756c0f585a55536ba083b6322ac0a0ff52.tar ikiwiki-988b3e756c0f585a55536ba083b6322ac0a0ff52.tar.gz |
alternative plan
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/generate_HTML5_by_default.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/generate_HTML5_by_default.mdwn b/doc/todo/generate_HTML5_by_default.mdwn index 3adce8c90..59726bf04 100644 --- a/doc/todo/generate_HTML5_by_default.mdwn +++ b/doc/todo/generate_HTML5_by_default.mdwn @@ -31,3 +31,12 @@ Options include: Thoughts? --[[smcv]] + +> Another possibility would be to change the doctype to `<!DOCTYPE html>` +> unconditionally, stop trying to limit ourselves to XHTML 1.0 Strict +> (use HTML5 features that degrade gracefully, like +> [[ARIA roles|todo/add aria landmarks to make ikiwiki websites more accessible]]), +> but avoid using the new elements like `<section>` that require specific +> browser support unless `html5` is set to 1. That would get rid of the +> backwards-compatibility concerns while keeping the ability to use +> post-2000 markup. --[[smcv]] |