1 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_byte_stream): Don't change to another |
4 |
|
encoding if the input is UTF-16 (HTML5 revision 3205). |
5 |
|
|
6 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: |isindex| should no longer generate |p| element |
9 |
|
node (HTML5 revision 3236). |
10 |
|
|
11 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm: Introduced new flag |has_autofocus|. Added |
14 |
|
support for new |id_type| value of |any|, which means any kind of |
15 |
|
element is allowed as a referenced element. |
16 |
|
|
17 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm: Introduced |check_attrs2| method for the ease |
20 |
|
of defining codes for checking required attribute and as such. |
21 |
|
|
22 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* IMTChecker.pm: Added more definitions for subtypes. |
25 |
|
|
26 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* URIChecker.pm: Some of |pos_end| values were wrong. |
29 |
|
|
30 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentChecker.pm (check_element): Added support for "no |
33 |
|
referenced datalist" error. |
34 |
|
|
35 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* URIChecker.pm: Bug fix: It did not work unless |
38 |
|
Message::DOM::DOMImplementation has been |require|d. |
39 |
|
|
40 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* NanoDOM.pm (document_uri): New attribute. |
43 |
|
|
44 |
|
* ContentChecker.pm: Don't use methods not implemented by NanoDOM. |
45 |
|
|
46 |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* NanoDOM.pm (text_content): Don't create a Text node if the new |
* NanoDOM.pm (text_content): Don't create a Text node if the new |