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