1 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: New "special" elements added to the list (HTML5 |
4 |
|
revision 1778). "strile" -> "strike". |
5 |
|
|
6 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentType.pm (get_sniffed_type): Support for the "better" |
9 |
|
content sniffing (HTML5 revision 1927). In a case the official |
10 |
|
type was not returned when the method is invoked in the list |
11 |
|
context. |
12 |
|
|
13 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: Character references for non-space C0 characters, |
16 |
|
including U+000B VT, DEL character, noncharacter code points, are |
17 |
|
now converted to the U+FFFD character (cf. HTML5 revision 2138). |
18 |
|
|
19 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ContentChecker.pm: |form=""| check support added. |
22 |
|
|
23 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.pm: |contextmenu| validness is now checked using |
26 |
|
|id| and |id_type| properties, and |menu| property is removed. |
27 |
|
|
28 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm: Prepare for |form| |name| attribute's |
31 |
|
duplication checking. |
32 |
|
|
33 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
36 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
37 |
|
|
38 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
41 |
|
character is fixed (cf. HTML5 revision 1738). |
42 |
|
|
43 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
44 |
|
space characters (HTML5 revision 1738). |
45 |
|
|
46 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* HTML.pm.src: The "anything else" case for the "after after body" |
* HTML.pm.src: The "anything else" case for the "after after body" |