1 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: If another node is inserted by the parser, don't |
4 |
|
reuse existing Text node to append a character (HTML5 revision |
5 |
|
2124). |
6 |
|
|
7 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |
10 |
|
revisions 1731 and 2128). |
11 |
|
|
12 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837). |
15 |
|
Support for end tags of camelCase SVG elements were broken. A |
16 |
|
wrong error type text fixed. |
17 |
|
|
18 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm.src: Drop redundant code (HTML5 revision 1731). |
21 |
|
|
22 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: Support for new definition of |param| and |source| |
25 |
|
start tag parsing (HTML5 revision 1731). |
26 |
|
|
27 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |
30 |
|
|
31 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5 |
34 |
|
revisions 1731 and 1831). |
35 |
|
|
36 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5 |
39 |
|
revisions 1731 and 1778). Support for the </sarcasm> end tag (HTML5 |
40 |
|
revision 1731). |
41 |
|
|
42 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src: Support for |command| and |eventsource| elements (HTML5 |
45 |
|
revision 1731). End tags of |option| and |optgroup| elements are |
46 |
|
now optional (HTML5 revision 1731). |
47 |
|
|
48 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: New "special" elements added to the list (HTML5 |
51 |
|
revision 1778). "strile" -> "strike". |
52 |
|
|
53 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentType.pm (get_sniffed_type): Support for the "better" |
56 |
|
content sniffing (HTML5 revision 1927). In a case the official |
57 |
|
type was not returned when the method is invoked in the list |
58 |
|
context. |
59 |
|
|
60 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src: Character references for non-space C0 characters, |
63 |
|
including U+000B VT, DEL character, noncharacter code points, are |
64 |
|
now converted to the U+FFFD character (cf. HTML5 revision 2138). |
65 |
|
|
66 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* ContentChecker.pm: |form=""| check support added. |
69 |
|
|
70 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ContentChecker.pm: |contextmenu| validness is now checked using |
73 |
|
|id| and |id_type| properties, and |menu| property is removed. |
74 |
|
|
75 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* ContentChecker.pm: Prepare for |form| |name| attribute's |
78 |
|
duplication checking. |
79 |
|
|
80 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src (parse_byte_stream): Support (or non-support) for |
83 |
|
unsupported charset="" parameter value (HTML5 revision 2131). |
84 |
|
|
85 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm.src: Reminding places where U+000B is allowed as a space |
88 |
|
character is fixed (cf. HTML5 revision 1738). |
89 |
|
|
90 |
|
* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of |
91 |
|
space characters (HTML5 revision 1738). |
92 |
|
|
93 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm.src: The "anything else" case for the "after after body" |
96 |
|
insertion mode was not updated to swtich to the "in body" |
97 |
|
insertion mode. U+000B is no longer a space character for the |
98 |
|
purpose of tree construction phase (HTML5 revision 1738). |
99 |
|
|
100 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm.src: U+000B is no longer a space character (HTML5 |
103 |
|
revision 1738). |
104 |
|
|
105 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* ContentType.pm: 0x0B is no longer a space character (HTML5 |
108 |
|
revision 1738). |
109 |
|
|
110 |
|
* HTML.pm.src: U+000B is no longer a space character for the |
111 |
|
algorithm for extracting an encoding from a Content-Type (HTML5 |
112 |
|
revision 1738). |
113 |
|
|
114 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |
* ContentChecker.pm ($IsInHTMLInteractiveContent): New. |