1 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
4 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
5 |
|
|
6 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
9 |
|
|
10 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
13 |
|
Raise not-part-of-HTML5 error for |acronym|. |
14 |
|
|
15 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: HTML5 attribute status added. |
18 |
|
|
19 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
22 |
|
info are not added yet). Make element or attribute not defined |
23 |
|
by HTML5 spec as a conformance error (though it is not clearly |
24 |
|
defined by HTML5 spec as non-conforming). Note that more work |
25 |
|
is needed for non-standard attribute thing, since the current |
26 |
|
implementation prevents non-standard attribute from being |
27 |
|
syntactically checked (otherwise it is treated as if a |
28 |
|
standard attribute). |
29 |
|
|
30 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: Standardized status attributes are added. |
33 |
|
|
34 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
37 |
|
as usual. |
38 |
|
|
39 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
42 |
|
|
43 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm (datagrid): Condition was incorrect. |
46 |
|
|
47 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
50 |
|
change state when a transparent element is encountered. |
51 |
|
(details check): Reimplemented. |
52 |
|
|
53 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm (object check_end): Don't check significant content |
56 |
|
if the element is used as a transparent element. |
57 |
|
(video check): Reimplemented. |
58 |
|
|
59 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* HTML.pm: |figure| content checker reimplemented. |object| |
* HTML.pm: |figure| content checker reimplemented. |object| |