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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24