/[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.327 by wakaba, Sat Sep 20 09:28:29 2008 UTC revision 1.353 by wakaba, Tue Oct 14 09:00:57 2008 UTC
# Line 1  Line 1 
1    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * NanoDOM.pm (dom_config): New attribute (do nothing), for
4            Whatpm::XML::Parser support.
5    
6    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
7    
8            * Makefile: New rule to make HTML/Tokenizer.pm is added.
9    
10            * HTML.pm.src: Tokenizer part moved to another file.
11    
12    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|.
15    
16    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: Element category constants redefined.
19            
20    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
23            construction stage synced with the spec (HTML5 revisions 2139 and
24            2302).
25    
26    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
27    
28            * ContentChecker.pm: New error level "html5_fact" added, which
29            should be tentatively used until all of requirements are properly
30            specced as RFC 2119 "MUST" in HTML5.
31    
32    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
33    
34            * ContentChecker.pod: Note on internal flags is added.
35    
36    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: An AAA bug fixed.
39    
40    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src: If another node is inserted by the parser, don't
43            reuse existing Text node to append a character (HTML5 revision
44            2124).
45    
46    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
49            revisions 1731 and 2128).
50    
51    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
54            Support for end tags of camelCase SVG elements were broken.  A
55            wrong error type text fixed.
56    
57    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
60    
61    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm.src: Support for new definition of |param| and |source|
64            start tag parsing (HTML5 revision 1731).
65    
66    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
69    
70    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
73            revisions 1731 and 1831).
74    
75    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
78            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
79            revision 1731).
80    
81    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
84            revision 1731).  End tags of |option| and |optgroup| elements are
85            now optional (HTML5 revision 1731).
86    
87    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm.src: New "special" elements added to the list (HTML5
90            revision 1778).  "strile" -> "strike".
91    
92    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentType.pm (get_sniffed_type): Support for the "better"
95            content sniffing (HTML5 revision 1927).  In a case the official
96            type was not returned when the method is invoked in the list
97            context.
98    
99    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm.src: Character references for non-space C0 characters,
102            including U+000B VT, DEL character, noncharacter code points, are
103            now converted to the U+FFFD character (cf. HTML5 revision 2138).
104    
105    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
106    
107            * ContentChecker.pm: |form=""| check support added.
108    
109    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm: |contextmenu| validness is now checked using
112            |id| and |id_type| properties, and |menu| property is removed.
113    
114    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
115    
116            * ContentChecker.pm: Prepare for |form| |name| attribute's
117            duplication checking.
118    
119    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
122            unsupported charset="" parameter value (HTML5 revision 2131).
123    
124    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src: Reminding places where U+000B is allowed as a space
127            character is fixed (cf. HTML5 revision 1738).
128    
129            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
130            space characters (HTML5 revision 1738).
131    
132    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm.src: The "anything else" case for the "after after body"
135            insertion mode was not updated to swtich to the "in body"
136            insertion mode.  U+000B is no longer a space character for the
137            purpose of tree construction phase (HTML5 revision 1738).
138    
139  2008-09-20  Wakaba  <wakaba@suika.fam.cx>  2008-09-20  Wakaba  <wakaba@suika.fam.cx>
140    
141          * HTML.pm.src: U+000B is no longer a space character (HTML5          * HTML.pm.src: U+000B is no longer a space character (HTML5

Legend:
Removed from v.1.327  
changed lines
  Added in v.1.353

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24