/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.372 by wakaba, Thu Jul 2 22:08:36 2009 UTC revision 1.399 by wakaba, Sun Sep 6 10:17:38 2009 UTC
# Line 1  Line 1 
1    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Changed the handling of </html> end tag of "in
4            body" insertion mode according to the latest spec definition.
5    
6    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: Rewrote end tag handling in |head| area (cf. HTML5
9            revision 2730, but it was entirely broken, maybe I missed some
10            spec changes before rev.2730).
11    
12    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: Added the |hgroup| element (HTML5 revision 3039 and
15            HTML5 revision 3040).
16    
17    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src: Added |xmp| to the list of Special elements (HTML5
20            revision 3689).  It should make no difference since the |xmp|
21            element has the PCDATA content and cannot be the non-bottommost
22            element in the stack of open elements.
23    
24    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm.src: Set the |confidence| flag to |irrlevant| when the
27            fragment parsing algorithm is invoked (HTML5 revision 2699).
28    
29    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm.src: Simplified foster parenting (HTML5 revision 2732).
32    
33    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src: No longer does foster parenting |style|, |script|,
36            and |input type=hidden| elements (HTML5 revision 2988).
37    
38    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src: Dropped the |eventsource| element (HTML5 revision
41            2870).
42    
43    2009-09-06  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm.src (_tree_construction_main): Treate |keygen| as a void
46            element (HTML5 revision 2960).
47    
48    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: Moved the "in table text" insertion mode code up
51            such that it does also work as specced in HTML5 in the remaining
52            cases (HTML5 revision 3382).
53    
54    2009-09-05  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: Implementing the "in table text" insertion mode,
57            first half (HTML5 revision 3382).
58    
59    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentChecker.pm: Allow |xml:lang| in HTML document if the
62            owner element is not an HTML element (HTML5 revision 3697).
63    
64    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentChecker.pm: Allow <input type=hidden> in context where
67            interactive content is disallowed (HTML5 revision 2392).
68    
69    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: Dropped support for "XSLT-compat" and added
72            "about:legacy-compat" (HTML5 revision 2725).
73    
74    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: "<!DOCTYPE>" is now explicitly supported in the
77            spec (HTML5 revision 2700).
78    
79    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src: Added support for <script> element in the "in
82            select" and "in select in table" insertion modes (HTML5 revision
83            2500).
84    
85    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm.src: An <hn> start tag in an <hn> element should close
88            the earlier element (HTML5 revision 2501).
89    
90    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm.src: The </br> end tags before the <body> start tag
93            should equally survive as the first br element child of the body
94            element (HTML5 revision 2586).
95    
96    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm.src: <font> in SVG land is handled as an SVG element as
99            long as it did not have HTML attributes (HTML5 revision 2590).
100    
101    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm.src (_tree_construction_main): Improved error reporting
104            on "select" start tag in "in select" and "in select in table"
105            parsing modes (c.f. HTML5 revision 3604).
106    
107    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
108    
109            * mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL
110            invalid (HTML5 revision 2701).
111    
112    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm.src: </rt>, </rp>, </option>, </optgroup> become
115            optional before </body> (HTML5 revision 2806).
116    
117    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm.src: Marked where SVG |script| execution should be
120            implemented (HTML5 revision 2904).
121    
122    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm.src (set_inner_html): The fragment parsing algorithm
125            inherits the document quirksness flag of the main document (HTML5
126            revision 2935).
127    
128    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm.src (_tree_construction_main): Put |table| in |p| in
131            quirks mode (The Hixie Quirk, HTML5 revision 3132).
132    
133    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src: <kegten> breaks out of <select> (HTML5 revision
136            3163).
137    
138    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm.src: Don't change encoding to UTF-8 if the input
141            encoding is UTF-16 (HTML5 revision 3204).
142    
143  2009-07-03  Wakaba  <wakaba@suika.fam.cx>  2009-07-03  Wakaba  <wakaba@suika.fam.cx>
144    
145          * HTML.pm.src (parse_byte_stream): Don't change to another          * HTML.pm.src (parse_byte_stream): Don't change to another

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.399

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24