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> |
95 |
|
|
96 |
|
* HTML.pm: Allow <html manifest=URI>. |
97 |
|
|
98 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
101 |
|
revision 1115). |
102 |
|
|
103 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
106 |
|
revision 1115). |
107 |
|
|
108 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
111 |
|
|
112 |
|
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
115 |
|
|
116 |
|
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm: Make <script async defer> conforming (HTML5 |
119 |
|
revision 1085). |
120 |
|
|
121 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
124 |
|
and |html:rule| elements. |
125 |
|
|
126 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* Atom.pm (atom:link@title): Definition was missing. |
129 |
|
|
130 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* Atom.pm (hreflang): Checker is implemented. |
133 |
|
(AtomDateConstruct): Checking for content is implemented. |
134 |
|
|
135 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* HTML.pm: Support for language tag validation. |
138 |
|
|
139 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
* HTML.pm (head, noscript): Treatement for invalid |meta| |