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 | #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 | /p/@space;invalid attribute value;error |
| 13 | |
| 14 | #data |
| 15 | <p xml:space="DEfault" xmlns="http://www.w3.org/1999/xhtml"/> |
| 16 | #errors |
| 17 | /p/@space;invalid attribute value;error |
| 18 | |
| 19 | #data |
| 20 | <p xml:space="normal" xmlns="http://www.w3.org/1999/xhtml"/> |
| 21 | #errors |
| 22 | /p/@space;invalid attribute value;error |
| 23 | |
| 24 | #data |
| 25 | <p xml:lang="" xmlns="http://www.w3.org/1999/xhtml"/> |
| 26 | #errors |
| 27 | /p/@lang;language tag;unsupported |
| 28 | |
| 29 | #data |
| 30 | <p xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"/> |
| 31 | #errors |
| 32 | /p/@lang;language tag;unsupported |
| 33 | |
| 34 | #data |
| 35 | <p xml:lang="ja-JP" xmlns="http://www.w3.org/1999/xhtml"/> |
| 36 | #errors |
| 37 | /p/@lang;language tag;unsupported |
| 38 | |
| 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 | /a;Reserved Prefixes and Namespace Names:<xmlns:>;NC |
| 53 | /a;element;unsupported |
| 54 | |
| 55 | #data |
| 56 | <xmlns/> |
| 57 | #errors |
| 58 | /xmlns;element;unsupported |
| 59 | |
| 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 | /p/span/@id;duplicate ID;error |
| 103 |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |