1 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: RDF reification implemented. |
4 |
|
|
5 |
|
* RDFXML.pm: undef vs false bug fixed. |
6 |
|
Reification implemented. |
7 |
|
|
8 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
11 |
|
The |node| arguments are added for |ontriple| calls. |
12 |
|
Too many "attribute not allowed" errors were raised. |
13 |
|
|
14 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
15 |
|
element. |
16 |
|
|
17 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* RDFXML.pm: New module. |
20 |
|
|
21 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src (set_inner_html): Line/column number |
24 |
|
code was old one yet. |
25 |
|
|
26 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
29 |
|
errors. Line/column markings for DOCTYPE, comment, and |
30 |
|
character tokens are reintroduced; otherwise, |
31 |
|
error location for "not HTML5" error and errors |
32 |
|
for implied elements are not attached. |
33 |
|
|
34 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
37 |
|
|
38 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
39 |
|
(value): Setter implemented. |
40 |
|
|
41 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
42 |
|
|
43 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: Unused line/column markings are removed. |
46 |
|
|
47 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
50 |
|
flag, which is no longer used. |
51 |
|
|
52 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: Set line/column information to element nodes. |
55 |
|
|
56 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
57 |
|
and !!!insert-element-t): Set line/column information to |
58 |
|
element nodes. |
59 |
|
|
60 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* HTML.pm.src (_get_next_token): The first "<" character |
* HTML.pm.src (_get_next_token): The first "<" character |