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> |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
* ContentChecker.pm: RDF reification implemented. |
* ContentChecker.pm: RDF reification implemented. |