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