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