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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24