1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
4 |
|
from "in HTML:xml:lang" error. Character position |
5 |
|
is now the last part of the error type in the URI error |
6 |
|
description. Report "unsupported" status for language |
7 |
|
tags, media queries, script codes, and style sheets. |
8 |
|
|
9 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* ContentChecker.pm: Report error if |xml:lang| |
12 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
13 |
|
in XML. |
14 |
|
|
15 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
16 |
|
|
17 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: The character immediately following |
20 |
|
a bare |hcro| was discarded. Fix handling of |
21 |
|
entity references in attribute values. |
22 |
|
|
23 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm.src (main and trailin end phases): Token |
26 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
27 |
|
factored out. Error types |in html:#DOCTYPE| |
28 |
|
and |after html:#DOCTYPE| are merged |
29 |
|
into |DOCTYPE in the middle|. |</frameset>| |
30 |
|
in fragment parsing mode changed the |
31 |
|
insertion mode. |
32 |
|
|
33 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
36 |
|
phase is now an insertion mode. Treatments for white |
37 |
|
space character tokens were incorrect for some |
38 |
|
insertion modes. An old |meta| case was not removed. |
39 |
|
|
40 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm.src: |meta| charset declaration extraction |
43 |
|
implemented (but changing the encoding is not yet:-). |
44 |
|
|
45 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Charset/: New directory. |
48 |
|
|
49 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* H2H.pm: New Perl module (created from |
52 |
|
manakai's H2H.dis). |
53 |
|
|
54 |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
* XMLSerializer.pm: New Perl module (created from |
* XMLSerializer.pm: New Perl module (created from |