1 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
4 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
5 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
6 |
|
of attribute value literals (HTML5 revision 1296). More |
7 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
8 |
|
between attributes and ban attribute names or unquoted |
9 |
|
attribute values containing single or double quotes (HTML5 |
10 |
|
revision 1303). |
11 |
|
|
12 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
15 |
|
and related errors unless it is an HTML document (though the spec |
16 |
|
is unclear on whether it is applied to XHTML document). |
17 |
|
|
18 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
19 |
|
are added. |
20 |
|
|
21 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
24 |
|
|
25 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
28 |
|
|
29 |
|
* HTML.pm.src: |charset| in |content| attribute is |
30 |
|
case-insensitive (HTML5 revision 1270). |
31 |
|
|
32 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm: New status constants are added. |
35 |
|
($ElementDefault): |status| added. |
36 |
|
(check_element): Err for non-standard or deprecated elements. |
37 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
38 |
|
|
39 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
42 |
|
|
43 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* ContentChecker.pm (check_element): Element standardized |
46 |
|
status information is now dispatched. |
47 |
|
|
48 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
51 |
|
problem by adding some more arguments. |
52 |
|
|
53 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm (check_element): Use context of |
56 |
|
container-for-the-purpose-of-content-model element (not transparent |
57 |
|
element) for |check_child_element| calling and significant |
58 |
|
text flag marking. This reintroduces |<del>|-and-significant |
59 |
|
problem again. |
60 |
|
|
61 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
64 |
|
elements ignored for the purpose of phase changes in |
65 |
|
content model checking. |
66 |
|
|
67 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* ContentChecker.pm (check_element): In-element state |
* ContentChecker.pm (check_element): In-element state |