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