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

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.339

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24