1 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
4 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
5 |
|
|
6 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
9 |
|
Don't raise "not defined" errors; they are now raised according |
10 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
11 |
|
are now non-deprecated, to avoid deprecated error message. |
12 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
13 |
|
according to HTML4. |
14 |
|
|
15 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
18 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
19 |
|
|
20 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
23 |
|
|
24 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
27 |
|
Raise not-part-of-HTML5 error for |acronym|. |
28 |
|
|
29 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: HTML5 attribute status added. |
32 |
|
|
33 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
36 |
|
info are not added yet). Make element or attribute not defined |
37 |
|
by HTML5 spec as a conformance error (though it is not clearly |
38 |
|
defined by HTML5 spec as non-conforming). Note that more work |
39 |
|
is needed for non-standard attribute thing, since the current |
40 |
|
implementation prevents non-standard attribute from being |
41 |
|
syntactically checked (otherwise it is treated as if a |
42 |
|
standard attribute). |
43 |
|
|
44 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Standardized status attributes are added. |
47 |
|
|
48 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
51 |
|
as usual. |
52 |
|
|
53 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
56 |
|
|
57 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm (datagrid): Condition was incorrect. |
60 |
|
|
61 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
64 |
|
change state when a transparent element is encountered. |
65 |
|
(details check): Reimplemented. |
66 |
|
|
67 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm (object check_end): Don't check significant content |
70 |
|
if the element is used as a transparent element. |
71 |
|
(video check): Reimplemented. |
72 |
|
|
73 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
* HTML.pm: |figure| content checker reimplemented. |object| |
* HTML.pm: |figure| content checker reimplemented. |object| |