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> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* HTML.pm.src (set_inner_html): Line/column number |
* HTML.pm.src (set_inner_html): Line/column number |