1 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
4 |
|
and URI attributes is implemented. Warn if unknown |
5 |
|
value is used in rdf:parseType="" attribute. |
6 |
|
|
7 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
8 |
|
|
9 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
12 |
|
are now resolved. |
13 |
|
|
14 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ContentChecker.pm: RDF reification implemented. |
17 |
|
|
18 |
|
* RDFXML.pm: undef vs false bug fixed. |
19 |
|
Reification implemented. |
20 |
|
|
21 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
24 |
|
The |node| arguments are added for |ontriple| calls. |
25 |
|
Too many "attribute not allowed" errors were raised. |
26 |
|
|
27 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
28 |
|
element. |
29 |
|
|
30 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* RDFXML.pm: New module. |
33 |
|
|
34 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src (set_inner_html): Line/column number |
37 |
|
code was old one yet. |
38 |
|
|
39 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
42 |
|
errors. Line/column markings for DOCTYPE, comment, and |
43 |
|
character tokens are reintroduced; otherwise, |
44 |
|
error location for "not HTML5" error and errors |
45 |
|
for implied elements are not attached. |
46 |
|
|
47 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
50 |
|
|
51 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
52 |
|
(value): Setter implemented. |
53 |
|
|
54 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
55 |
|
|
56 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src: Unused line/column markings are removed. |
59 |
|
|
60 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
63 |
|
flag, which is no longer used. |
64 |
|
|
65 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src: Set line/column information to element nodes. |
68 |
|
|
69 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
70 |
|
and !!!insert-element-t): Set line/column information to |
71 |
|
element nodes. |
72 |
|
|
73 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
76 |
|
in "<?", "<>", or "</>" should be the error point. |
77 |
|
|
78 |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
* HTML.pm.src: Some more fixes on error position reporting. |
* HTML.pm.src: Some more fixes on error position reporting. |