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