/[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.316 by wakaba, Tue Sep 16 10:43:18 2008 UTC revision 1.349 by wakaba, Mon Oct 13 06:18:30 2008 UTC
# Line 1  Line 1 
1    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
4            construction stage synced with the spec (HTML5 revisions 2139 and
5            2302).
6    
7    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
8    
9            * ContentChecker.pm: New error level "html5_fact" added, which
10            should be tentatively used until all of requirements are properly
11            specced as RFC 2119 "MUST" in HTML5.
12    
13    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
14    
15            * ContentChecker.pod: Note on internal flags is added.
16    
17    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src: An AAA bug fixed.
20    
21    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: If another node is inserted by the parser, don't
24            reuse existing Text node to append a character (HTML5 revision
25            2124).
26    
27    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
30            revisions 1731 and 2128).
31    
32    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
35            Support for end tags of camelCase SVG elements were broken.  A
36            wrong error type text fixed.
37    
38    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
41    
42    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm.src: Support for new definition of |param| and |source|
45            start tag parsing (HTML5 revision 1731).
46    
47    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
50    
51    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
54            revisions 1731 and 1831).
55    
56    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
59            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
60            revision 1731).
61    
62    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
65            revision 1731).  End tags of |option| and |optgroup| elements are
66            now optional (HTML5 revision 1731).
67    
68    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: New "special" elements added to the list (HTML5
71            revision 1778).  "strile" -> "strike".
72    
73    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
74    
75            * ContentType.pm (get_sniffed_type): Support for the "better"
76            content sniffing (HTML5 revision 1927).  In a case the official
77            type was not returned when the method is invoked in the list
78            context.
79    
80    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm.src: Character references for non-space C0 characters,
83            including U+000B VT, DEL character, noncharacter code points, are
84            now converted to the U+FFFD character (cf. HTML5 revision 2138).
85    
86    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
87    
88            * ContentChecker.pm: |form=""| check support added.
89    
90    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
91    
92            * ContentChecker.pm: |contextmenu| validness is now checked using
93            |id| and |id_type| properties, and |menu| property is removed.
94    
95    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ContentChecker.pm: Prepare for |form| |name| attribute's
98            duplication checking.
99    
100    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
103            unsupported charset="" parameter value (HTML5 revision 2131).
104    
105    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm.src: Reminding places where U+000B is allowed as a space
108            character is fixed (cf. HTML5 revision 1738).
109    
110            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
111            space characters (HTML5 revision 1738).
112    
113    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: The "anything else" case for the "after after body"
116            insertion mode was not updated to swtich to the "in body"
117            insertion mode.  U+000B is no longer a space character for the
118            purpose of tree construction phase (HTML5 revision 1738).
119    
120    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src: U+000B is no longer a space character (HTML5
123            revision 1738).
124    
125    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
126    
127            * ContentType.pm: 0x0B is no longer a space character (HTML5
128            revision 1738).
129    
130            * HTML.pm.src: U+000B is no longer a space character for the
131            algorithm for extracting an encoding from a Content-Type (HTML5
132            revision 1738).
133    
134    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
135    
136            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
137    
138    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
139    
140            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
141    
142            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
143            matching.
144    
145    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
146    
147            * LangTag.pm: Warn for private use language subtags.  Error level
148            typos fixed.  Support for Suppress-Script field.
149    
150            * mklangreg.pl: Support for dumping of nested structure.
151    
152    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
153    
154            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
155            recommended case as per RFC 4646.
156    
157    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
158    
159            * LangTag.pm (check_rfc4646_langtag): New method.
160    
161    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
162    
163            * mklangreg.pl: New script.
164    
165            * Makefile: Updated for creation of the module for language subtag
166            registry.
167            
168    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
169    
170            * Makefile: WebIDL.html added.
171    
172            * WebIDL.pod: New documentation.
173    
174    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
175    
176            * WebIDL.pm: Checker's error types are redefined.
177    
178    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
179    
180            * WebIDL.pm: Parser's error types are redefined.  Some forward
181            compatible parsing bugs are fixed.  Some unreachable codes are
182            commented out.
183    
184  2008-09-16  Wakaba  <wakaba@suika.fam.cx>  2008-09-16  Wakaba  <wakaba@suika.fam.cx>
185    
186          * WebIDL.pm: Support for the reminding extended attributes are          * WebIDL.pm: Support for the reminding extended attributes are

Legend:
Removed from v.1.316  
changed lines
  Added in v.1.349

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24