Michael[tm] Smith
6c9895de30
Make UTF-8 the default.
2012-02-16 12:07:03 +09:00
Michael[tm] Smith
4ad0d1f2f7
Don't emit errors for void elements.
2012-02-16 11:39:54 +09:00
Michael[tm] Smith
73834b8412
Correct meta@name=generator output.
2012-02-10 15:40:33 +09:00
Michael[tm] Smith
b26db41c86
Do not mess with <!doctype html>. Fixes #2 .
2012-02-10 15:33:21 +09:00
Michael[tm] Smith
33ba8038fd
Allow noscript in head, & meta + link in head.
2012-02-10 14:44:18 +09:00
Michael[tm] Smith
264c9bc043
HTML IDs can contain anything except whitespace.
...
Introduced TY_(IsHTMLSpace)(uint c), which checks to see if c is one of the
chars that the HTML spec (and browsers) treat as a space in attribute
values: 0x020 (space), 0x009 (tab), 0x00a (LF), 0x00c (FF), or 0x00d (CF).
Can't use ANSI C isspace(int c) here because like standard functions for
many other langs, it also treats 0x00b as a space.
2012-01-02 16:12:51 +09:00
Michael[tm] Smith
c1be54071d
Make action not required on form.
2011-12-10 12:21:10 +09:00
Michael[tm] Smith
4fdc30c120
summary attribute is not required on table in HTML5
2011-11-21 12:34:05 +09:00
Michael[tm] Smith
34305a13d1
report missing href & rel for link elements
2011-11-20 20:58:35 +09:00
Michael[tm] Smith
2144093509
script does not require a type attribute
2011-11-20 19:42:54 +09:00
Michael[tm] Smith
6c1695fb5a
style doesn't need type; meta doesn't need content
2011-11-17 16:06:29 +09:00
Michael[tm] Smith
b92d7aab88
new
2011-11-17 11:44:16 +09:00