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

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.355

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24