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