| 1 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* ContentChecker.pm (check_element): The way to traverse |
| 4 |
|
the tree is entirely revised to make it easier to track |
| 5 |
|
the state of ancestors/descendants. As a result of this |
| 6 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
| 7 |
|
support for content model checking for HTML elements |figure|, |
| 8 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
| 9 |
|
some XMLNS checkings) are dropped for now. They will be |
| 10 |
|
reimplemented in due cource. |
| 11 |
|
|
| 12 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
| 15 |
|
token (HTML5 revision 1225). |
| 16 |
|
|
| 17 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
| 19 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
| 20 |
|
|
| 21 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
| 22 |
|
contains character references or not. |
| 23 |
|
|
| 24 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
| 26 |
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
* ContentChecker.pm (_get_children): (Incompleted) attempt to |