1 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5 |
4 |
|
revisions 1731 and 1778). Support for the </sarcasm> end tag (HTML5 |
5 |
|
revision 1731). |
6 |
|
|
7 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src: Support for |command| and |eventsource| elements (HTML5 |
10 |
|
revision 1731). End tags of |option| and |optgroup| elements are |
11 |
|
now optional (HTML5 revision 1731). |
12 |
|
|
13 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: New "special" elements added to the list (HTML5 |
16 |
|
revision 1778). "strile" -> "strike". |
17 |
|
|
18 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* ContentType.pm (get_sniffed_type): Support for the "better" |
21 |
|
content sniffing (HTML5 revision 1927). In a case the official |
22 |
|
type was not returned when the method is invoked in the list |
23 |
|
context. |
24 |
|
|
25 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm.src: Character references for non-space C0 characters, |
28 |
|
including U+000B VT, DEL character, noncharacter code points, are |
29 |
|
now converted to the U+FFFD character (cf. HTML5 revision 2138). |
30 |
|
|
31 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ContentChecker.pm: |form=""| check support added. |
34 |
|
|
35 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm: |contextmenu| validness is now checked using |
38 |
|
|id| and |id_type| properties, and |menu| property is removed. |
39 |
|
|
40 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: Prepare for |form| |name| attribute's |
43 |
|
duplication checking. |
44 |
|
|
45 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
48 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
49 |
|
|
50 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
53 |
|
character is fixed (cf. HTML5 revision 1738). |
54 |
|
|
55 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
56 |
|
space characters (HTML5 revision 1738). |
57 |
|
|
58 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
61 |
|
insertion mode was not updated to swtich to the "in body" |
62 |
|
insertion mode. U+000B is no longer a space character for the |
63 |
|
purpose of tree construction phase (HTML5 revision 1738). |
64 |
|
|
65 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
68 |
|
revision 1738). |
69 |
|
|
70 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
73 |
|
revision 1738). |
74 |
|
|
75 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
76 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
77 |
|
revision 1738). |
78 |
|
|
79 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
82 |
|
|
83 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* LangTag.pm: Add checks for remaining requirements from RFC 4646. |
86 |
|
|
87 |
|
* mklangreg.pl: Sort 'Prefix' values by their length, to ease |
88 |
|
matching. |
89 |
|
|
90 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* LangTag.pm: Warn for private use language subtags. Error level |
93 |
|
typos fixed. Support for Suppress-Script field. |
94 |
|
|
95 |
|
* mklangreg.pl: Support for dumping of nested structure. |
96 |
|
|
97 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* LangTag.pm (check_rfc4646_langtag): Check if a tag is in the |
100 |
|
recommended case as per RFC 4646. |
101 |
|
|
102 |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
* LangTag.pm (check_rfc4646_langtag): New method. |
* LangTag.pm (check_rfc4646_langtag): New method. |