1 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
4 |
|
handling). |
5 |
|
|
6 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
9 |
|
|
10 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
13 |
|
the conformance checker cannot examine the semantics of the |
14 |
|
image). |
15 |
|
|
16 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
19 |
|
was missing from |$HTMLInteractiveContent|. |
20 |
|
(a): Use new |$HTMLInteractiveContent| in place |
21 |
|
of |$HTMLIntetractiveElements|. |
22 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
23 |
|
of |$HTMLStrictlyInlineChecker|. |
24 |
|
|
25 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm (figure): Implemented. |
28 |
|
(video, audio): In no-parent-element case with |src| attribute, |
29 |
|
the content model is now prose content. |
30 |
|
|
31 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm (noscript): Reimplemented. |
34 |
|
|
35 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
38 |
|
1180). |
39 |
|
|
40 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
43 |
|
now requires prose content. |
44 |
|
|
45 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* HTML.pm: Error messages revised. |
* HTML.pm: Error messages revised. |