1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm (figure): Implemented. |
4 |
|
(video, audio): In no-parent-element case with |src| attribute, |
5 |
|
the content model is now prose content. |
6 |
|
|
7 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm (noscript): Reimplemented. |
10 |
|
|
11 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
14 |
|
1180). |
15 |
|
|
16 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
19 |
|
now requires prose content. |
20 |
|
|
21 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Error messages revised. |
24 |
|
|
25 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
28 |
|
|
29 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
32 |
|
it does invoke subdoc callback to ask to the callee to validate |
33 |
|
the style sheet separately. |
34 |
|
|
35 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm (<style>): Initial version of CSS validation support. |
38 |
|
|
39 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm ($HTMLSignificantContentErrors): New. |
42 |
|
|
43 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm: Support for checking for significant content (HTML5 |
46 |
|
revision 1114). Note that the current implementation has |
47 |
|
an issue on treatment for transparent or semi-transparent |
48 |
|
elements. |
49 |
|
|
50 |
|
* Atom.pm: Support for significant content checking (for composed |
51 |
|
HTML-Atom documents). |
52 |
|
|
53 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm (header): Descendant constraint is redefined by |
56 |
|
new todo item type |descendant|. |
57 |
|
|
58 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
61 |
|
(nest/@mode): Definition was wrong. |
62 |
|
($HTMLSelectorsAttrChecker): New. |
63 |
|
|
64 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm (meta): Character references in |charset| attribute |
67 |
|
values are now erred. |
68 |
|
|
69 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm (meta): |charset| value tests implemented. |
72 |
|
|
73 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Raise bad-context error for proposed link types. |
76 |
|
|
77 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: Specialized error for old charset syntax. |
80 |
|
|
81 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
84 |
|
|
85 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Allow <html manifest=URI>. |
88 |
|
|
89 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
92 |
|
revision 1115). |
93 |
|
|
94 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
97 |
|
revision 1115). |
98 |
|
|
99 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
102 |
|
|
103 |
|
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
106 |
|
|
107 |
|
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm: Make <script async defer> conforming (HTML5 |
110 |
|
revision 1085). |
111 |
|
|
112 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
115 |
|
and |html:rule| elements. |
116 |
|
|
117 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* Atom.pm (atom:link@title): Definition was missing. |
120 |
|
|
121 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* Atom.pm (hreflang): Checker is implemented. |
124 |
|
(AtomDateConstruct): Checking for content is implemented. |
125 |
|
|
126 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* HTML.pm: Support for language tag validation. |
129 |
|
|
130 |
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* HTML.pm (head, noscript): Treatement for invalid |meta| |
133 |
|
elenments are changed as per HTML5 revision 1018. |
134 |
|
|
135 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* HTML.pm: Raise new errors if |base| is following |
138 |
|
URI attributes or hyperlink attributes. |
139 |
|
|
140 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* HTML.pm: Support for |noscript| in |head|. Make an |
143 |
|
error for |noscript| in XML document. |
144 |
|
|
145 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
148 |
|
value are changed for the ease of error message catalog |
149 |
|
lookup. |
150 |
|
|
151 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
* Atom.pm: |link|-related checks are added; |type| |
* Atom.pm: |link|-related checks are added; |type| |