1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
4 |
|
was missing from |$HTMLInteractiveContent|. |
5 |
|
(a): Use new |$HTMLInteractiveContent| in place |
6 |
|
of |$HTMLIntetractiveElements|. |
7 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
8 |
|
of |$HTMLStrictlyInlineChecker|. |
9 |
|
|
10 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm (figure): Implemented. |
13 |
|
(video, audio): In no-parent-element case with |src| attribute, |
14 |
|
the content model is now prose content. |
15 |
|
|
16 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm (noscript): Reimplemented. |
19 |
|
|
20 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
23 |
|
1180). |
24 |
|
|
25 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
28 |
|
now requires prose content. |
29 |
|
|
30 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: Error messages revised. |
33 |
|
|
34 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
37 |
|
|
38 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
41 |
|
it does invoke subdoc callback to ask to the callee to validate |
42 |
|
the style sheet separately. |
43 |
|
|
44 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm (<style>): Initial version of CSS validation support. |
47 |
|
|
48 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm ($HTMLSignificantContentErrors): New. |
51 |
|
|
52 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Support for checking for significant content (HTML5 |
55 |
|
revision 1114). Note that the current implementation has |
56 |
|
an issue on treatment for transparent or semi-transparent |
57 |
|
elements. |
58 |
|
|
59 |
|
* Atom.pm: Support for significant content checking (for composed |
60 |
|
HTML-Atom documents). |
61 |
|
|
62 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm (header): Descendant constraint is redefined by |
65 |
|
new todo item type |descendant|. |
66 |
|
|
67 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
70 |
|
(nest/@mode): Definition was wrong. |
71 |
|
($HTMLSelectorsAttrChecker): New. |
72 |
|
|
73 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm (meta): Character references in |charset| attribute |
76 |
|
values are now erred. |
77 |
|
|
78 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm (meta): |charset| value tests implemented. |
81 |
|
|
82 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: Raise bad-context error for proposed link types. |
85 |
|
|
86 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: Specialized error for old charset syntax. |
89 |
|
|
90 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
93 |
|
|
94 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
* HTML.pm: Allow <html manifest=URI>. |
* HTML.pm: Allow <html manifest=URI>. |