1 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
4 |
|
content checker for root element case reimplemented. |
5 |
|
|
6 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Revised. |
9 |
|
|
10 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
13 |
|
handling). |
14 |
|
|
15 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
18 |
|
|
19 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
22 |
|
the conformance checker cannot examine the semantics of the |
23 |
|
image). |
24 |
|
|
25 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
28 |
|
was missing from |$HTMLInteractiveContent|. |
29 |
|
(a): Use new |$HTMLInteractiveContent| in place |
30 |
|
of |$HTMLIntetractiveElements|. |
31 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
32 |
|
of |$HTMLStrictlyInlineChecker|. |
33 |
|
|
34 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm (figure): Implemented. |
37 |
|
(video, audio): In no-parent-element case with |src| attribute, |
38 |
|
the content model is now prose content. |
39 |
|
|
40 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm (noscript): Reimplemented. |
43 |
|
|
44 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
47 |
|
1180). |
48 |
|
|
49 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
52 |
|
now requires prose content. |
53 |
|
|
54 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Error messages revised. |
57 |
|
|
58 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
61 |
|
|
62 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
65 |
|
it does invoke subdoc callback to ask to the callee to validate |
66 |
|
the style sheet separately. |
67 |
|
|
68 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* HTML.pm (<style>): Initial version of CSS validation support. |
* HTML.pm (<style>): Initial version of CSS validation support. |