1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
4 |
|
was missing from |$HTMLInteractiveContent|. |
5 |
|
(a): Use new |$HTMLInteractiveContent| in place |
6 |
|
of |$HTMLIntetractiveElements|. |
7 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
8 |
|
of |$HTMLStrictlyInlineChecker|. |
9 |
|
|
10 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm (figure): Implemented. |
13 |
|
(video, audio): In no-parent-element case with |src| attribute, |
14 |
|
the content model is now prose content. |
15 |
|
|
16 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm (noscript): Reimplemented. |
19 |
|
|
20 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
23 |
|
1180). |
24 |
|
|
25 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
28 |
|
now requires prose content. |
29 |
|
|
30 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: Error messages revised. |
33 |
|
|
34 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
37 |
|
|
38 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
41 |
|
it does invoke subdoc callback to ask to the callee to validate |
42 |
|
the style sheet separately. |
43 |
|
|
44 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
* HTML.pm (<style>): Initial version of CSS validation support. |
* HTML.pm (<style>): Initial version of CSS validation support. |