1 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
4 |
|
as usual. |
5 |
|
|
6 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
9 |
|
|
10 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm (datagrid): Condition was incorrect. |
13 |
|
|
14 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
17 |
|
change state when a transparent element is encountered. |
18 |
|
(details check): Reimplemented. |
19 |
|
|
20 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm (object check_end): Don't check significant content |
23 |
|
if the element is used as a transparent element. |
24 |
|
(video check): Reimplemented. |
25 |
|
|
26 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
29 |
|
content checker for root element case reimplemented. |
30 |
|
|
31 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Revised. |
34 |
|
|
35 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
38 |
|
handling). |
39 |
|
|
40 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
43 |
|
|
44 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
47 |
|
the conformance checker cannot examine the semantics of the |
48 |
|
image). |
49 |
|
|
50 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
53 |
|
was missing from |$HTMLInteractiveContent|. |
54 |
|
(a): Use new |$HTMLInteractiveContent| in place |
55 |
|
of |$HTMLIntetractiveElements|. |
56 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
57 |
|
of |$HTMLStrictlyInlineChecker|. |
58 |
|
|
59 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm (figure): Implemented. |
62 |
|
(video, audio): In no-parent-element case with |src| attribute, |
63 |
|
the content model is now prose content. |
64 |
|
|
65 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm (noscript): Reimplemented. |
68 |
|
|
69 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
72 |
|
1180). |
73 |
|
|
74 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
77 |
|
now requires prose content. |
78 |
|
|
79 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: Error messages revised. |
82 |
|
|
83 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
86 |
|
|
87 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
90 |
|
it does invoke subdoc callback to ask to the callee to validate |
91 |
|
the style sheet separately. |
92 |
|
|
93 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm (<style>): Initial version of CSS validation support. |
96 |
|
|
97 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm ($HTMLSignificantContentErrors): New. |
100 |
|
|
101 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm: Support for checking for significant content (HTML5 |
104 |
|
revision 1114). Note that the current implementation has |
105 |
|
an issue on treatment for transparent or semi-transparent |
106 |
|
elements. |
107 |
|
|
108 |
|
* Atom.pm: Support for significant content checking (for composed |
109 |
|
HTML-Atom documents). |
110 |
|
|
111 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTML.pm (header): Descendant constraint is redefined by |
114 |
|
new todo item type |descendant|. |
115 |
|
|
116 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
119 |
|
(nest/@mode): Definition was wrong. |
120 |
|
($HTMLSelectorsAttrChecker): New. |
121 |
|
|
122 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm (meta): Character references in |charset| attribute |
125 |
|
values are now erred. |
126 |
|
|
127 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm (meta): |charset| value tests implemented. |
130 |
|
|
131 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML.pm: Raise bad-context error for proposed link types. |
134 |
|
|
135 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
* HTML.pm: Specialized error for old charset syntax. |
* HTML.pm: Specialized error for old charset syntax. |