1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
4 |
|
|
5 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
6 |
|
contains character references or not. |
7 |
|
|
8 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
11 |
|
imlement significant content checking for contents |
12 |
|
with |del| elements. |
13 |
|
|
14 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
17 |
|
elements are added. |
18 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
19 |
|
|
20 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
21 |
|
|
22 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
25 |
|
|
26 |
|
* CacheManifest.pod: Updated. |
27 |
|
|
28 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm (check_document, check_element): Support |
31 |
|
for second argument ($onsubdoc). |
32 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
33 |
|
|
34 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentChecker.pm (_get_css_parser): New. |
37 |
|
|
38 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
41 |
|
for checking had been used. |
42 |
|
|
43 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
46 |
|
|
47 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
50 |
|
specced in RFC 2046 and RFC 4288. |
51 |
|
(application/atom+xml): Definition added. |
52 |
|
|
53 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
56 |
|
warnings (rather than SHOULD-level errors). |
57 |
|
|
58 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
61 |
|
|
62 |
|
* HTML.pm.src: A flag for character references in attribute |
63 |
|
values are added. Set |manakai_has_reference| user data |
64 |
|
to |charset| attribute. |
65 |
|
|
66 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
69 |
|
attributes. |
70 |
|
|
71 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
72 |
|
cannot be tested. |
73 |
|
|
74 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
77 |
|
by universalchardet if charset parameter is not specified. |
78 |
|
|
79 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
80 |
|
|
81 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* ContentChecker.pm (check_document): Check the existence |
84 |
|
of character encoding declaration and selection of encoding |
85 |
|
for HTML document. |
86 |
|
|
87 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
90 |
|
type in list context. |
91 |
|
|
92 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* ContentType.pm: Sniffing with leading white space |
95 |
|
ignoring (HTML5 revisions 1013 and 1016). |
96 |
|
|
97 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
100 |
|
white spaces, are implemented. |
101 |
|
|
102 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
105 |
|
attribute if possible. |
106 |
|
|
107 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm.src (parse_byte_string): New method. |
110 |
|
(parse_char_string): New alias for |parse_string|. |
111 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
112 |
|
|
113 |
|
* HTML.pod: Updated. |
114 |
|
|
115 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pod (get_inner_html): Removed. |
118 |
|
|
119 |
|
* Makefile (HTML-all, HTML-clean): New. |
120 |
|
|
121 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
124 |
|
|
125 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
128 |
|
|
129 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* Makefile: |CacheManifest.html| is added. |
132 |
|
|
133 |
|
* CacheManifest.pod: New file. |
134 |
|
|
135 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
* CacheManifest.pm: New module. |
* CacheManifest.pm: New module. |