Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 16 Jul 2007 14:28:33 -0000 * content-model-1.dat, content-model-2.dat: Some test data have been updated due to new warnings. 2007-07-16 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 16 Jul 2007 14:01:47 -0000 * ContentChecker.pm: Drop wrong |level => 'error'| specification from "in HTML:xml:lang" error. Character position is now the last part of the error type in the URI error description. Report "unsupported" status for language tags, media queries, script codes, and style sheets. 2007-07-16 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | #data |
| 2 | <p xml:space="default" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 3 | #errors | ||
| 4 | |||
| 5 | #data | ||
| 6 | <p xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 7 | #errors | ||
| 8 | |||
| 9 | #data | ||
| 10 | <p xml:space=" default" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 11 | #errors | ||
| 12 | wakaba | 1.2 | /p/@space;invalid attribute value;error |
| 13 | wakaba | 1.1 | |
| 14 | #data | ||
| 15 | <p xml:space="DEfault" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 16 | #errors | ||
| 17 | wakaba | 1.2 | /p/@space;invalid attribute value;error |
| 18 | wakaba | 1.1 | |
| 19 | #data | ||
| 20 | <p xml:space="normal" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 21 | #errors | ||
| 22 | wakaba | 1.2 | /p/@space;invalid attribute value;error |
| 23 | wakaba | 1.1 | |
| 24 | #data | ||
| 25 | <p xml:lang="" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 26 | #errors | ||
| 27 | wakaba | 1.3 | /p/@lang;language tag;unsupported |
| 28 | wakaba | 1.1 | |
| 29 | #data | ||
| 30 | <p xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 31 | #errors | ||
| 32 | wakaba | 1.3 | /p/@lang;language tag;unsupported |
| 33 | wakaba | 1.1 | |
| 34 | #data | ||
| 35 | <p xml:lang="ja-JP" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 36 | #errors | ||
| 37 | wakaba | 1.3 | /p/@lang;language tag;unsupported |
| 38 | wakaba | 1.1 | |
| 39 | #data | ||
| 40 | <p xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
| 41 | xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 42 | #errors | ||
| 43 | |||
| 44 | #data | ||
| 45 | <p xmlns:a="http://www.example.org/" | ||
| 46 | xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 47 | #errors | ||
| 48 | |||
| 49 | #data | ||
| 50 | <xmlns:a/> | ||
| 51 | #errors | ||
| 52 | wakaba | 1.2 | /a;Reserved Prefixes and Namespace Names:<xmlns:>;NC |
| 53 | /a;element;unsupported | ||
| 54 | wakaba | 1.1 | |
| 55 | #data | ||
| 56 | <xmlns/> | ||
| 57 | #errors | ||
| 58 | wakaba | 1.2 | /xmlns;element;unsupported |
| 59 | wakaba | 1.1 | |
| 60 | #data | ||
| 61 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base=""/> | ||
| 62 | #errors | ||
| 63 | |||
| 64 | #data | ||
| 65 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base="http://test/"/> | ||
| 66 | #errors | ||
| 67 | |||
| 68 | #data | ||
| 69 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base="test"/> | ||
| 70 | #errors | ||
| 71 | |||
| 72 | #data | ||
| 73 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base="一"/> | ||
| 74 | #errors | ||
| 75 | |||
| 76 | #data | ||
| 77 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa"/> | ||
| 78 | #errors | ||
| 79 | |||
| 80 | #data | ||
| 81 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa" id="bb"/> | ||
| 82 | #errors | ||
| 83 | |||
| 84 | #data | ||
| 85 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa"> | ||
| 86 | <span id="bb"/> | ||
| 87 | </p> | ||
| 88 | #errors | ||
| 89 | |||
| 90 | #data | ||
| 91 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa"> | ||
| 92 | <span id="aa"/> | ||
| 93 | </p> | ||
| 94 | #errors | ||
| 95 | /p/span/@id;duplicate ID | ||
| 96 | |||
| 97 | #data | ||
| 98 | <p xmlns="http://www.w3.org/1999/xhtml" id="aa"> | ||
| 99 | <span xml:id="aa"/> | ||
| 100 | </p> | ||
| 101 | #errors | ||
| 102 | wakaba | 1.2 | /p/span/@id;duplicate ID;error |
| 103 | wakaba | 1.1 |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |