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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24