Parent Directory
|
Revision Log
++ whatpm/t/dom-conformance/ChangeLog 6 Oct 2008 05:18:43 -0000 2008-10-06 Wakaba <wakaba@suika.fam.cx> * html-form-input-1.dat: Tests on <input type> added. * html-repetitions.dat: Redundant tests removed. ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Oct 2008 05:19:26 -0000 * HTML.pm: <input type> definition updated according to HTML5 definition. Prepares for tests against <input type> states. 2008-10-06 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | |
| 2 | #data | ||
| 3 | <p repeat="" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 4 | #errors | ||
| 5 | /p/@repeat;repeat:syntax error;m | ||
| 6 | |||
| 7 | #data | ||
| 8 | <p repeat="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 9 | #errors | ||
| 10 | |||
| 11 | #data | ||
| 12 | <p repeat="0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 13 | #errors | ||
| 14 | |||
| 15 | #data | ||
| 16 | <p repeat="1" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 17 | #errors | ||
| 18 | |||
| 19 | #data | ||
| 20 | <p repeat="00001" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 21 | #errors | ||
| 22 | |||
| 23 | #data | ||
| 24 | <p repeat="-1" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 25 | #errors | ||
| 26 | |||
| 27 | #data | ||
| 28 | <p repeat="-00001" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 29 | #errors | ||
| 30 | |||
| 31 | #data | ||
| 32 | <p repeat="-1255" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 33 | #errors | ||
| 34 | |||
| 35 | #data | ||
| 36 | <p repeat="template " xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 37 | #errors | ||
| 38 | /p/@repeat;repeat:syntax error;m | ||
| 39 | |||
| 40 | #data | ||
| 41 | <p repeat="templatE" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 42 | #errors | ||
| 43 | /p/@repeat;repeat:syntax error;m | ||
| 44 | |||
| 45 | #data | ||
| 46 | <p repeat=" template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 47 | #errors | ||
| 48 | /p/@repeat;repeat:syntax error;m | ||
| 49 | |||
| 50 | #data | ||
| 51 | <p repeat="0.000" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 52 | #errors | ||
| 53 | /p/@repeat;repeat:syntax error;m | ||
| 54 | |||
| 55 | #data | ||
| 56 | <p repeat=".12" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 57 | #errors | ||
| 58 | /p/@repeat;repeat:syntax error;m | ||
| 59 | |||
| 60 | #data | ||
| 61 | <p repeat="120 " xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 62 | #errors | ||
| 63 | /p/@repeat;repeat:syntax error;m | ||
| 64 | |||
| 65 | #data | ||
| 66 | <p repeat="+21434" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 67 | #errors | ||
| 68 | /p/@repeat;repeat:syntax error;m | ||
| 69 | |||
| 70 | #data | ||
| 71 | <p repeat="template-text" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 72 | #errors | ||
| 73 | /p/@repeat;repeat:syntax error;m | ||
| 74 | |||
| 75 | #data | ||
| 76 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
| 77 | <p repeat="1" repeat-template="t">x</p> | ||
| 78 | <p id="t" repeat="template">x</p> | ||
| 79 | </div> | ||
| 80 | #errors | ||
| 81 | |||
| 82 | #data | ||
| 83 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
| 84 | <p id="t" repeat="template">x</p> | ||
| 85 | <p repeat="1" repeat-template="t">x</p> | ||
| 86 | </div> | ||
| 87 | #errors | ||
| 88 | |||
| 89 | #data | ||
| 90 | <p repeate="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 91 | #errors | ||
| 92 | /p/@repeate;attribute not defined;m | ||
| 93 | |||
| 94 | #data | ||
| 95 | <p repet="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 96 | #errors | ||
| 97 | /p/@repet;attribute not defined;m | ||
| 98 | |||
| 99 | #data | ||
| 100 | <p repea="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 101 | #errors | ||
| 102 | /p/@repea;attribute not defined;m | ||
| 103 | |||
| 104 | #data | ||
| 105 | <button type="add" xmlns="http://www.w3.org/1999/xhtml">x</button> | ||
| 106 | #errors | ||
| 107 | |||
| 108 | #data | ||
| 109 | <button type="remove" xmlns="http://www.w3.org/1999/xhtml">x</button> | ||
| 110 | #errors | ||
| 111 | |||
| 112 | #data | ||
| 113 | <button type="delete" xmlns="http://www.w3.org/1999/xhtml">x</button> | ||
| 114 | #errors | ||
| 115 | /button/@type;enumerated:invalid;m | ||
| 116 | |||
| 117 | #data | ||
| 118 | <button type="move-up" xmlns="http://www.w3.org/1999/xhtml">x</button> | ||
| 119 | #errors | ||
| 120 | |||
| 121 | #data | ||
| 122 | <button type="move-down" xmlns="http://www.w3.org/1999/xhtml">x</button> | ||
| 123 | #errors | ||
| 124 | |||
| 125 | #data | ||
| 126 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
| 127 | <input type="add" template="t"/> | ||
| 128 | <p repeat="template" id="t">x</p> | ||
| 129 | </div> | ||
| 130 | #errors | ||
| 131 | wakaba | 1.2 | /div/input/@type;enumerated:invalid;m |
| 132 | wakaba | 1.1 | |
| 133 | #data | ||
| 134 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
| 135 | <button type="add" template="t">x</button> | ||
| 136 | <p repeat="template" id="t">x</p> | ||
| 137 | </div> | ||
| 138 | #errors | ||
| 139 | |||
| 140 | #data | ||
| 141 | <p repeat="template" repeat-min="" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 142 | #errors | ||
| 143 | /p/@repeat-min;nninteger:syntax error;m | ||
| 144 | |||
| 145 | #data | ||
| 146 | <p repeat="template" repeat-min="0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 147 | #errors | ||
| 148 | |||
| 149 | #data | ||
| 150 | <p repeat="template" repeat-min="1" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 151 | #errors | ||
| 152 | |||
| 153 | #data | ||
| 154 | <p repeat="template" repeat-min="01" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 155 | #errors | ||
| 156 | |||
| 157 | #data | ||
| 158 | <p repeat="template" repeat-min="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 159 | #errors | ||
| 160 | /p/@repeat-min;nninteger:syntax error;m | ||
| 161 | |||
| 162 | #data | ||
| 163 | <p repeat="template" repeat-min="-12" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 164 | #errors | ||
| 165 | /p/@repeat-min;nninteger:syntax error;m | ||
| 166 | |||
| 167 | #data | ||
| 168 | <p repeat="template" repeat-min="+0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 169 | #errors | ||
| 170 | /p/@repeat-min;nninteger:syntax error;m | ||
| 171 | |||
| 172 | #data | ||
| 173 | <p repeat="template" repeat-min="1 " xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 174 | #errors | ||
| 175 | /p/@repeat-min;nninteger:syntax error;m | ||
| 176 | |||
| 177 | #data | ||
| 178 | <p repeat="template" repeat-min="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 179 | #errors | ||
| 180 | /p/@repeat-min;nninteger:syntax error;m | ||
| 181 | |||
| 182 | #data | ||
| 183 | <p repeat="template" repeat-max="" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 184 | #errors | ||
| 185 | /p/@repeat-max;nninteger:syntax error;m | ||
| 186 | |||
| 187 | #data | ||
| 188 | <p repeat="template" repeat-max="0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 189 | #errors | ||
| 190 | |||
| 191 | #data | ||
| 192 | <p repeat="template" repeat-max="1" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 193 | #errors | ||
| 194 | |||
| 195 | #data | ||
| 196 | <p repeat="template" repeat-max="01" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 197 | #errors | ||
| 198 | |||
| 199 | #data | ||
| 200 | <p repeat="template" repeat-max="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 201 | #errors | ||
| 202 | /p/@repeat-max;nninteger:syntax error;m | ||
| 203 | |||
| 204 | #data | ||
| 205 | <p repeat="template" repeat-max="-12" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 206 | #errors | ||
| 207 | /p/@repeat-max;nninteger:syntax error;m | ||
| 208 | |||
| 209 | #data | ||
| 210 | <p repeat="template" repeat-max="+0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 211 | #errors | ||
| 212 | /p/@repeat-max;nninteger:syntax error;m | ||
| 213 | |||
| 214 | #data | ||
| 215 | <p repeat="template" repeat-max="1 " xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 216 | #errors | ||
| 217 | /p/@repeat-max;nninteger:syntax error;m | ||
| 218 | |||
| 219 | #data | ||
| 220 | <p repeat="template" repeat-max="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 221 | #errors | ||
| 222 | /p/@repeat-max;nninteger:syntax error;m | ||
| 223 | |||
| 224 | #data | ||
| 225 | <p repeat="template" repeat-start="" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 226 | #errors | ||
| 227 | /p/@repeat-start;nninteger:syntax error;m | ||
| 228 | |||
| 229 | #data | ||
| 230 | <p repeat="template" repeat-start="0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 231 | #errors | ||
| 232 | |||
| 233 | #data | ||
| 234 | <p repeat="template" repeat-start="1" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 235 | #errors | ||
| 236 | |||
| 237 | #data | ||
| 238 | <p repeat="template" repeat-start="01" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 239 | #errors | ||
| 240 | |||
| 241 | #data | ||
| 242 | <p repeat="template" repeat-start="template" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 243 | #errors | ||
| 244 | /p/@repeat-start;nninteger:syntax error;m | ||
| 245 | |||
| 246 | #data | ||
| 247 | <p repeat="template" repeat-start="-12" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 248 | #errors | ||
| 249 | /p/@repeat-start;nninteger:syntax error;m | ||
| 250 | |||
| 251 | #data | ||
| 252 | <p repeat="template" repeat-start="+0" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 253 | #errors | ||
| 254 | /p/@repeat-start;nninteger:syntax error;m | ||
| 255 | |||
| 256 | #data | ||
| 257 | <p repeat="template" repeat-start="1 " xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 258 | #errors | ||
| 259 | /p/@repeat-start;nninteger:syntax error;m | ||
| 260 | |||
| 261 | #data | ||
| 262 | <p repeat="template" repeat-start="infinite" xmlns="http://www.w3.org/1999/xhtml">x</p> | ||
| 263 | #errors | ||
| 264 | /p/@repeat-start;nninteger:syntax error;m | ||
| 265 | |||
| 266 | #data | ||
| 267 | <x html:repeat="x" xmlns:html="http://www.w3.org/1999/xhtml"/> | ||
| 268 | #errors | ||
| 269 | /x;unknown element;u | ||
| 270 | /x/@repeat;repeat:syntax error;m | ||
| 271 | |||
| 272 | #data | ||
| 273 | <x html:repeat-start="x" xmlns:html="http://www.w3.org/1999/xhtml"/> | ||
| 274 | #errors | ||
| 275 | /x;unknown element;u | ||
| 276 | /x/@repeat-start;nninteger:syntax error;m | ||
| 277 | |||
| 278 | #data | ||
| 279 | <x html:repeat-min="x" xmlns:html="http://www.w3.org/1999/xhtml"/> | ||
| 280 | #errors | ||
| 281 | /x;unknown element;u | ||
| 282 | /x/@repeat-min;nninteger:syntax error;m | ||
| 283 | |||
| 284 | #data | ||
| 285 | <x html:repeat-max="x" xmlns:html="http://www.w3.org/1999/xhtml"/> | ||
| 286 | #errors | ||
| 287 | /x;unknown element;u | ||
| 288 | /x/@repeat-max;nninteger:syntax error;m | ||
| 289 | |||
| 290 | #data | ||
| 291 | <x html:repeat-template="x" xmlns:html="http://www.w3.org/1999/xhtml"><p repeat="template" id="x" xmlns="http://www.w3.org/1999/xhtml">x</p></x> | ||
| 292 | #errors | ||
| 293 | /x;unknown element;u | ||
| 294 | |||
| 295 | #data | ||
| 296 | <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" | ||
| 297 | html:repeat="template">x</p> | ||
| 298 | #errors | ||
| 299 | /p/@repeat;attribute not allowed;m | ||
| 300 | |||
| 301 | #data | ||
| 302 | <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" | ||
| 303 | html:repeat-min="1" repeat="template">x</p> | ||
| 304 | #errors | ||
| 305 | /p/@repeat-min;attribute not allowed;m | ||
| 306 | |||
| 307 | #data | ||
| 308 | <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" | ||
| 309 | html:repeat-max="5" repeat="template">x</p> | ||
| 310 | #errors | ||
| 311 | /p/@repeat-max;attribute not allowed;m | ||
| 312 | |||
| 313 | #data | ||
| 314 | <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" | ||
| 315 | html:repeat-start="0" repeat="template">x</p> | ||
| 316 | #errors | ||
| 317 | /p/@repeat-start;attribute not allowed;m | ||
| 318 | |||
| 319 | #data | ||
| 320 | <p xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" | ||
| 321 | html:repeat-template="t"><q repeat="template" id="t">x</q></p> | ||
| 322 | #errors | ||
| 323 | /p/@repeat-template;attribute not allowed;m |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |