1 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
4 |
|
is set are changed (HTML5 revision 1305). |
5 |
|
|
6 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
9 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
10 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
11 |
|
of attribute value literals (HTML5 revision 1296). More |
12 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
13 |
|
between attributes and ban attribute names or unquoted |
14 |
|
attribute values containing single or double quotes (HTML5 |
15 |
|
revision 1303). |
16 |
|
|
17 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
20 |
|
and related errors unless it is an HTML document (though the spec |
21 |
|
is unclear on whether it is applied to XHTML document). |
22 |
|
|
23 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
24 |
|
are added. |
25 |
|
|
26 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
29 |
|
|
30 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
33 |
|
|
34 |
|
* HTML.pm.src: |charset| in |content| attribute is |
35 |
|
case-insensitive (HTML5 revision 1270). |
36 |
|
|
37 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* ContentChecker.pm: New status constants are added. |
40 |
|
($ElementDefault): |status| added. |
41 |
|
(check_element): Err for non-standard or deprecated elements. |
42 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
43 |
|
|
44 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
47 |
|
|
48 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ContentChecker.pm (check_element): Element standardized |
51 |
|
status information is now dispatched. |
52 |
|
|
53 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
56 |
|
problem by adding some more arguments. |
57 |
|
|
58 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ContentChecker.pm (check_element): Use context of |
61 |
|
container-for-the-purpose-of-content-model element (not transparent |
62 |
|
element) for |check_child_element| calling and significant |
63 |
|
text flag marking. This reintroduces |<del>|-and-significant |
64 |
|
problem again. |
65 |
|
|
66 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
69 |
|
elements ignored for the purpose of phase changes in |
70 |
|
content model checking. |
71 |
|
|
72 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* ContentChecker.pm (check_element): In-element state |
75 |
|
was not properly managed for transparent cases. |
76 |
|
|
77 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* ContentChecker.pm (check_element): Support for |video| |
80 |
|
and |audio| as semi-transparent elements. |
81 |
|
|
82 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
85 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
86 |
|
Support for |html:object| as a semi-transparent element. |
87 |
|
|
88 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ContentChecker.pm (check_element): The way to traverse |
91 |
|
the tree is entirely revised to make it easier to track |
92 |
|
the state of ancestors/descendants. As a result of this |
93 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
94 |
|
support for content model checking for HTML elements |figure|, |
95 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
96 |
|
some XMLNS checkings) are dropped for now. They will be |
97 |
|
reimplemented in due cource. |
98 |
|
|
99 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
102 |
|
token (HTML5 revision 1225). |
103 |
|
|
104 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
107 |
|
|
108 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
109 |
|
contains character references or not. |
110 |
|
|
111 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
114 |
|
imlement significant content checking for contents |
115 |
|
with |del| elements. |
116 |
|
|
117 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
120 |
|
elements are added. |
121 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
122 |
|
|
123 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
124 |
|
|
125 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
128 |
|
|
129 |
|
* CacheManifest.pod: Updated. |
130 |
|
|
131 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
* ContentChecker.pm (check_document, check_element): Support |
* ContentChecker.pm (check_document, check_element): Support |