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> |
47 |
|
|
48 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
49 |
|
insertion mode was not updated to swtich to the "in body" |
50 |
|
insertion mode. U+000B is no longer a space character for the |
51 |
|
purpose of tree construction phase (HTML5 revision 1738). |
52 |
|
|
53 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
56 |
|
revision 1738). |
57 |
|
|
58 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
61 |
|
revision 1738). |
62 |
|
|
63 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
64 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
65 |
|
revision 1738). |
66 |
|
|
67 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
70 |
|
|
71 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* LangTag.pm: Add checks for remaining requirements from RFC 4646. |
74 |
|
|
75 |
|
* mklangreg.pl: Sort 'Prefix' values by their length, to ease |
76 |
|
matching. |
77 |
|
|
78 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* LangTag.pm: Warn for private use language subtags. Error level |
81 |
|
typos fixed. Support for Suppress-Script field. |
82 |
|
|
83 |
|
* mklangreg.pl: Support for dumping of nested structure. |
84 |
|
|
85 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* LangTag.pm (check_rfc4646_langtag): Check if a tag is in the |
88 |
|
recommended case as per RFC 4646. |
89 |
|
|
90 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* LangTag.pm (check_rfc4646_langtag): New method. |
93 |
|
|
94 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* mklangreg.pl: New script. |
97 |
|
|
98 |
|
* Makefile: Updated for creation of the module for language subtag |
99 |
|
registry. |
100 |
|
|
101 |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
* Makefile: WebIDL.html added. |
* Makefile: WebIDL.html added. |