1 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
4 |
|
insertion mode! |
5 |
|
|
6 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
9 |
|
now directly invoke the handler. |
10 |
|
|
11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
14 |
|
is merged to the "in body" insertion mode code. |
15 |
|
|
16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
19 |
|
insertion modes are merged. |
20 |
|
|
21 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
24 |
|
|
25 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
28 |
|
instead of string constant for |{content_model_flag}|. |
29 |
|
|
30 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm.src: Add the name of the attribute |
33 |
|
to the "duplicate attribute" error. |
34 |
|
|
35 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm: Return the |class| node list. |
38 |
|
|
39 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* ContentChecker.pm: Return the |id| node list. |
42 |
|
|
43 |
|
* HTML.pm.src: A typo is fixed. |
44 |
|
|
45 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
48 |
|
from "in HTML:xml:lang" error. Character position |
49 |
|
is now the last part of the error type in the URI error |
50 |
|
description. Report "unsupported" status for language |
51 |
|
tags, media queries, script codes, and style sheets. |
52 |
|
|
53 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm: Report error if |xml:lang| |
56 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
57 |
|
in XML. |
58 |
|
|
59 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
60 |
|
|
61 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src: The character immediately following |
64 |
|
a bare |hcro| was discarded. Fix handling of |
65 |
|
entity references in attribute values. |
66 |
|
|
67 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm.src (main and trailin end phases): Token |
70 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
71 |
|
factored out. Error types |in html:#DOCTYPE| |
72 |
|
and |after html:#DOCTYPE| are merged |
73 |
|
into |DOCTYPE in the middle|. |</frameset>| |
74 |
|
in fragment parsing mode changed the |
75 |
|
insertion mode. |
76 |
|
|
77 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
80 |
|
phase is now an insertion mode. Treatments for white |
81 |
|
space character tokens were incorrect for some |
82 |
|
insertion modes. An old |meta| case was not removed. |
83 |
|
|
84 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm.src: |meta| charset declaration extraction |
87 |
|
implemented (but changing the encoding is not yet:-). |
88 |
|
|
89 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Charset/: New directory. |
92 |
|
|
93 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
* H2H.pm: New Perl module (created from |
* H2H.pm: New Perl module (created from |