1 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |
4 |
|
|
5 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5 |
8 |
|
revisions 1731 and 1831). |
9 |
|
|
10 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5 |
13 |
|
revisions 1731 and 1778). Support for the </sarcasm> end tag (HTML5 |
14 |
|
revision 1731). |
15 |
|
|
16 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: Support for |command| and |eventsource| elements (HTML5 |
19 |
|
revision 1731). End tags of |option| and |optgroup| elements are |
20 |
|
now optional (HTML5 revision 1731). |
21 |
|
|
22 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: New "special" elements added to the list (HTML5 |
25 |
|
revision 1778). "strile" -> "strike". |
26 |
|
|
27 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ContentType.pm (get_sniffed_type): Support for the "better" |
30 |
|
content sniffing (HTML5 revision 1927). In a case the official |
31 |
|
type was not returned when the method is invoked in the list |
32 |
|
context. |
33 |
|
|
34 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: Character references for non-space C0 characters, |
37 |
|
including U+000B VT, DEL character, noncharacter code points, are |
38 |
|
now converted to the U+FFFD character (cf. HTML5 revision 2138). |
39 |
|
|
40 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: |form=""| check support added. |
43 |
|
|
44 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm: |contextmenu| validness is now checked using |
47 |
|
|id| and |id_type| properties, and |menu| property is removed. |
48 |
|
|
49 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* ContentChecker.pm: Prepare for |form| |name| attribute's |
52 |
|
duplication checking. |
53 |
|
|
54 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
57 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
58 |
|
|
59 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
62 |
|
character is fixed (cf. HTML5 revision 1738). |
63 |
|
|
64 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
65 |
|
space characters (HTML5 revision 1738). |
66 |
|
|
67 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
70 |
|
insertion mode was not updated to swtich to the "in body" |
71 |
|
insertion mode. U+000B is no longer a space character for the |
72 |
|
purpose of tree construction phase (HTML5 revision 1738). |
73 |
|
|
74 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
77 |
|
revision 1738). |
78 |
|
|
79 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
82 |
|
revision 1738). |
83 |
|
|
84 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
85 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
86 |
|
revision 1738). |
87 |
|
|
88 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
91 |
|
|
92 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* LangTag.pm: Add checks for remaining requirements from RFC 4646. |
95 |
|
|
96 |
|
* mklangreg.pl: Sort 'Prefix' values by their length, to ease |
97 |
|
matching. |
98 |
|
|
99 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* LangTag.pm: Warn for private use language subtags. Error level |
102 |
|
typos fixed. Support for Suppress-Script field. |
103 |
|
|
104 |
|
* mklangreg.pl: Support for dumping of nested structure. |
105 |
|
|
106 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* LangTag.pm (check_rfc4646_langtag): Check if a tag is in the |
109 |
|
recommended case as per RFC 4646. |
110 |
|
|
111 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* LangTag.pm (check_rfc4646_langtag): New method. |
114 |
|
|
115 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* mklangreg.pl: New script. |
118 |
|
|
119 |
|
* Makefile: Updated for creation of the module for language subtag |
120 |
|
registry. |
121 |
|
|
122 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* Makefile: WebIDL.html added. |
125 |
|
|
126 |
|
* WebIDL.pod: New documentation. |
127 |
|
|
128 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* WebIDL.pm: Checker's error types are redefined. |
131 |
|
|
132 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* WebIDL.pm: Parser's error types are redefined. Some forward |
135 |
|
compatible parsing bugs are fixed. Some unreachable codes are |
136 |
|
commented out. |
137 |
|
|
138 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* WebIDL.pm: Support for the reminding extended attributes are |
141 |
|
added. It does not satisfy the definition that a forward |
142 |
|
interface declaration has an extended attribute. It seems that |
143 |
|
unless explicitly allowed multiple extended attributes with the |
144 |
|
same name is not allowed, though it is not explicitly mentioned in |
145 |
|
the spec. |
146 |
|
|
147 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* WebIDL.pm: Unescapes extended attribute names and extended |
150 |
|
attribute identifiers. Preserve whether an extended attribute has |
151 |
|
an argument list of not. Support for extended attributes: |
152 |
|
Constructor, ExceptionConsts, IndexGetter, IndexSetter, |
153 |
|
NameGetter, NameSetter, and Null. |
154 |
|
(has_argument_list): New attribute. |
155 |
|
(idl_text): Stringifies argument lists, if any, even if it is |
156 |
|
empty. |
157 |
|
|
158 |
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
* HTML.pm.src: New state |PCDATA_STATE|. Use an empty string for |
* HTML.pm.src: New state |PCDATA_STATE|. Use an empty string for |