1 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
4 |
|
attributes. |
5 |
|
|
6 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
7 |
|
cannot be tested. |
8 |
|
|
9 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
12 |
|
by universalchardet if charset parameter is not specified. |
13 |
|
|
14 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
15 |
|
|
16 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm (check_document): Check the existence |
19 |
|
of character encoding declaration and selection of encoding |
20 |
|
for HTML document. |
21 |
|
|
22 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
25 |
|
type in list context. |
26 |
|
|
27 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ContentType.pm: Sniffing with leading white space |
30 |
|
ignoring (HTML5 revisions 1013 and 1016). |
31 |
|
|
32 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
35 |
|
white spaces, are implemented. |
36 |
|
|
37 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
40 |
|
attribute if possible. |
41 |
|
|
42 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src (parse_byte_string): New method. |
45 |
|
(parse_char_string): New alias for |parse_string|. |
46 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
47 |
|
|
48 |
|
* HTML.pod: Updated. |
49 |
|
|
50 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pod (get_inner_html): Removed. |
53 |
|
|
54 |
|
* Makefile (HTML-all, HTML-clean): New. |
55 |
|
|
56 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
59 |
|
|
60 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
63 |
|
|
64 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Makefile: |CacheManifest.html| is added. |
67 |
|
|
68 |
|
* CacheManifest.pod: New file. |
69 |
|
|
70 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* CacheManifest.pm: New module. |
73 |
|
|
74 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: Support for application cache selection algorithm |
77 |
|
callback. |
78 |
|
|
79 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
82 |
|
|
83 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Makefile (clean): New rule. |
86 |
|
|
87 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
88 |
|
|
89 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
92 |
|
|
93 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* ContentChecker.pm (check_document): Support for |
96 |
|
new |is_xml_root| flag. |
97 |
|
(check_element): Support for new |pluses| state. |
98 |
|
(_add_pluses): New method. |
99 |
|
(_remove_minuses): Support for new |minus| item. |
100 |
|
|
101 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* ContentChecker.pm: Raise specific error for invalid |
104 |
|
root element. |
105 |
|
|
106 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* ContentChecker.pm: Set level values for later uses. |
109 |
|
|
110 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* ContentChecker.pm: Support for language tag validation. |
113 |
|
|
114 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
117 |
|
|
118 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* LangTag.pm: New module. |
121 |
|
|
122 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm.src: Some error types were wrong. |
125 |
|
|
126 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* CSS/: New directory. |
129 |
|
|
130 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* ContentChecker.pm (_check_get_children): Support |
133 |
|
for |noscript| in |head|. |
134 |
|
|
135 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* URI/: New directory. |
138 |
|
|
139 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
142 |
|
number. |
143 |
|
|
144 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
147 |
|
by |&|s. |
148 |
|
|
149 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* HTML.pm.src: Token types are now represented in number. |
152 |
|
|
153 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
* ContentType.pm (SEE ALSO): Updated. |
* ContentType.pm (SEE ALSO): Updated. |