/[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.217 by wakaba, Sun Apr 13 10:36:40 2008 UTC
# Line 1  Line 1 
1    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Raise an parse error for any disallowed
4            character (HTML5 revision 1263).
5    
6    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
7    
8            * mkentitylist.pl: Support for new HTML5 entity table format (the
9            definition for |AElig;| was missing).
10    
11    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
14            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
15    
16    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: List of element names that close foreign content
19            insertion mode is added (HTML5 revisions 1412 and 1418).
20    
21    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: Support for |mglyph| and |malignmark|
24            elements (HTML5 revision 1410).
25    
26    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: Support for new long MathML entities (HTML5
29            revision 1406).
30    
31    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: CDATA section support for MathML and SVG
34            elements (HTML5 revision 1404 and 1420).
35    
36    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
39            elements (HTML5 revision 1404).  Unused !!!macro definitions
40            are removed.
41    
42    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
45            are raised is changed (HTML5 revision 1404).
46    
47    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: Category sets that are no longer used are removed.
50    
51    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: The ->[1] property of stack entries are now
54            replaced by constants representing element category.
55    
56    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
59            for error reporting.  (This is a preparation for using constant
60            value for ->[1].)
61    
62    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
63    
64            * RDFXML.pm: Typo fixed.
65    
66    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
67    
68            * ContentChecker.pm: |fact_level| is now treated
69            as same as |must_level|, i.e. level = |m|.
70            (check_element): Make list of URIs in the DOM.
71    
72    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
73    
74            * RDFXML.pm: Language accessor implemented.
75            Local (null-namespace) attribute support.
76    
77    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
78    
79            * RDFXML.pm: Factored out ID checking code.
80    
81    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
82    
83            * RDFXML.pm: TODO items noted.  Validation of ID
84            and URI attributes is implemented.  Warn if unknown
85            value is used in rdf:parseType="" attribute.
86    
87            * URIChecker.pm (check_rdf_uri_reference): New function.
88    
89    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
90    
91            * RDFXML.pm: bnodeid implemented.  Relative references
92            are now resolved.
93    
94    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
95    
96            * ContentChecker.pm: RDF reification implemented.
97    
98            * RDFXML.pm: undef vs false bug fixed.
99            Reification implemented.
100    
101    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
102    
103            * RDFXML.pm: s/id/ID/ for attribute name.
104            The |node| arguments are added for |ontriple| calls.
105            Too many "attribute not allowed" errors were raised.
106    
107            * ContentChecker.pm: Initial experimental support for rdf:RDF
108            element.
109    
110    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
111    
112            * RDFXML.pm: New module.
113    
114    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src (set_inner_html): Line/column number
117            code was old one yet.
118    
119    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
122            errors.  Line/column markings for DOCTYPE, comment, and
123            character tokens are reintroduced; otherwise,
124            error location for "not HTML5" error and errors
125            for implied elements are not attached.
126    
127    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm.src: Set line/column numbers to attributes.
130    
131            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
132            (value): Setter implemented.
133    
134            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
135    
136    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm.src: Unused line/column markings are removed.
139    
140    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
143            flag, which is no longer used.
144    
145  2008-03-17  Wakaba  <wakaba@suika.fam.cx>  2008-03-17  Wakaba  <wakaba@suika.fam.cx>
146    
147          * 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.217

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24