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

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.232

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24