1 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
4 |
|
|
5 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm (datagrid): Condition was incorrect. |
8 |
|
|
9 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
12 |
|
change state when a transparent element is encountered. |
13 |
|
(details check): Reimplemented. |
14 |
|
|
15 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm (object check_end): Don't check significant content |
18 |
|
if the element is used as a transparent element. |
19 |
|
(video check): Reimplemented. |
20 |
|
|
21 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
24 |
|
content checker for root element case reimplemented. |
25 |
|
|
26 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Revised. |
29 |
|
|
30 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
33 |
|
handling). |
34 |
|
|
35 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
38 |
|
|
39 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
42 |
|
the conformance checker cannot examine the semantics of the |
43 |
|
image). |
44 |
|
|
45 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
48 |
|
was missing from |$HTMLInteractiveContent|. |
49 |
|
(a): Use new |$HTMLInteractiveContent| in place |
50 |
|
of |$HTMLIntetractiveElements|. |
51 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
52 |
|
of |$HTMLStrictlyInlineChecker|. |
53 |
|
|
54 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm (figure): Implemented. |
57 |
|
(video, audio): In no-parent-element case with |src| attribute, |
58 |
|
the content model is now prose content. |
59 |
|
|
60 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm (noscript): Reimplemented. |
63 |
|
|
64 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
67 |
|
1180). |
68 |
|
|
69 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
72 |
|
now requires prose content. |
73 |
|
|
74 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: Error messages revised. |
77 |
|
|
78 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
81 |
|
|
82 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
* HTML.pm (<style>): CSS validation code removed; instead, |
* HTML.pm (<style>): CSS validation code removed; instead, |