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