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