1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm (figure): Implemented. |
4 |
|
(video, audio): In no-parent-element case with |src| attribute, |
5 |
|
the content model is now prose content. |
6 |
|
|
7 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm (noscript): Reimplemented. |
10 |
|
|
11 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
14 |
|
1180). |
15 |
|
|
16 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
19 |
|
now requires prose content. |
20 |
|
|
21 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Error messages revised. |
24 |
|
|
25 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
28 |
|
|
29 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
32 |
|
it does invoke subdoc callback to ask to the callee to validate |
33 |
|
the style sheet separately. |
34 |
|
|
35 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
* HTML.pm (<style>): Initial version of CSS validation support. |
* HTML.pm (<style>): Initial version of CSS validation support. |