| 1 |
<Atom:feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:Atom="http://www.w3.org/2005/Atom"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit</Atom:id><Atom:title>Whatpm ChangeLog diffs</Atom:title><Atom:updated>2008-12-06T10:00:48Z</Atom:updated><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit" hreflang="en" rel="self" type="application/atom+xml"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme" rel="related"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme#license" rel="license"></Atom:link><Atom:rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</Atom:rights><entry xml:id="entry-1228557652"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557652</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:00:48Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 10:00:34 -0000 |
<Atom:feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:Atom="http://www.w3.org/2005/Atom"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit</Atom:id><Atom:title>Whatpm ChangeLog diffs</Atom:title><Atom:updated>2008-12-13T04:49:00Z</Atom:updated><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit" hreflang="en" rel="self" type="application/atom+xml"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme" rel="related"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme#license" rel="license"></Atom:link><Atom:rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</Atom:rights><entry xml:id="entry-1229143743"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229143743</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T04:49:00Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 13 Dec 2008 04:48:14 -0000 |
| 2 |
|
2008-12-13 Wakaba <[email protected]> |
| 3 |
|
|
| 4 |
|
* content-model-7.dat: Added an example from HTML5 spec. |
| 5 |
|
|
| 6 |
|
++ whatpm/t/dom-conformance/ChangeLog 13 Dec 2008 04:48:48 -0000 |
| 7 |
|
* html-form-label.dat, html-forms-1.dat: Added test data for |
| 8 |
|
form="". |
| 9 |
|
|
| 10 |
|
2008-12-13 Wakaba <[email protected]> |
| 11 |
|
|
| 12 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 13 Dec 2008 04:47:22 -0000 |
| 13 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
| 14 |
|
|
| 15 |
|
2008-12-13 Wakaba <[email protected]> |
| 16 |
|
|
| 17 |
|
</content></entry><entry xml:id="entry-1229136877"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229136877</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T02:54:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 13 Dec 2008 02:54:24 -0000 |
| 18 |
|
2008-12-13 Wakaba <[email protected]> |
| 19 |
|
|
| 20 |
|
* html-form-input-1.dat, html-form-button.dat, html-forms-1.dat: |
| 21 |
|
Added test data for form submission attributes. |
| 22 |
|
|
| 23 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 13 Dec 2008 02:53:45 -0000 |
| 24 |
|
2008-12-13 Wakaba <[email protected]> |
| 25 |
|
|
| 26 |
|
* HTML.pm: Updated definitions for attributes for form submission |
| 27 |
|
on |form| and submit buttons (action="", method="", enctype="", |
| 28 |
|
target="", and novalidate=""). |
| 29 |
|
|
| 30 |
|
</content></entry><entry xml:id="entry-1229086757"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229086757</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T12:59:13Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 12:59:07 -0000 |
| 31 |
|
* html-form-input.dat: Added test data for <input disabled> and |
| 32 |
|
<input autofocus>. |
| 33 |
|
|
| 34 |
|
* html-forms-1.dat: Added test data for <fieldset disabled>, |
| 35 |
|
<output for>, and <{formcontrol} name>. Added test data for |
| 36 |
|
<{formcontrol} autofocus="">'s uniqueness. |
| 37 |
|
|
| 38 |
|
2008-12-12 Wakaba <[email protected]> |
| 39 |
|
|
| 40 |
|
++ whatpm/Whatpm/ChangeLog 12 Dec 2008 12:54:19 -0000 |
| 41 |
|
* ContentChecker.pm: Introduced new flag |has_autofocus|. Added |
| 42 |
|
support for new |id_type| value of |any|, which means any kind of |
| 43 |
|
element is allowed as a referenced element. |
| 44 |
|
|
| 45 |
|
2008-12-12 Wakaba <[email protected]> |
| 46 |
|
|
| 47 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 12:56:56 -0000 |
| 48 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
| 49 |
|
attribute. Implemented |name=""| attribute for form controls. |
| 50 |
|
Added U+000C into character class of space characters (it should |
| 51 |
|
have been, but was not in some of regular expressions). Updated |
| 52 |
|
definitions for |output| elements. |
| 53 |
|
|
| 54 |
|
2008-12-12 Wakaba <[email protected]> |
| 55 |
|
|
| 56 |
|
</content></entry><entry xml:id="entry-1229082646"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229082646</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T11:50:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 11:50:40 -0000 |
| 57 |
|
* html-datatemplate.dat, html-form-datalist.dat: Updated test |
| 58 |
|
results related to |optgroup| elements. |
| 59 |
|
|
| 60 |
|
* html-form-textarea.dat: Added new test data. |
| 61 |
|
|
| 62 |
|
* html-forms-1.dat: Moved some test data to |
| 63 |
|
|html-form-textarea.dat|. Updated test results related to |
| 64 |
|
|optgroup| elements. |
| 65 |
|
|
| 66 |
|
2008-12-12 Wakaba <[email protected]> |
| 67 |
|
|
| 68 |
|
++ whatpm/Whatpm/ChangeLog 12 Dec 2008 11:48:16 -0000 |
| 69 |
|
* ContentChecker.pm: Introduced |check_attrs2| method for the ease |
| 70 |
|
of defining codes for checking required attribute and as such. |
| 71 |
|
|
| 72 |
|
2008-12-12 Wakaba <[email protected]> |
| 73 |
|
|
| 74 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 11:48:45 -0000 |
| 75 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
| 76 |
|
|option|, and |textarea| elements. |
| 77 |
|
|
| 78 |
|
2008-12-12 Wakaba <[email protected]> |
| 79 |
|
|
| 80 |
|
</content></entry><entry xml:id="entry-1229067124"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229067124</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T07:31:58Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 07:29:57 -0000 |
| 81 |
|
2008-12-12 Wakaba <[email protected]> |
| 82 |
|
|
| 83 |
|
* ContentChecker.t: Added new test data file. |
| 84 |
|
|
| 85 |
|
++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 07:31:40 -0000 |
| 86 |
|
* html-form-datalist.dat: Moved some test data from |
| 87 |
|
|html-forms-1.dat|. |
| 88 |
|
|
| 89 |
|
* html-forms-1.dat: Moved some test data to |
| 90 |
|
|html-form-datalist.dat| and |html-form-select.dat|. |
| 91 |
|
|
| 92 |
|
* html-form-select.dat: New test data file. |
| 93 |
|
|
| 94 |
|
2008-12-12 Wakaba <[email protected]> |
| 95 |
|
|
| 96 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 07:29:20 -0000 |
| 97 |
|
* HTML.pm: Updated definitions for |select|. |
| 98 |
|
|
| 99 |
|
2008-12-12 Wakaba <[email protected]> |
| 100 |
|
|
| 101 |
|
</content></entry><entry xml:id="entry-1229061100"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229061100</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T05:51:36Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 05:45:01 -0000 |
| 102 |
|
2008-12-12 Wakaba <[email protected]> |
| 103 |
|
|
| 104 |
|
* ContentChecker.t: Added new test data file. |
| 105 |
|
|
| 106 |
|
++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:49:40 -0000 |
| 107 |
|
* html-repetitions.dat: Moved some test data to |
| 108 |
|
|html-form-button.dat|. Updated a test result. |
| 109 |
|
|
| 110 |
|
* html-forms-1.dat: Bug fix on a test result. |
| 111 |
|
|
| 112 |
|
* html-form-button.dat: New test data file. |
| 113 |
|
|
| 114 |
|
* html-forms-1.dat: Moved some test data to |html-form-button.dat|. |
| 115 |
|
|
| 116 |
|
2008-12-12 Wakaba <[email protected]> |
| 117 |
|
|
| 118 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:45:46 -0000 |
| 119 |
|
* HTML.pm: Updated definitions for |button|. |
| 120 |
|
|
| 121 |
|
2008-12-12 Wakaba <[email protected]> |
| 122 |
|
|
| 123 |
|
</content></entry><entry xml:id="entry-1229058316"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229058316</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T05:05:06Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 05:03:53 -0000 |
| 124 |
|
2008-12-12 Wakaba <[email protected]> |
| 125 |
|
|
| 126 |
|
* ContentChecker.t: Added new test data file. |
| 127 |
|
|
| 128 |
|
++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:04:54 -0000 |
| 129 |
|
2008-12-12 Wakaba <[email protected]> |
| 130 |
|
|
| 131 |
|
* html-form-input-1.dat, html-forms-1.dat: Added test data for |
| 132 |
|
@accept and @pattern. |
| 133 |
|
|
| 134 |
|
* html-form-textarea.dat: New test data file. |
| 135 |
|
|
| 136 |
|
++ whatpm/Whatpm/ChangeLog 12 Dec 2008 05:00:26 -0000 |
| 137 |
|
2008-12-12 Wakaba <[email protected]> |
| 138 |
|
|
| 139 |
|
* IMTChecker.pm: Added more definitions for subtypes. |
| 140 |
|
|
| 141 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:03:26 -0000 |
| 142 |
|
2008-12-12 Wakaba <[email protected]> |
| 143 |
|
|
| 144 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
| 145 |
|
SHOULD-level error if @pattern but no @title. |
| 146 |
|
|
| 147 |
|
</content></entry><entry xml:id="entry-1228965497"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228965497</id><title>2008-12-11 Wakaba</title><updated>2008-12-11T03:18:14Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 11 Dec 2008 03:17:21 -0000 |
| 148 |
|
2008-12-11 Wakaba <[email protected]> |
| 149 |
|
|
| 150 |
|
* URIChecker.pm: Some of |pos_end| values were wrong. |
| 151 |
|
|
| 152 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 11 Dec 2008 03:18:04 -0000 |
| 153 |
|
2008-12-11 Wakaba <[email protected]> |
| 154 |
|
|
| 155 |
|
* HTML.pm: Added support for |pattern| attributes. |
| 156 |
|
|
| 157 |
|
</content></entry><entry xml:id="entry-1228566838"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566838</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:33:56Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:33:50 -0000 |
| 158 |
|
* html-form-input-1.dat: Added test data for <input multiple> and |
| 159 |
|
<input placeholder>. |
| 160 |
|
|
| 161 |
|
2008-12-06 Wakaba <[email protected]> |
| 162 |
|
|
| 163 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:33:04 -0000 |
| 164 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
| 165 |
|
placeholder>. |
| 166 |
|
|
| 167 |
|
2008-12-06 Wakaba <[email protected]> |
| 168 |
|
|
| 169 |
|
</content></entry><entry xml:id="entry-1228566007"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566007</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:20:02Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 12:19:49 -0000 |
| 170 |
|
* ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|. |
| 171 |
|
|
| 172 |
|
2008-12-06 Wakaba <[email protected]> |
| 173 |
|
|
| 174 |
|
++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:19:28 -0000 |
| 175 |
|
* html-form-datalist.dat: New test data file. |
| 176 |
|
|
| 177 |
|
2008-12-06 Wakaba <[email protected]> |
| 178 |
|
|
| 179 |
|
++ whatpm/Whatpm/ChangeLog 6 Dec 2008 12:18:34 -0000 |
| 180 |
|
* ContentChecker.pm (check_element): Added support for "no |
| 181 |
|
referenced datalist" error. |
| 182 |
|
|
| 183 |
|
2008-12-06 Wakaba <[email protected]> |
| 184 |
|
|
| 185 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:18:53 -0000 |
| 186 |
|
* HTML.pm: Implemented <input list>. |
| 187 |
|
|
| 188 |
|
2008-12-06 Wakaba <[email protected]> |
| 189 |
|
|
| 190 |
|
</content></entry><entry xml:id="entry-1228564447"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228564447</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:54:04Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:53:44 -0000 |
| 191 |
|
* html-form-input-1.dat: Added test data for <input type=color>. |
| 192 |
|
|
| 193 |
|
2008-12-06 Wakaba <[email protected]> |
| 194 |
|
|
| 195 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:53:06 -0000 |
| 196 |
|
* HTML.pm: Implemented <input type=color>. |
| 197 |
|
|
| 198 |
|
2008-12-06 Wakaba <[email protected]> |
| 199 |
|
|
| 200 |
|
</content></entry><entry xml:id="entry-1228563094"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228563094</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:31:32Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:31:29 -0000 |
| 201 |
|
2008-12-06 Wakaba <[email protected]> |
| 202 |
|
|
| 203 |
|
* html-form-input-1.dat: Added test data for <input type=search> |
| 204 |
|
and <input type=text|password|url|email value>. |
| 205 |
|
|
| 206 |
|
* html-interactive-1.dat: Fixed a typo error. |
| 207 |
|
|
| 208 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:29:26 -0000 |
| 209 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
| 210 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
| 211 |
|
|email|, |url|, and |password|. |
| 212 |
|
|
| 213 |
|
2008-12-06 Wakaba <[email protected]> |
| 214 |
|
|
| 215 |
|
</content></entry><entry xml:id="entry-1228557923"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557923</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:05:19Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 6 Dec 2008 10:05:14 -0000 |
| 216 |
|
* URIChecker.pm: Bug fix: It did not work unless |
| 217 |
|
Message::DOM::DOMImplementation has been |require|d. |
| 218 |
|
|
| 219 |
|
2008-12-06 Wakaba <[email protected]> |
| 220 |
|
|
| 221 |
|
</content></entry><entry xml:id="entry-1228557652"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557652</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:00:48Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 10:00:34 -0000 |
| 222 |
2008-12-06 Wakaba <[email protected]> |
2008-12-06 Wakaba <[email protected]> |
| 223 |
|
|
| 224 |
* content-checker.pl: Use new XML parser for parsing test data. |
* content-checker.pl: Use new XML parser for parsing test data. |