| 1 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |
| 4 |
|
|
| 5 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5 |
| 8 |
|
revisions 1731 and 1831). |
| 9 |
|
|
| 10 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
|
| 12 |
|
* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5 |
| 13 |
|
revisions 1731 and 1778). Support for the </sarcasm> end tag (HTML5 |
| 14 |
|
revision 1731). |
| 15 |
|
|
| 16 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* HTML.pm.src: Support for |command| and |eventsource| elements (HTML5 |
| 19 |
|
revision 1731). End tags of |option| and |optgroup| elements are |
| 20 |
|
now optional (HTML5 revision 1731). |
| 21 |
|
|
| 22 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
| 23 |
|
|
| 24 |
|
* HTML.pm.src: New "special" elements added to the list (HTML5 |
| 25 |
|
revision 1778). "strile" -> "strike". |
| 26 |
|
|
| 27 |
|
2008-10-02 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
|
| 29 |
|
* ContentType.pm (get_sniffed_type): Support for the "better" |
| 30 |
|
content sniffing (HTML5 revision 1927). In a case the official |
| 31 |
|
type was not returned when the method is invoked in the list |
| 32 |
|
context. |
| 33 |
|
|
| 34 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
| 36 |
|
* HTML.pm.src: Character references for non-space C0 characters, |
| 37 |
|
including U+000B VT, DEL character, noncharacter code points, are |
| 38 |
|
now converted to the U+FFFD character (cf. HTML5 revision 2138). |
| 39 |
|
|
| 40 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* ContentChecker.pm: |form=""| check support added. |
| 43 |
|
|
| 44 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
|
| 46 |
|
* ContentChecker.pm: |contextmenu| validness is now checked using |
| 47 |
|
|id| and |id_type| properties, and |menu| property is removed. |
| 48 |
|
|
| 49 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
| 50 |
|
|
| 51 |
* ContentChecker.pm: Prepare for |form| |name| attribute's |
* ContentChecker.pm: Prepare for |form| |name| attribute's |