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> |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
* HTML.pm ($HTMLSignificantContentErrors): New. |