/[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.191 by wakaba, Mon Mar 17 13:23:38 2008 UTC revision 1.227 by wakaba, Mon May 5 08:36:55 2008 UTC
# Line 1  Line 1 
1    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
4    
5    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTMLTable.pm: How table model errors are detected is
8            changed (HTML5 revision 1387).
9    
10    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTMLTable.pm: The algorithm now moves |tfoot| elements
13            to the end of the table (HTML5 revision 1380).
14    
15    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
18            of 1-based (HTML5 revision 1376).
19    
20    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
21    
22            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
23            and "Content-Encoding" no longer prevent sniffing (HTML5
24            revision 1288).
25    
26    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
27    
28            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
29            1282).
30    
31    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
32    
33            * ContentChecker.pm: Support for global attributes.
34            Status of XML specs are added.
35    
36    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
37    
38            * ContentChecker.pm (check_element): Support for |template=""|
39            and |ref=""| attribute (referent element type checking).
40    
41    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
42    
43            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
44            1500) is implemented (except for IDNA part and URI-scheme-specific
45            knowledge).  Line number counting was wrong for LF-only
46            documents.
47    
48    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: Raise an parse error for any disallowed
51            character (HTML5 revision 1263).
52    
53    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
54    
55            * mkentitylist.pl: Support for new HTML5 entity table format (the
56            definition for |AElig;| was missing).
57    
58    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
61            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
62    
63    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm.src: List of element names that close foreign content
66            insertion mode is added (HTML5 revisions 1412 and 1418).
67    
68    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: Support for |mglyph| and |malignmark|
71            elements (HTML5 revision 1410).
72    
73    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: Support for new long MathML entities (HTML5
76            revision 1406).
77    
78    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: CDATA section support for MathML and SVG
81            elements (HTML5 revision 1404 and 1420).
82    
83    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
86            elements (HTML5 revision 1404).  Unused !!!macro definitions
87            are removed.
88    
89    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
92            are raised is changed (HTML5 revision 1404).
93    
94    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm.src: Category sets that are no longer used are removed.
97    
98    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm.src: The ->[1] property of stack entries are now
101            replaced by constants representing element category.
102    
103    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
106            for error reporting.  (This is a preparation for using constant
107            value for ->[1].)
108    
109    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
110    
111            * RDFXML.pm: Typo fixed.
112    
113    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
114    
115            * ContentChecker.pm: |fact_level| is now treated
116            as same as |must_level|, i.e. level = |m|.
117            (check_element): Make list of URIs in the DOM.
118    
119    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
120    
121            * RDFXML.pm: Language accessor implemented.
122            Local (null-namespace) attribute support.
123    
124    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
125    
126            * RDFXML.pm: Factored out ID checking code.
127    
128    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
129    
130            * RDFXML.pm: TODO items noted.  Validation of ID
131            and URI attributes is implemented.  Warn if unknown
132            value is used in rdf:parseType="" attribute.
133    
134            * URIChecker.pm (check_rdf_uri_reference): New function.
135    
136    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
137    
138            * RDFXML.pm: bnodeid implemented.  Relative references
139            are now resolved.
140    
141    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
142    
143            * ContentChecker.pm: RDF reification implemented.
144    
145            * RDFXML.pm: undef vs false bug fixed.
146            Reification implemented.
147    
148    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
149    
150            * RDFXML.pm: s/id/ID/ for attribute name.
151            The |node| arguments are added for |ontriple| calls.
152            Too many "attribute not allowed" errors were raised.
153    
154            * ContentChecker.pm: Initial experimental support for rdf:RDF
155            element.
156    
157    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
158    
159            * RDFXML.pm: New module.
160    
161    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm.src (set_inner_html): Line/column number
164            code was old one yet.
165    
166    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
169            errors.  Line/column markings for DOCTYPE, comment, and
170            character tokens are reintroduced; otherwise,
171            error location for "not HTML5" error and errors
172            for implied elements are not attached.
173    
174    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm.src: Set line/column numbers to attributes.
177    
178            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
179            (value): Setter implemented.
180    
181            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
182    
183    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: Unused line/column markings are removed.
186    
187    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
190            flag, which is no longer used.
191    
192  2008-03-17  Wakaba  <wakaba@suika.fam.cx>  2008-03-17  Wakaba  <wakaba@suika.fam.cx>
193    
194          * HTML.pm.src: Set line/column information to element nodes.          * HTML.pm.src: Set line/column information to element nodes.

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.227

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24