/[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.307 by wakaba, Sun Sep 14 11:57:41 2008 UTC revision 1.343 by wakaba, Sat Oct 4 11:32:15 2008 UTC
# Line 1  Line 1 
1    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
4            Support for end tags of camelCase SVG elements were broken.  A
5            wrong error type text fixed.
6    
7    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
10    
11    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Support for new definition of |param| and |source|
14            start tag parsing (HTML5 revision 1731).
15    
16    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
19    
20    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
23            revisions 1731 and 1831).
24    
25    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
28            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
29            revision 1731).
30    
31    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
34            revision 1731).  End tags of |option| and |optgroup| elements are
35            now optional (HTML5 revision 1731).
36    
37    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm.src: New "special" elements added to the list (HTML5
40            revision 1778).  "strile" -> "strike".
41    
42    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
43    
44            * ContentType.pm (get_sniffed_type): Support for the "better"
45            content sniffing (HTML5 revision 1927).  In a case the official
46            type was not returned when the method is invoked in the list
47            context.
48    
49    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm.src: Character references for non-space C0 characters,
52            including U+000B VT, DEL character, noncharacter code points, are
53            now converted to the U+FFFD character (cf. HTML5 revision 2138).
54    
55    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
56    
57            * ContentChecker.pm: |form=""| check support added.
58    
59    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentChecker.pm: |contextmenu| validness is now checked using
62            |id| and |id_type| properties, and |menu| property is removed.
63    
64    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentChecker.pm: Prepare for |form| |name| attribute's
67            duplication checking.
68    
69    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
72            unsupported charset="" parameter value (HTML5 revision 2131).
73    
74    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: Reminding places where U+000B is allowed as a space
77            character is fixed (cf. HTML5 revision 1738).
78    
79            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
80            space characters (HTML5 revision 1738).
81    
82    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: The "anything else" case for the "after after body"
85            insertion mode was not updated to swtich to the "in body"
86            insertion mode.  U+000B is no longer a space character for the
87            purpose of tree construction phase (HTML5 revision 1738).
88    
89    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src: U+000B is no longer a space character (HTML5
92            revision 1738).
93    
94    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
95    
96            * ContentType.pm: 0x0B is no longer a space character (HTML5
97            revision 1738).
98    
99            * HTML.pm.src: U+000B is no longer a space character for the
100            algorithm for extracting an encoding from a Content-Type (HTML5
101            revision 1738).
102    
103    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
104    
105            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
106    
107    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
108    
109            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
110    
111            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
112            matching.
113    
114    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
115    
116            * LangTag.pm: Warn for private use language subtags.  Error level
117            typos fixed.  Support for Suppress-Script field.
118    
119            * mklangreg.pl: Support for dumping of nested structure.
120    
121    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
122    
123            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
124            recommended case as per RFC 4646.
125    
126    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
127    
128            * LangTag.pm (check_rfc4646_langtag): New method.
129    
130    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
131    
132            * mklangreg.pl: New script.
133    
134            * Makefile: Updated for creation of the module for language subtag
135            registry.
136            
137    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
138    
139            * Makefile: WebIDL.html added.
140    
141            * WebIDL.pod: New documentation.
142    
143    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
144    
145            * WebIDL.pm: Checker's error types are redefined.
146    
147    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
148    
149            * WebIDL.pm: Parser's error types are redefined.  Some forward
150            compatible parsing bugs are fixed.  Some unreachable codes are
151            commented out.
152    
153    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
154    
155            * WebIDL.pm: Support for the reminding extended attributes are
156            added.  It does not satisfy the definition that a forward
157            interface declaration has an extended attribute.  It seems that
158            unless explicitly allowed multiple extended attributes with the
159            same name is not allowed, though it is not explicitly mentioned in
160            the spec.
161    
162    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
163    
164            * WebIDL.pm: Unescapes extended attribute names and extended
165            attribute identifiers.  Preserve whether an extended attribute has
166            an argument list of not.  Support for extended attributes:
167            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
168            NameGetter, NameSetter, and Null.
169            (has_argument_list): New attribute.
170            (idl_text): Stringifies argument lists, if any, even if it is
171            empty.
172    
173    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
176            |{s_kwd}| in DATA_STATE as default.
177    
178    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
181            by |{s_kwd}| in DATA_STATE.
182    
183    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: Shorten keys.
186    
187    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: Remove checking for control character, surrogate
190            pair, or noncharacter code points and non-Unicode code
191            points (they should be handled by Whatpm::Charset::UnicodeChecker).
192            (parse_char_stream): Support for the |$get_wrapper| argument and
193            character stream error handlers.
194    
195    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentChecker.pm: Don't call |loda_ns_module|
198            for null-namespace elements/attributes.
199    
200            * HTML.pm.src: Fact out $disallowed_control_chars
201            as a hash.
202    
203    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
206            and |{next_char}| initializations are moved to initialization
207            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
208            with |parse_char_stream|.
209    
210    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm.src (parse_char_stream): Make |set_next_char|
213            invoke |manakai_read_until|, not only |read|, where
214            possible, to decrease the number of |read| method calls.
215    
216            * mkhtmlparser.pl: Related changes to the aforementioned
217            modification.
218    
219  2008-09-14  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
220    
221          * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|          * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.343

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24