1 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
4 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
5 |
|
are removed. |
6 |
|
|
7 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
10 |
|
are raised is changed (HTML5 revision 1404). |
11 |
|
|
12 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
15 |
|
|
16 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
19 |
|
replaced by constants representing element category. |
20 |
|
|
21 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
24 |
|
for error reporting. (This is a preparation for using constant |
25 |
|
value for ->[1].) |
26 |
|
|
27 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* RDFXML.pm: Typo fixed. |
30 |
|
|
31 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ContentChecker.pm: |fact_level| is now treated |
34 |
|
as same as |must_level|, i.e. level = |m|. |
35 |
|
(check_element): Make list of URIs in the DOM. |
36 |
|
|
37 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* RDFXML.pm: Language accessor implemented. |
40 |
|
Local (null-namespace) attribute support. |
41 |
|
|
42 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* RDFXML.pm: Factored out ID checking code. |
45 |
|
|
46 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
49 |
|
and URI attributes is implemented. Warn if unknown |
50 |
|
value is used in rdf:parseType="" attribute. |
51 |
|
|
52 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
53 |
|
|
54 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
57 |
|
are now resolved. |
58 |
|
|
59 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm: RDF reification implemented. |
62 |
|
|
63 |
|
* RDFXML.pm: undef vs false bug fixed. |
64 |
|
Reification implemented. |
65 |
|
|
66 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
69 |
|
The |node| arguments are added for |ontriple| calls. |
70 |
|
Too many "attribute not allowed" errors were raised. |
71 |
|
|
72 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
73 |
|
element. |
74 |
|
|
75 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* RDFXML.pm: New module. |
78 |
|
|
79 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
* HTML.pm.src (set_inner_html): Line/column number |
* HTML.pm.src (set_inner_html): Line/column number |