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

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.214

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24