1 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
4 |
|
replaced by constants representing element category. |
5 |
|
|
6 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
9 |
|
for error reporting. (This is a preparation for using constant |
10 |
|
value for ->[1].) |
11 |
|
|
12 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* RDFXML.pm: Typo fixed. |
15 |
|
|
16 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm: |fact_level| is now treated |
19 |
|
as same as |must_level|, i.e. level = |m|. |
20 |
|
(check_element): Make list of URIs in the DOM. |
21 |
|
|
22 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* RDFXML.pm: Language accessor implemented. |
25 |
|
Local (null-namespace) attribute support. |
26 |
|
|
27 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* RDFXML.pm: Factored out ID checking code. |
30 |
|
|
31 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
34 |
|
and URI attributes is implemented. Warn if unknown |
35 |
|
value is used in rdf:parseType="" attribute. |
36 |
|
|
37 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
38 |
|
|
39 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
42 |
|
are now resolved. |
43 |
|
|
44 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm: RDF reification implemented. |
47 |
|
|
48 |
|
* RDFXML.pm: undef vs false bug fixed. |
49 |
|
Reification implemented. |
50 |
|
|
51 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
54 |
|
The |node| arguments are added for |ontriple| calls. |
55 |
|
Too many "attribute not allowed" errors were raised. |
56 |
|
|
57 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
58 |
|
element. |
59 |
|
|
60 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* RDFXML.pm: New module. |
63 |
|
|
64 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src (set_inner_html): Line/column number |
67 |
|
code was old one yet. |
68 |
|
|
69 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
72 |
|
errors. Line/column markings for DOCTYPE, comment, and |
73 |
|
character tokens are reintroduced; otherwise, |
74 |
|
error location for "not HTML5" error and errors |
75 |
|
for implied elements are not attached. |
76 |
|
|
77 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
80 |
|
|
81 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
82 |
|
(value): Setter implemented. |
83 |
|
|
84 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
85 |
|
|
86 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: Unused line/column markings are removed. |
89 |
|
|
90 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
93 |
|
flag, which is no longer used. |
94 |
|
|
95 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm.src: Set line/column information to element nodes. |
98 |
|
|
99 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
100 |
|
and !!!insert-element-t): Set line/column information to |
101 |
|
element nodes. |
102 |
|
|
103 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
106 |
|
in "<?", "<>", or "</>" should be the error point. |
107 |
|
|
108 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
111 |
|
|
112 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm.src: Token-level precious error reporting. |
115 |
|
|
116 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm.src: Preparation for more precious error point |
119 |
|
reporting. |
120 |
|
|
121 |
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
* HTML.pm.src: Error type revised. |
* HTML.pm.src: Error type revised. |