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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24