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

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.216

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24