/[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.199 by wakaba, Fri Mar 21 09:19:57 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>  2008-03-21  Wakaba  <wakaba@suika.fam.cx>
142    
143          * ContentChecker.pm: RDF reification implemented.          * ContentChecker.pm: RDF reification implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24