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

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.209

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24