1 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_char_stream): New method. |
4 |
|
(parse_char_string): This method is now defined as an invocation |
5 |
|
of the |parse_char_stream| method. |
6 |
|
|
7 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src (parse_byte_string): Report various status |
10 |
|
of the sniffing as info-level errors. Support for new |
11 |
|
decoding framework in parser resestting. |
12 |
|
(new): Various default error levels were not set. |
13 |
|
|
14 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
17 |
|
algorithm, except for the actual sniffing, is implemented |
18 |
|
with new framework with Message::Charset::Info. |
19 |
|
|
20 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
23 |
|
URIs in fallback section (HTML5 revision 1596). |
24 |
|
|
25 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Makefile (Entities.html): URI has changed. |
28 |
|
|
29 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
32 |
|
1553). |
33 |
|
|
34 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
37 |
|
no longer table elements, but table objects returned |
38 |
|
by Whatpm::HTMLTable. |
39 |
|
|
40 |
|
* HTMLTable.pm (form_table): Return table element node |
41 |
|
as |$table->{element}|. |
42 |
|
(assign_header): Support for the |headers=""| attribute. |
43 |
|
|
44 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTMLTable.pm (assign_header): New function; first version |
47 |
|
with no support for headers="". |
48 |
|
(form_table): Include table width and height to the returned |
49 |
|
table object for covenience. Indexing in column assignement was wrong. |
50 |
|
Set whether a data cell is empty or not for convenience. |
51 |
|
|
52 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
55 |
|
|
56 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTMLTable.pm: How table model errors are detected is |
59 |
|
changed (HTML5 revision 1387). |
60 |
|
|
61 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
64 |
|
to the end of the table (HTML5 revision 1380). |
65 |
|
|
66 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
69 |
|
of 1-based (HTML5 revision 1376). |
70 |
|
|
71 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
74 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
75 |
|
revision 1288). |
76 |
|
|
77 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
80 |
|
1282). |
81 |
|
|
82 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* ContentChecker.pm: Support for global attributes. |
85 |
|
Status of XML specs are added. |
86 |
|
|
87 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
90 |
|
and |ref=""| attribute (referent element type checking). |
91 |
|
|
92 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
95 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
96 |
|
knowledge). Line number counting was wrong for LF-only |
97 |
|
documents. |
98 |
|
|
99 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
102 |
|
character (HTML5 revision 1263). |
103 |
|
|
104 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
107 |
|
definition for |AElig;| was missing). |
108 |
|
|
109 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |