/[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.318 by wakaba, Tue Sep 16 13:59:55 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>  2008-09-16  Wakaba  <wakaba@suika.fam.cx>
144    
145          * WebIDL.pm: Checker's error types are redefined.          * WebIDL.pm: Checker's error types are redefined.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24