1 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
4 |
|
are raised is changed (HTML5 revision 1404). |
5 |
|
|
6 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
9 |
|
|
10 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
13 |
|
replaced by constants representing element category. |
14 |
|
|
15 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
18 |
|
for error reporting. (This is a preparation for using constant |
19 |
|
value for ->[1].) |
20 |
|
|
21 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* RDFXML.pm: Typo fixed. |
24 |
|
|
25 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* ContentChecker.pm: |fact_level| is now treated |
28 |
|
as same as |must_level|, i.e. level = |m|. |
29 |
|
(check_element): Make list of URIs in the DOM. |
30 |
|
|
31 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* RDFXML.pm: Language accessor implemented. |
34 |
|
Local (null-namespace) attribute support. |
35 |
|
|
36 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* RDFXML.pm: Factored out ID checking code. |
39 |
|
|
40 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
43 |
|
and URI attributes is implemented. Warn if unknown |
44 |
|
value is used in rdf:parseType="" attribute. |
45 |
|
|
46 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
47 |
|
|
48 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
51 |
|
are now resolved. |
52 |
|
|
53 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* ContentChecker.pm: RDF reification implemented. |
* ContentChecker.pm: RDF reification implemented. |