1 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Raise specific error for invalid |
4 |
|
root element. |
5 |
|
|
6 |
|
* SelectorsParser.pm: Pass an empty string as a prefix |
7 |
|
for lookup namespace prefix callback, for loose compatibility |
8 |
|
with the |NSResolver| interface. |
9 |
|
|
10 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* ContentChecker.pm: Set level values for later uses. |
13 |
|
|
14 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ContentChecker.pm: Support for language tag validation. |
17 |
|
|
18 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
21 |
|
|
22 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* LangTag.pm: New module. |
25 |
|
|
26 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: Some error types were wrong. |
29 |
|
|
30 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* CSS/: New directory. |
33 |
|
|
34 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentChecker.pm (_check_get_children): Support |
37 |
|
for |noscript| in |head|. |
38 |
|
|
39 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* URI/: New directory. |
42 |
|
|
43 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
46 |
|
number. |
47 |
|
|
48 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
51 |
|
by |&|s. |
52 |
|
|
53 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: Token types are now represented in number. |
56 |
|
|
57 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentType.pm (SEE ALSO): Updated. |
60 |
|
|
61 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
62 |
|
|
63 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
66 |
|
999) is implemented. |
67 |
|
|
68 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
* ContentType.pm: Sniffing for |<script| (HTML5 revision |