| 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> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
* HTML.pm (object check_end): Don't check significant content |
* HTML.pm (object check_end): Don't check significant content |