Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 29 Apr 2008 10:24:55 -0000 2008-04-29 Wakaba <wakaba@suika.fam.cx> * content-model-1.dat, content-model-2.dat: Test results related to browsing context name or keyword are revised and added. ++ whatpm/Whatpm/ChangeLog 29 Apr 2008 08:17:14 -0000 * CacheManifest.pm (_parse): New same origin definition (HTML5 revision 1500) is implemented (except for IDNA part and URI-scheme-specific ++ whatpm/Whatpm/ContentChecker/ChangeLog 29 Apr 2008 10:23:48 -0000 2008-04-29 Wakaba <wakaba@suika.fam.cx> * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. ($HTMLTargetAttrChecker): |_blank| is now allowed and an empty string is no longer allowed (HTML5 revision 1470). (object/@name, iframe/@name): Added (HTML5 revision 1470).
| 1 | wakaba | 1.1 | #data |
| 2 | <html></html> | ||
| 3 | #errors | ||
| 4 | wakaba | 1.16 | /html;element;unsupported |
| 5 | wakaba | 1.1 | |
| 6 | #data | ||
| 7 | wakaba | 1.7 | <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown> |
| 8 | #errors | ||
| 9 | wakaba | 1.43 | /unknown;element not defined;m |
| 10 | wakaba | 1.7 | |
| 11 | #data | ||
| 12 | <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p> | ||
| 13 | #errors | ||
| 14 | wakaba | 1.27 | /p/unknown;element not allowed:phrasing;m |
| 15 | wakaba | 1.43 | /p/unknown;element not defined;m |
| 16 | wakaba | 1.25 | /p;no significant content;s |
| 17 | wakaba | 1.7 | |
| 18 | #data | ||
| 19 | wakaba | 1.1 | <html xmlns="http://www.w3.org/1999/xhtml"></html> |
| 20 | #errors | ||
| 21 | /html;child element missing:head | ||
| 22 | /html;child element missing:body | ||
| 23 | |||
| 24 | #data | ||
| 25 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head></html> | ||
| 26 | #errors | ||
| 27 | /html;child element missing:body | ||
| 28 | /html/head;child element missing:title | ||
| 29 | |||
| 30 | #data | ||
| 31 | <html xmlns="http://www.w3.org/1999/xhtml"><body></body></html> | ||
| 32 | #errors | ||
| 33 | /html/body;ps element missing:head | ||
| 34 | wakaba | 1.25 | /html/body;no significant content;s |
| 35 | wakaba | 1.1 | |
| 36 | #data | ||
| 37 | <html xmlns="http://www.w3.org/1999/xhtml"><p></p></html> | ||
| 38 | #errors | ||
| 39 | /html/p;element not allowed | ||
| 40 | /html;child element missing:head | ||
| 41 | /html;child element missing:body | ||
| 42 | wakaba | 1.25 | /html/p;no significant content;s |
| 43 | wakaba | 1.1 | |
| 44 | #data | ||
| 45 | <html xmlns="http://www.w3.org/1999/xhtml">a</html> | ||
| 46 | #errors | ||
| 47 | /html/"a";character not allowed | ||
| 48 | /html;child element missing:head | ||
| 49 | /html;child element missing:body | ||
| 50 | |||
| 51 | #data | ||
| 52 | <html xmlns="http://www.w3.org/1999/xhtml"> </html> | ||
| 53 | #errors | ||
| 54 | /html;child element missing:head | ||
| 55 | /html;child element missing:body | ||
| 56 | |||
| 57 | #data | ||
| 58 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html> | ||
| 59 | #errors | ||
| 60 | /html/head;child element missing:title | ||
| 61 | wakaba | 1.25 | /html/body;no significant content;s |
| 62 | wakaba | 1.1 | |
| 63 | #data | ||
| 64 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head>a<body></body></html> | ||
| 65 | #errors | ||
| 66 | /html/head;child element missing:title | ||
| 67 | /html/"a";character not allowed | ||
| 68 | wakaba | 1.25 | /html/body;no significant content;s |
| 69 | wakaba | 1.1 | |
| 70 | #data | ||
| 71 | <html xmlns="http://www.w3.org/1999/xhtml">a<head></head><body></body></html> | ||
| 72 | #errors | ||
| 73 | /html/"a";character not allowed | ||
| 74 | /html/head;child element missing:title | ||
| 75 | wakaba | 1.25 | /html/body;no significant content;s |
| 76 | wakaba | 1.1 | |
| 77 | #data | ||
| 78 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body>a</html> | ||
| 79 | #errors | ||
| 80 | /html/head;child element missing:title | ||
| 81 | /html/"a";character not allowed | ||
| 82 | wakaba | 1.25 | /html/body;no significant content;s |
| 83 | wakaba | 1.1 | |
| 84 | #data | ||
| 85 | <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html> | ||
| 86 | #errors | ||
| 87 | /html/head;child element missing:title | ||
| 88 | wakaba | 1.25 | /html/body;no significant content;s |
| 89 | wakaba | 1.1 | |
| 90 | #data | ||
| 91 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body><p></p></html> | ||
| 92 | #errors | ||
| 93 | /html/head;child element missing:title | ||
| 94 | /html/p;element not allowed | ||
| 95 | wakaba | 1.25 | /html/body;no significant content;s |
| 96 | /html/p;no significant content;s | ||
| 97 | wakaba | 1.1 | |
| 98 | #data | ||
| 99 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 100 | <base href="http://www.w3.org/"/> | ||
| 101 | </head> | ||
| 102 | #errors | ||
| 103 | /head;child element missing:title | ||
| 104 | |||
| 105 | #data | ||
| 106 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 107 | <command/> | ||
| 108 | </head> | ||
| 109 | #errors | ||
| 110 | /head;child element missing:title | ||
| 111 | |||
| 112 | #data | ||
| 113 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 114 | <event-source/> | ||
| 115 | </head> | ||
| 116 | #errors | ||
| 117 | /head;child element missing:title | ||
| 118 | |||
| 119 | #data | ||
| 120 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 121 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]"/> |
| 122 | wakaba | 1.1 | </head> |
| 123 | #errors | ||
| 124 | /head;child element missing:title | ||
| 125 | |||
| 126 | #data | ||
| 127 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 128 | <head> | ||
| 129 | wakaba | 1.1 | <meta charset="us-ascii"/> |
| 130 | </head> | ||
| 131 | wakaba | 1.26 | <body>x</body> |
| 132 | </html> | ||
| 133 | wakaba | 1.1 | #errors |
| 134 | wakaba | 1.26 | /html/head;child element missing:title |
| 135 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 136 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 137 | wakaba | 1.1 | |
| 138 | #data | ||
| 139 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 140 | <meta name="keywords" content="html5"/> | ||
| 141 | </head> | ||
| 142 | #errors | ||
| 143 | /head;child element missing:title | ||
| 144 | |||
| 145 | #data | ||
| 146 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 147 | <script type="text/javascript"/> | ||
| 148 | </head> | ||
| 149 | #errors | ||
| 150 | /head;child element missing:title | ||
| 151 | wakaba | 1.24 | /head/script/@type;IMT:obsolete subtype;w |
| 152 | wakaba | 1.18 | /head/script;script:text/javascript;unsupported |
| 153 | wakaba | 1.1 | |
| 154 | #data | ||
| 155 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 156 | <style type="text/css"/> | ||
| 157 | </head> | ||
| 158 | #errors | ||
| 159 | /head;child element missing:title | ||
| 160 | wakaba | 1.53 | /head/style;SUBDOC |
| 161 | wakaba | 1.1 | |
| 162 | #data | ||
| 163 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body></body></html> | ||
| 164 | #errors | ||
| 165 | wakaba | 1.25 | /html/body;no significant content;s |
| 166 | wakaba | 1.1 | |
| 167 | #data | ||
| 168 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 169 | <base href="http://www.w3.org/"/> | ||
| 170 | <title/> | ||
| 171 | </head> | ||
| 172 | #errors | ||
| 173 | |||
| 174 | #data | ||
| 175 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 176 | <title/> | ||
| 177 | <base href="http://www.w3.org/"/> | ||
| 178 | </head> | ||
| 179 | #errors | ||
| 180 | |||
| 181 | #data | ||
| 182 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 183 | <command/> | ||
| 184 | <title/> | ||
| 185 | </head> | ||
| 186 | #errors | ||
| 187 | |||
| 188 | #data | ||
| 189 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 190 | <title/> | ||
| 191 | <command/> | ||
| 192 | </head> | ||
| 193 | #errors | ||
| 194 | |||
| 195 | #data | ||
| 196 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 197 | <event-source/> | ||
| 198 | <title/> | ||
| 199 | </head> | ||
| 200 | #errors | ||
| 201 | |||
| 202 | #data | ||
| 203 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 204 | <title/> | ||
| 205 | <event-source/> | ||
| 206 | </head> | ||
| 207 | #errors | ||
| 208 | |||
| 209 | #data | ||
| 210 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 211 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]"/> |
| 212 | wakaba | 1.1 | <title/> |
| 213 | </head> | ||
| 214 | #errors | ||
| 215 | |||
| 216 | #data | ||
| 217 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 218 | <title/> | ||
| 219 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]"/> |
| 220 | wakaba | 1.1 | </head> |
| 221 | #errors | ||
| 222 | |||
| 223 | #data | ||
| 224 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 225 | wakaba | 1.20 | <meta/> |
| 226 | <title/> | ||
| 227 | </head> | ||
| 228 | #errors | ||
| 229 | /head/meta;attribute missing:name|http-equiv|charset | ||
| 230 | |||
| 231 | #data | ||
| 232 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 233 | <head> | ||
| 234 | wakaba | 1.1 | <meta charset="us-ascii"/> |
| 235 | wakaba | 1.26 | <title>x</title> |
| 236 | wakaba | 1.1 | </head> |
| 237 | wakaba | 1.26 | <body>t</body> |
| 238 | </html> | ||
| 239 | wakaba | 1.1 | #errors |
| 240 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 241 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 242 | wakaba | 1.1 | |
| 243 | #data | ||
| 244 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 245 | <head> | ||
| 246 | <title>x</title> | ||
| 247 | wakaba | 1.1 | <meta charset="us-ascii"/> |
| 248 | </head> | ||
| 249 | wakaba | 1.26 | <body>y</body> |
| 250 | </html> | ||
| 251 | wakaba | 1.1 | #errors |
| 252 | wakaba | 1.29 | /html/head/meta;element not allowed:meta charset;m |
| 253 | /html/head/meta;in XML:charset;m | ||
| 254 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 255 | wakaba | 1.1 | |
| 256 | #data | ||
| 257 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 258 | <meta name="keywords" content="html5"/> | ||
| 259 | <title/> | ||
| 260 | </head> | ||
| 261 | #errors | ||
| 262 | |||
| 263 | #data | ||
| 264 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 265 | <title/> | ||
| 266 | <meta name="keywords" content="html5"/> | ||
| 267 | </head> | ||
| 268 | #errors | ||
| 269 | |||
| 270 | #data | ||
| 271 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 272 | <script type="text/javascript"/> | ||
| 273 | <title/> | ||
| 274 | </head> | ||
| 275 | #errors | ||
| 276 | wakaba | 1.24 | /head/script/@type;IMT:obsolete subtype;w |
| 277 | wakaba | 1.18 | /head/script;script:text/javascript;unsupported |
| 278 | wakaba | 1.1 | |
| 279 | #data | ||
| 280 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 281 | <title/> | ||
| 282 | <script type="text/javascript"/> | ||
| 283 | </head> | ||
| 284 | #errors | ||
| 285 | wakaba | 1.24 | /head/script/@type;IMT:obsolete subtype;w |
| 286 | wakaba | 1.18 | /head/script;script:text/javascript;unsupported |
| 287 | wakaba | 1.1 | |
| 288 | #data | ||
| 289 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 290 | <style type="text/css"/> | ||
| 291 | <title/> | ||
| 292 | </head> | ||
| 293 | #errors | ||
| 294 | wakaba | 1.53 | /head/style;SUBDOC |
| 295 | wakaba | 1.1 | |
| 296 | #data | ||
| 297 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 298 | <title/> | ||
| 299 | <style type="text/css"/> | ||
| 300 | </head> | ||
| 301 | #errors | ||
| 302 | wakaba | 1.53 | /head/style;SUBDOC |
| 303 | wakaba | 1.1 | |
| 304 | #data | ||
| 305 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><title></title></head><body></body></html> | ||
| 306 | #errors | ||
| 307 | wakaba | 1.27 | /html/head/title;element not allowed:head title;m |
| 308 | wakaba | 1.25 | /html/body;no significant content;s |
| 309 | wakaba | 1.1 | |
| 310 | #data | ||
| 311 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><p></p></head><body></body></html> | ||
| 312 | #errors | ||
| 313 | wakaba | 1.27 | /html/head/p;element not allowed:metadata;m |
| 314 | wakaba | 1.25 | /html/head/p;no significant content;s |
| 315 | /html/body;no significant content;s | ||
| 316 | wakaba | 1.1 | |
| 317 | #data | ||
| 318 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 319 | <head><meta charset="us-ascii"/><base/><title>x</title></head> | ||
| 320 | <body>ty</body> | ||
| 321 | </html> | ||
| 322 | wakaba | 1.1 | #errors |
| 323 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 324 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 325 | /html/head/base;attribute missing:href|target | ||
| 326 | wakaba | 1.1 | |
| 327 | #data | ||
| 328 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="us-ascii"/><title>x</title><base/></head> |
| 329 | <body>y</body></html> | ||
| 330 | wakaba | 1.1 | #errors |
| 331 | wakaba | 1.26 | /html/head/base;attribute missing:href|target |
| 332 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 333 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 334 | wakaba | 1.1 | |
| 335 | #data | ||
| 336 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title>y</title><base/></head><body>ty</body></html> |
| 337 | wakaba | 1.1 | #errors |
| 338 | wakaba | 1.26 | /html/head/base;attribute missing:href|target |
| 339 | wakaba | 1.1 | |
| 340 | #data | ||
| 341 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title>x</title><base/><meta charset="us-ascii"/></head><body>x</body></html> |
| 342 | wakaba | 1.1 | #errors |
| 343 | wakaba | 1.26 | /html/head/base;attribute missing:href|target |
| 344 | wakaba | 1.29 | /html/head/meta;element not allowed:meta charset;m |
| 345 | /html/head/meta;in XML:charset;m | ||
| 346 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 347 | wakaba | 1.1 | |
| 348 | #data | ||
| 349 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 350 | <head> | ||
| 351 | wakaba | 1.1 | <meta charset="us-ascii"/> |
| 352 | wakaba | 1.26 | <title>x</title> |
| 353 | wakaba | 1.1 | <base href="http://www.w3.org/"/> |
| 354 | </head> | ||
| 355 | wakaba | 1.26 | <body>y</body> |
| 356 | </html> | ||
| 357 | wakaba | 1.1 | #errors |
| 358 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 359 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 360 | wakaba | 1.1 | |
| 361 | #data | ||
| 362 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 363 | <head> | ||
| 364 | wakaba | 1.1 | <base href="http://www.w3.org/"/> |
| 365 | <meta charset="us-ascii"/> | ||
| 366 | wakaba | 1.26 | <title>x</title> |
| 367 | wakaba | 1.1 | </head> |
| 368 | wakaba | 1.26 | <body>ty</body> |
| 369 | </html> | ||
| 370 | wakaba | 1.1 | #errors |
| 371 | wakaba | 1.29 | /html/head/meta;element not allowed:meta charset;m |
| 372 | /html/head/meta;in XML:charset;m | ||
| 373 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 374 | wakaba | 1.1 | |
| 375 | #data | ||
| 376 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 377 | <head> | ||
| 378 | wakaba | 1.1 | <base href="http://www.w3.org/"/> |
| 379 | wakaba | 1.26 | <title>x</title> |
| 380 | wakaba | 1.1 | <meta charset="us-ascii"/> |
| 381 | </head> | ||
| 382 | wakaba | 1.26 | <body>xx</body> |
| 383 | </html> | ||
| 384 | wakaba | 1.1 | #errors |
| 385 | wakaba | 1.29 | /html/head/meta;element not allowed:meta charset;m |
| 386 | /html/head/meta;in XML:charset;m | ||
| 387 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 388 | wakaba | 1.1 | |
| 389 | #data | ||
| 390 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 391 | <base href="http://www.w3.org/"/> | ||
| 392 | <meta name="keywords" content="html5"/> | ||
| 393 | <title/> | ||
| 394 | </head> | ||
| 395 | #errors | ||
| 396 | |||
| 397 | #data | ||
| 398 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 399 | <base href="http://www.w3.org/"/> | ||
| 400 | <title/> | ||
| 401 | <meta name="keywords" content="html5"/> | ||
| 402 | </head> | ||
| 403 | #errors | ||
| 404 | |||
| 405 | #data | ||
| 406 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 407 | <head> | ||
| 408 | wakaba | 1.1 | <meta name="keywords" content="html5"/> |
| 409 | <meta charset="us-ascii"/> | ||
| 410 | wakaba | 1.26 | <title>xx</title> |
| 411 | wakaba | 1.1 | </head> |
| 412 | wakaba | 1.26 | <body>xx</body> |
| 413 | </html> | ||
| 414 | wakaba | 1.1 | #errors |
| 415 | wakaba | 1.29 | /html/head/meta;element not allowed:meta charset;m |
| 416 | /html/head/meta;in XML:charset;m | ||
| 417 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 418 | wakaba | 1.1 | |
| 419 | #data | ||
| 420 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 421 | <head> | ||
| 422 | wakaba | 1.1 | <meta charset="us-ascii"/> |
| 423 | <meta name="keywords" content="html5"/> | ||
| 424 | wakaba | 1.26 | <title>x</title> |
| 425 | </head> | ||
| 426 | <body>xx</body> | ||
| 427 | </html> | ||
| 428 | #errors | ||
| 429 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 430 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 431 | |||
| 432 | #data | ||
| 433 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 434 | <title>a</title> | ||
| 435 | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/> | ||
| 436 | wakaba | 1.1 | </head> |
| 437 | #errors | ||
| 438 | |||
| 439 | #data | ||
| 440 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"></base> | ||
| 441 | #errors | ||
| 442 | |||
| 443 | #data | ||
| 444 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"> </base> | ||
| 445 | #errors | ||
| 446 | |||
| 447 | #data | ||
| 448 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml">a</base> | ||
| 449 | #errors | ||
| 450 | wakaba | 1.27 | /base/"a";character not allowed:empty;m |
| 451 | wakaba | 1.1 | |
| 452 | #data | ||
| 453 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"><p/></base> | ||
| 454 | #errors | ||
| 455 | wakaba | 1.27 | /base/p;element not allowed:empty;m |
| 456 | wakaba | 1.25 | /base/p;no significant content;s |
| 457 | wakaba | 1.1 | |
| 458 | #data | ||
| 459 | wakaba | 1.26 | <head xmlns="http://www.w3.org/1999/xhtml"> |
| 460 | <base href=""/> | ||
| 461 | <base href=""/> | ||
| 462 | <title>x</title> | ||
| 463 | </head> | ||
| 464 | #errors | ||
| 465 | /head/base;element not allowed:base | ||
| 466 | /head/base;basehref after URI attribute | ||
| 467 | |||
| 468 | #data | ||
| 469 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 470 | <base href=""/> | ||
| 471 | <base target=""/> | ||
| 472 | <title>x</title> | ||
| 473 | </head> | ||
| 474 | #errors | ||
| 475 | /head/base;element not allowed:base | ||
| 476 | wakaba | 1.56 | /head/base/@target;window name:empty;m |
| 477 | wakaba | 1.26 | |
| 478 | #data | ||
| 479 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 480 | <base target=""/> | ||
| 481 | <base href=""/> | ||
| 482 | <title>x</title> | ||
| 483 | </head> | ||
| 484 | #errors | ||
| 485 | /head/base;element not allowed:base | ||
| 486 | wakaba | 1.56 | /head/base/@target;window name:empty;m |
| 487 | wakaba | 1.26 | |
| 488 | #data | ||
| 489 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 490 | <head> | ||
| 491 | <title>a</title> | ||
| 492 | </head> | ||
| 493 | <head> | ||
| 494 | <title>b</title> | ||
| 495 | <base href=""/> | ||
| 496 | </head> | ||
| 497 | <body>x</body> | ||
| 498 | </html> | ||
| 499 | #errors | ||
| 500 | /html/head;element not allowed | ||
| 501 | |||
| 502 | #data | ||
| 503 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 504 | <head> | ||
| 505 | <base href=""/> | ||
| 506 | <title>a</title> | ||
| 507 | </head> | ||
| 508 | <head> | ||
| 509 | <title>b</title> | ||
| 510 | <base href=""/> | ||
| 511 | </head> | ||
| 512 | <body>x</body> | ||
| 513 | </html> | ||
| 514 | #errors | ||
| 515 | /html/head;element not allowed | ||
| 516 | /html/head/base;element not allowed:base | ||
| 517 | /html/head/base;basehref after URI attribute | ||
| 518 | |||
| 519 | #data | ||
| 520 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]" |
| 521 | xmlns="http://www.w3.org/1999/xhtml"></link> | ||
| 522 | wakaba | 1.1 | #errors |
| 523 | |||
| 524 | #data | ||
| 525 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]" |
| 526 | xmlns="http://www.w3.org/1999/xhtml"> </link> | ||
| 527 | wakaba | 1.1 | #errors |
| 528 | |||
| 529 | #data | ||
| 530 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]" |
| 531 | xmlns="http://www.w3.org/1999/xhtml">a</link> | ||
| 532 | wakaba | 1.1 | #errors |
| 533 | wakaba | 1.27 | /link/"a";character not allowed:empty;m |
| 534 | wakaba | 1.1 | |
| 535 | #data | ||
| 536 | wakaba | 1.10 | <link rel="author" href="mailto:[email protected]" |
| 537 | xmlns="http://www.w3.org/1999/xhtml"><p/></link> | ||
| 538 | wakaba | 1.1 | #errors |
| 539 | wakaba | 1.27 | /link/p;element not allowed:empty;m |
| 540 | wakaba | 1.25 | /link/p;no significant content;s |
| 541 | wakaba | 1.1 | |
| 542 | #data | ||
| 543 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"></meta> | ||
| 544 | #errors | ||
| 545 | wakaba | 1.29 | /meta;element not allowed:meta charset;m |
| 546 | /meta;in XML:charset;m | ||
| 547 | wakaba | 1.23 | /meta/@charset;mismatched charset name::us-ascii;unsupported |
| 548 | wakaba | 1.1 | |
| 549 | #data | ||
| 550 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"> </meta> | ||
| 551 | #errors | ||
| 552 | wakaba | 1.29 | /meta;element not allowed:meta charset;m |
| 553 | /meta;in XML:charset;m | ||
| 554 | wakaba | 1.23 | /meta/@charset;mismatched charset name::us-ascii;unsupported |
| 555 | wakaba | 1.1 | |
| 556 | #data | ||
| 557 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">a</meta> | ||
| 558 | #errors | ||
| 559 | wakaba | 1.29 | /meta;element not allowed:meta charset;m |
| 560 | wakaba | 1.27 | /meta/"a";character not allowed:empty;m |
| 561 | wakaba | 1.29 | /meta;in XML:charset;m |
| 562 | wakaba | 1.23 | /meta/@charset;mismatched charset name::us-ascii;unsupported |
| 563 | wakaba | 1.1 | |
| 564 | #data | ||
| 565 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"><p/></meta> | ||
| 566 | #errors | ||
| 567 | wakaba | 1.29 | /meta;element not allowed:meta charset;m |
| 568 | wakaba | 1.27 | /meta/p;element not allowed:empty;m |
| 569 | wakaba | 1.29 | /meta;in XML:charset;m |
| 570 | wakaba | 1.23 | /meta/@charset;mismatched charset name::us-ascii;unsupported |
| 571 | wakaba | 1.25 | /meta/p;no significant content;s |
| 572 | wakaba | 1.1 | |
| 573 | #data | ||
| 574 | wakaba | 1.26 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 575 | <head> | ||
| 576 | <meta charset="us-ascii"/> | ||
| 577 | <title>x</title> | ||
| 578 | </head> | ||
| 579 | <body>x</body> | ||
| 580 | </html> | ||
| 581 | #errors | ||
| 582 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 583 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 584 | |||
| 585 | #data | ||
| 586 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 587 | <head> | ||
| 588 | <meta charset="us-ascii"/> | ||
| 589 | <meta charset="iso-8859-1"/> | ||
| 590 | <title>x</title> | ||
| 591 | </head> | ||
| 592 | <body>x</body> | ||
| 593 | </html> | ||
| 594 | #errors | ||
| 595 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 596 | /html/head/meta;element not allowed:meta charset;m | ||
| 597 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 598 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 599 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::iso-8859-1;unsupported |
| 600 | |||
| 601 | #data | ||
| 602 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 603 | <head> | ||
| 604 | <title>x</title> | ||
| 605 | <meta charset="us-ascii"/> | ||
| 606 | </head> | ||
| 607 | <body>x</body> | ||
| 608 | </html> | ||
| 609 | #errors | ||
| 610 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 611 | /html/head/meta;element not allowed:meta charset;m | ||
| 612 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 613 | |||
| 614 | #data | ||
| 615 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 616 | <head> | ||
| 617 | <title>x</title> | ||
| 618 | </head> | ||
| 619 | <head> | ||
| 620 | <meta charset="us-ascii"/> | ||
| 621 | <title>y</title> | ||
| 622 | </head> | ||
| 623 | <body>x</body> | ||
| 624 | </html> | ||
| 625 | #errors | ||
| 626 | /html/head;element not allowed | ||
| 627 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 628 | /html/head/meta;element not allowed:meta charset;m | ||
| 629 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 630 | |||
| 631 | #data | ||
| 632 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 633 | <body>x</body> | ||
| 634 | <head> | ||
| 635 | <meta charset="us-ascii"/> | ||
| 636 | <title>y</title> | ||
| 637 | </head> | ||
| 638 | </html> | ||
| 639 | #errors | ||
| 640 | /html/body;ps element missing:head | ||
| 641 | /html/head;element not allowed | ||
| 642 | wakaba | 1.29 | /html/head/meta;in XML:charset;m |
| 643 | wakaba | 1.26 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 644 | |||
| 645 | #data | ||
| 646 | <svg xmlns="http://www.w3.org/2000/svg"> | ||
| 647 | <foreignObject> | ||
| 648 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 649 | <head> | ||
| 650 | <meta charset="us-ascii"/> | ||
| 651 | <title>xx</title> | ||
| 652 | </head> | ||
| 653 | <body>yy</body> | ||
| 654 | </html> | ||
| 655 | </foreignObject> | ||
| 656 | </svg> | ||
| 657 | #errors | ||
| 658 | wakaba | 1.29 | /svg/foreignObject/html/head/meta;element not allowed:meta charset;m |
| 659 | /svg/foreignObject/html/head/meta;in XML:charset;m | ||
| 660 | wakaba | 1.26 | /svg/foreignObject/html/head/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 661 | |||
| 662 | #data | ||
| 663 | wakaba | 1.19 | <head xmlns="http://www.w3.org/1999/xhtml"> |
| 664 | wakaba | 1.31 | <title>x</title> |
| 665 | <noscript> | ||
| 666 | <link rel="stylesheet" href=""/> | ||
| 667 | </noscript> | ||
| 668 | </head> | ||
| 669 | #errors | ||
| 670 | /head/noscript;in XML:noscript | ||
| 671 | |||
| 672 | #data | ||
| 673 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 674 | <title>x</title> | ||
| 675 | <noscript> | ||
| 676 | <link rel="alternate" type="text/html" href=""/> | ||
| 677 | </noscript> | ||
| 678 | </head> | ||
| 679 | #errors | ||
| 680 | /head/noscript;in XML:noscript | ||
| 681 | |||
| 682 | #data | ||
| 683 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 684 | wakaba | 1.19 | <title/> |
| 685 | <noscript> | ||
| 686 | <meta charset="us-ascii"/> | ||
| 687 | </noscript> | ||
| 688 | </head> | ||
| 689 | #errors | ||
| 690 | /head/noscript;in XML:noscript | ||
| 691 | wakaba | 1.42 | /head/noscript/meta;element not allowed:head noscript;m |
| 692 | wakaba | 1.29 | /head/noscript/meta;element not allowed:meta charset;m |
| 693 | /head/noscript/meta;in XML:charset;m | ||
| 694 | wakaba | 1.23 | /head/noscript/meta/@charset;mismatched charset name::us-ascii;unsupported |
| 695 | wakaba | 1.20 | |
| 696 | wakaba | 1.30 | #data html |
| 697 | <!DOCTYPE HTML> | ||
| 698 | <meta http-equiv=content-type content="text/html; charset=us-ascii"> | ||
| 699 | <title>x</title> | ||
| 700 | <body>y</body> | ||
| 701 | #errors | ||
| 702 | /html/head/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 703 | |||
| 704 | #data html | ||
| 705 | <!DOCTYPE HTML> | ||
| 706 | <title>x</title> | ||
| 707 | <meta http-equiv=content-type content="text/html; charset=us-ascii"> | ||
| 708 | <body>y</body> | ||
| 709 | #errors | ||
| 710 | /html/head/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 711 | /html/head/meta;element not allowed:meta charset;m | ||
| 712 | |||
| 713 | #data html | ||
| 714 | <!DOCTYPE HTML> | ||
| 715 | <meta charset=us-ascii> | ||
| 716 | <meta http-equiv=content-type content="text/html; charset=us-ascii"> | ||
| 717 | <title>x</title> | ||
| 718 | <body>y</body> | ||
| 719 | #errors | ||
| 720 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported | ||
| 721 | /html/head/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 722 | /html/head/meta;element not allowed:meta charset;m | ||
| 723 | |||
| 724 | #data html | ||
| 725 | <!DOCTYPE HTML> | ||
| 726 | <meta http-equiv=content-type content="text/html; charset=us-ascii"> | ||
| 727 | <meta charset=us-ascii> | ||
| 728 | <title>x</title> | ||
| 729 | <body>y</body> | ||
| 730 | #errors | ||
| 731 | /html/head/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 732 | /html/head/meta/@charset;mismatched charset name::us-ascii;unsupported | ||
| 733 | /html/head/meta;element not allowed:meta charset;m | ||
| 734 | |||
| 735 | #data html | ||
| 736 | <!DOCTYPE HTML> | ||
| 737 | <meta http-equiv=content-type content="text/html; charset=us-ascii"> | ||
| 738 | <meta http-equiv=content-type content="text/html; charset=us-ascii"> | ||
| 739 | <title>x</title> | ||
| 740 | <body>y</body> | ||
| 741 | #errors | ||
| 742 | /html/head/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 743 | /html/head/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 744 | /html/head/meta;element not allowed:meta charset;m | ||
| 745 | |||
| 746 | wakaba | 1.20 | #data |
| 747 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 748 | <title/> | ||
| 749 | <noscript> | ||
| 750 | <meta/> | ||
| 751 | </noscript> | ||
| 752 | </head> | ||
| 753 | #errors | ||
| 754 | /head/noscript;in XML:noscript | ||
| 755 | wakaba | 1.31 | /head/noscript/meta;element not allowed:head noscript;m |
| 756 | wakaba | 1.20 | /head/noscript/meta;attribute missing:name|http-equiv|charset |
| 757 | |||
| 758 | #data | ||
| 759 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 760 | <title/> | ||
| 761 | <noscript> | ||
| 762 | <meta http-equiv="content-style-type" content="text/css"/> | ||
| 763 | </noscript> | ||
| 764 | </head> | ||
| 765 | #errors | ||
| 766 | /head/noscript;in XML:noscript | ||
| 767 | /head/noscript/meta/@http-equiv;enumerated:invalid | ||
| 768 | |||
| 769 | #data | ||
| 770 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 771 | <title/> | ||
| 772 | <noscript> | ||
| 773 | <meta name="keywords" content=""/> | ||
| 774 | </noscript> | ||
| 775 | </head> | ||
| 776 | #errors | ||
| 777 | /head/noscript;in XML:noscript | ||
| 778 | wakaba | 1.31 | /head/noscript/meta;element not allowed:head noscript;m |
| 779 | wakaba | 1.20 | |
| 780 | #data | ||
| 781 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 782 | <title/> | ||
| 783 | <noscript> | ||
| 784 | <meta name="keywords" content="" http-equiv="keywords"/> | ||
| 785 | </noscript> | ||
| 786 | </head> | ||
| 787 | #errors | ||
| 788 | /head/noscript;in XML:noscript | ||
| 789 | /head/noscript/meta/@http-equiv;attribute not allowed | ||
| 790 | /head/noscript/meta/@http-equiv;enumerated:invalid | ||
| 791 | wakaba | 1.30 | |
| 792 | #data | ||
| 793 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 794 | <title>x</title> | ||
| 795 | <noscript> | ||
| 796 | <meta http-equiv="content-type" content="text/html; charset=us-ascii"/> | ||
| 797 | </noscript> | ||
| 798 | </head> | ||
| 799 | #errors | ||
| 800 | wakaba | 1.31 | /head/noscript;in XML:noscript |
| 801 | wakaba | 1.42 | /head/noscript/meta;element not allowed:head noscript;m |
| 802 | wakaba | 1.30 | /head/noscript/meta;element not allowed:meta charset;m |
| 803 | /head/noscript/meta;in XML:charset;m | ||
| 804 | /head/noscript/meta/@content;mismatched charset name::us-ascii;unsupported | ||
| 805 | wakaba | 1.31 | |
| 806 | #data | ||
| 807 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 808 | <title>x</title> | ||
| 809 | <noscript> | ||
| 810 | <style/> | ||
| 811 | </noscript> | ||
| 812 | </head> | ||
| 813 | #errors | ||
| 814 | wakaba | 1.53 | /head/noscript/style;SUBDOC |
| 815 | wakaba | 1.31 | /head/noscript;in XML:noscript |
| 816 | |||
| 817 | #data | ||
| 818 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 819 | <title>x</title> | ||
| 820 | <noscript> | ||
| 821 | <style scoped=""/> | ||
| 822 | </noscript> | ||
| 823 | </head> | ||
| 824 | #errors | ||
| 825 | /head/noscript/style;element not allowed:head noscript;m | ||
| 826 | wakaba | 1.53 | /head/noscript/style;SUBDOC |
| 827 | wakaba | 1.31 | /head/noscript;in XML:noscript |
| 828 | |||
| 829 | #data | ||
| 830 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 831 | <title>x</title> | ||
| 832 | <noscript> | ||
| 833 | <base href=""/> | ||
| 834 | </noscript> | ||
| 835 | </head> | ||
| 836 | #errors | ||
| 837 | /head/noscript/base;element not allowed:head noscript;m | ||
| 838 | /head/noscript;in XML:noscript | ||
| 839 | |||
| 840 | #data | ||
| 841 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
| 842 | <title>x</title> | ||
| 843 | <noscript> | ||
| 844 | <unknown:unknown xmlns:unknown="about:"/> | ||
| 845 | </noscript> | ||
| 846 | </head> | ||
| 847 | #errors | ||
| 848 | /head/noscript/unknown;element;unsupported | ||
| 849 | /head/noscript/unknown;element not allowed:head noscript;m | ||
| 850 | /head/noscript;in XML:noscript | ||
| 851 | wakaba | 1.19 | |
| 852 | #data | ||
| 853 | wakaba | 1.1 | <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"></style> |
| 854 | #errors | ||
| 855 | wakaba | 1.53 | /style;SUBDOC |
| 856 | wakaba | 1.1 | |
| 857 | #data | ||
| 858 | <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"> | ||
| 859 | p {color: green} | ||
| 860 | </style> | ||
| 861 | #errors | ||
| 862 | wakaba | 1.53 | /style;SUBDOC |
| 863 | wakaba | 1.1 | |
| 864 | wakaba | 1.2 | #data |
| 865 | <body xmlns="http://www.w3.org/1999/xhtml"></body> | ||
| 866 | #errors | ||
| 867 | wakaba | 1.25 | /body;no significant content;s |
| 868 | wakaba | 1.2 | |
| 869 | #data | ||
| 870 | <body xmlns="http://www.w3.org/1999/xhtml"> </body> | ||
| 871 | #errors | ||
| 872 | wakaba | 1.25 | /body;no significant content;s |
| 873 | wakaba | 1.2 | |
| 874 | #data | ||
| 875 | <body xmlns="http://www.w3.org/1999/xhtml">a</body> | ||
| 876 | #errors | ||
| 877 | |||
| 878 | #data | ||
| 879 | <body xmlns="http://www.w3.org/1999/xhtml"><p/></body> | ||
| 880 | #errors | ||
| 881 | wakaba | 1.25 | /body;no significant content;s |
| 882 | /body/p;no significant content;s | ||
| 883 | wakaba | 1.2 | |
| 884 | #data | ||
| 885 | <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body> | ||
| 886 | #errors | ||
| 887 | wakaba | 1.25 | /body;no significant content;s |
| 888 | /body/blockquote;no significant content;s | ||
| 889 | wakaba | 1.2 | |
| 890 | #data | ||
| 891 | <body xmlns="http://www.w3.org/1999/xhtml"><div/></body> | ||
| 892 | #errors | ||
| 893 | wakaba | 1.25 | /body;no significant content;s |
| 894 | /body/div;no significant content;s | ||
| 895 | wakaba | 1.2 | |
| 896 | #data | ||
| 897 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 898 | <script type="text/javascript"/> | ||
| 899 | </body> | ||
| 900 | #errors | ||
| 901 | wakaba | 1.24 | /body/script/@type;IMT:obsolete subtype;w |
| 902 | wakaba | 1.18 | /body/script;script:text/javascript;unsupported |
| 903 | wakaba | 1.25 | /body;no significant content;s |
| 904 | wakaba | 1.2 | |
| 905 | #data | ||
| 906 | <body xmlns="http://www.w3.org/1999/xhtml"><b/></body> | ||
| 907 | #errors | ||
| 908 | wakaba | 1.25 | /body;no significant content;s |
| 909 | /body/b;no significant content;s | ||
| 910 | wakaba | 1.2 | |
| 911 | wakaba | 1.3 | #data |
| 912 | wakaba | 1.26 | <body xmlns="http://www.w3.org/1999/xhtml"> |
| 913 | <svg xmlns="http://www.w3.org/2000/svg"/> | ||
| 914 | </body> | ||
| 915 | #errors | ||
| 916 | |||
| 917 | #data | ||
| 918 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 919 | <math xmlns="http://www.w3.org/1998/Math/MathML"/> | ||
| 920 | </body> | ||
| 921 | #errors | ||
| 922 | |||
| 923 | #data | ||
| 924 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 925 | para1<p>para2</p>para3 | ||
| 926 | </body> | ||
| 927 | #errors | ||
| 928 | |||
| 929 | #data | ||
| 930 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 931 | <style scoped="scoped"/> | ||
| 932 | para | ||
| 933 | </body> | ||
| 934 | #errors | ||
| 935 | wakaba | 1.53 | /body/style;SUBDOC |
| 936 | wakaba | 1.26 | |
| 937 | #data | ||
| 938 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 939 | <style/> | ||
| 940 | para | ||
| 941 | </body> | ||
| 942 | #errors | ||
| 943 | wakaba | 1.55 | /body/style;element not allowed:flow style;m |
| 944 | wakaba | 1.53 | /body/style;SUBDOC |
| 945 | wakaba | 1.26 | |
| 946 | #data | ||
| 947 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 948 | para1 | ||
| 949 | <style scoped="scoped"/> | ||
| 950 | para2 | ||
| 951 | </body> | ||
| 952 | #errors | ||
| 953 | wakaba | 1.55 | /body/style;element not allowed:flow style;m |
| 954 | wakaba | 1.53 | /body/style;SUBDOC |
| 955 | wakaba | 1.26 | |
| 956 | #data | ||
| 957 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 958 | <style scoped="scoped"/> | ||
| 959 | <style scoped="scoped"/> | ||
| 960 | para | ||
| 961 | </body> | ||
| 962 | #errors | ||
| 963 | wakaba | 1.53 | /body/style;SUBDOC |
| 964 | /body/style;SUBDOC | ||
| 965 | wakaba | 1.26 | |
| 966 | #data | ||
| 967 | <body xmlns="http://www.w3.org/1999/xhtml"><style scoped="scoped"/> | ||
| 968 | para | ||
| 969 | </body> | ||
| 970 | #errors | ||
| 971 | wakaba | 1.53 | /body/style;SUBDOC |
| 972 | wakaba | 1.26 | |
| 973 | #data | ||
| 974 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 975 | <p>xx</p> | ||
| 976 | <style scoped="scoped"/> | ||
| 977 | para | ||
| 978 | </body> | ||
| 979 | #errors | ||
| 980 | wakaba | 1.55 | /body/style;element not allowed:flow style;m |
| 981 | wakaba | 1.53 | /body/style;SUBDOC |
| 982 | wakaba | 1.26 | |
| 983 | #data | ||
| 984 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 985 | <style scoped="scoped"/></body> | ||
| 986 | #errors | ||
| 987 | wakaba | 1.53 | /body/style;SUBDOC |
| 988 | wakaba | 1.26 | /body;no significant content;s |
| 989 | |||
| 990 | #data | ||
| 991 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 992 | <style scoped="scoped"/> | ||
| 993 | <title>x</title> | ||
| 994 | </body> | ||
| 995 | #errors | ||
| 996 | wakaba | 1.55 | /body/title;element not allowed:flow;m |
| 997 | wakaba | 1.53 | /body/style;SUBDOC |
| 998 | wakaba | 1.26 | |
| 999 | #data | ||
| 1000 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1001 | <style scoped="scoped"/> | ||
| 1002 | <unknown/> | ||
| 1003 | </body> | ||
| 1004 | #errors | ||
| 1005 | wakaba | 1.55 | /body/unknown;element not allowed:flow;m |
| 1006 | wakaba | 1.43 | /body/unknown;element not defined;m |
| 1007 | wakaba | 1.53 | /body/style;SUBDOC |
| 1008 | wakaba | 1.26 | /body;no significant content;s |
| 1009 | |||
| 1010 | #data | ||
| 1011 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1012 | <style scoped="scoped"/> | ||
| 1013 | wakaba | 1.27 | <unknown>xx</unknown> |
| 1014 | </body> | ||
| 1015 | #errors | ||
| 1016 | wakaba | 1.43 | /body/unknown;element not defined;m |
| 1017 | wakaba | 1.55 | /body/unknown;element not allowed:flow;m |
| 1018 | wakaba | 1.53 | /body/style;SUBDOC |
| 1019 | wakaba | 1.27 | |
| 1020 | #data | ||
| 1021 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1022 | <style scoped="scoped"/> | ||
| 1023 | wakaba | 1.26 | <x:unknown xmlns:x="about:"/> |
| 1024 | </body> | ||
| 1025 | #errors | ||
| 1026 | wakaba | 1.55 | /body/unknown;element not allowed:flow;m |
| 1027 | wakaba | 1.26 | /body/unknown;element;unsupported |
| 1028 | wakaba | 1.53 | /body/style;SUBDOC |
| 1029 | wakaba | 1.26 | /body;no significant content;s |
| 1030 | |||
| 1031 | #data | ||
| 1032 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1033 | <style scoped="scoped"/> | ||
| 1034 | <ins>para</ins> | ||
| 1035 | </body> | ||
| 1036 | #errors | ||
| 1037 | wakaba | 1.53 | /body/style;SUBDOC |
| 1038 | wakaba | 1.26 | |
| 1039 | #data | ||
| 1040 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1041 | <style scoped="scoped"/> | ||
| 1042 | <del>para</del> | ||
| 1043 | </body> | ||
| 1044 | #errors | ||
| 1045 | wakaba | 1.53 | /body/style;SUBDOC |
| 1046 | wakaba | 1.26 | /body;no significant content;s |
| 1047 | |||
| 1048 | #data | ||
| 1049 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1050 | <ins><style scoped="scoped"/> | ||
| 1051 | para</ins> | ||
| 1052 | </body> | ||
| 1053 | #errors | ||
| 1054 | wakaba | 1.53 | /body/ins/style;SUBDOC |
| 1055 | wakaba | 1.26 | |
| 1056 | #data | ||
| 1057 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1058 | <del><style scoped="scoped"/> | ||
| 1059 | para</del> | ||
| 1060 | </body> | ||
| 1061 | #errors | ||
| 1062 | wakaba | 1.53 | /body/del/style;SUBDOC |
| 1063 | wakaba | 1.28 | /body;no significant content;s |
| 1064 | wakaba | 1.26 | |
| 1065 | #data | ||
| 1066 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1067 | <ins/> | ||
| 1068 | <style scoped="scoped"/> | ||
| 1069 | para | ||
| 1070 | </body> | ||
| 1071 | #errors | ||
| 1072 | wakaba | 1.53 | /body/style;SUBDOC |
| 1073 | wakaba | 1.26 | |
| 1074 | #data | ||
| 1075 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1076 | <ins><style scoped="scoped"/></ins> | ||
| 1077 | <style scoped="scoped"/> | ||
| 1078 | para | ||
| 1079 | </body> | ||
| 1080 | #errors | ||
| 1081 | wakaba | 1.53 | /body/ins/style;SUBDOC |
| 1082 | /body/style;SUBDOC | ||
| 1083 | wakaba | 1.26 | |
| 1084 | #data | ||
| 1085 | wakaba | 1.3 | <section xmlns="http://www.w3.org/1999/xhtml"></section> |
| 1086 | #errors | ||
| 1087 | wakaba | 1.25 | /section;no significant content;s |
| 1088 | wakaba | 1.2 | |
| 1089 | wakaba | 1.3 | #data |
| 1090 | <section xmlns="http://www.w3.org/1999/xhtml"> </section> | ||
| 1091 | #errors | ||
| 1092 | wakaba | 1.25 | /section;no significant content;s |
| 1093 | wakaba | 1.2 | |
| 1094 | wakaba | 1.3 | #data |
| 1095 | <section xmlns="http://www.w3.org/1999/xhtml">a</section> | ||
| 1096 | #errors | ||
| 1097 | |||
| 1098 | #data | ||
| 1099 | <section xmlns="http://www.w3.org/1999/xhtml"><p/></section> | ||
| 1100 | #errors | ||
| 1101 | wakaba | 1.25 | /section;no significant content;s |
| 1102 | /section/p;no significant content;s | ||
| 1103 | wakaba | 1.3 | |
| 1104 | #data | ||
| 1105 | <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section> | ||
| 1106 | #errors | ||
| 1107 | wakaba | 1.25 | /section;no significant content;s |
| 1108 | /section/blockquote;no significant content;s | ||
| 1109 | wakaba | 1.3 | |
| 1110 | #data | ||
| 1111 | <section xmlns="http://www.w3.org/1999/xhtml"><div/></section> | ||
| 1112 | #errors | ||
| 1113 | wakaba | 1.25 | /section;no significant content;s |
| 1114 | /section/div;no significant content;s | ||
| 1115 | wakaba | 1.3 | |
| 1116 | #data | ||
| 1117 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1118 | <script type="text/javascript"/> | ||
| 1119 | </section> | ||
| 1120 | #errors | ||
| 1121 | wakaba | 1.24 | /section/script/@type;IMT:obsolete subtype;w |
| 1122 | wakaba | 1.18 | /section/script;script:text/javascript;unsupported |
| 1123 | wakaba | 1.25 | /section;no significant content;s |
| 1124 | wakaba | 1.3 | |
| 1125 | #data | ||
| 1126 | <section xmlns="http://www.w3.org/1999/xhtml"><b/></section> | ||
| 1127 | #errors | ||
| 1128 | wakaba | 1.25 | /section;no significant content;s |
| 1129 | /section/b;no significant content;s | ||
| 1130 | wakaba | 1.3 | |
| 1131 | #data | ||
| 1132 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1133 | wakaba | 1.13 | <style type="text/css" scoped=""/> |
| 1134 | wakaba | 1.3 | </section> |
| 1135 | #errors | ||
| 1136 | wakaba | 1.53 | /section/style;SUBDOC |
| 1137 | wakaba | 1.25 | /section;no significant content;s |
| 1138 | wakaba | 1.3 | |
| 1139 | #data | ||
| 1140 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1141 | wakaba | 1.13 | <style type="text/css" scoped=""/> |
| 1142 | wakaba | 1.3 | <p/> |
| 1143 | </section> | ||
| 1144 | #errors | ||
| 1145 | wakaba | 1.53 | /section/style;SUBDOC |
| 1146 | wakaba | 1.25 | /section;no significant content;s |
| 1147 | /section/p;no significant content;s | ||
| 1148 | wakaba | 1.3 | |
| 1149 | #data | ||
| 1150 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1151 | <p/> | ||
| 1152 | wakaba | 1.13 | <style type="text/css" scoped=""/> |
| 1153 | wakaba | 1.3 | </section> |
| 1154 | #errors | ||
| 1155 | wakaba | 1.55 | /section/style;element not allowed:flow style;m |
| 1156 | wakaba | 1.53 | /section/style;SUBDOC |
| 1157 | wakaba | 1.25 | /section;no significant content;s |
| 1158 | /section/p;no significant content;s | ||
| 1159 | wakaba | 1.3 | |
| 1160 | #data | ||
| 1161 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
| 1162 | wakaba | 1.13 | <style type="text/css" scoped=""/> |