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

Legend:
Removed from v.1.320  
changed lines
  Added in v.1.351

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24