Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 14 Oct 2007 09:21:32 -0000 2007-10-14 Wakaba <wakaba@suika.fam.cx> * content-model-1.dat, content-model-2.dat: New test data for |rule|, |nest|, and |datatemplate| elements. ++ whatpm/Whatpm/ChangeLog 14 Oct 2007 09:20:23 -0000 2007-10-14 Wakaba <wakaba@suika.fam.cx> * ContentChecker.pm (check_document): Support for new |is_xml_root| flag. (check_element): Support for new |pluses| state. (_add_pluses): New method. (_remove_minuses): Support for new |minus| item. ++ whatpm/Whatpm/ContentChecker/ChangeLog 14 Oct 2007 09:20:50 -0000 2007-10-14 Wakaba <wakaba@suika.fam.cx> * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, and |html:rule| elements.
| 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 | |||
| 28 | #data | ||
| 29 | <p xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 30 | #errors | ||
| 31 | |||
| 32 | #data | ||
| 33 | <p xml:lang="ja-JP" xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 34 | #errors | ||
| 35 | |||
| 36 | #data | ||
| 37 | <p xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
| 38 | xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 39 | #errors | ||
| 40 | |||
| 41 | #data | ||
| 42 | <p xmlns:a="http://www.example.org/" | ||
| 43 | xmlns="http://www.w3.org/1999/xhtml"/> | ||
| 44 | #errors | ||
| 45 | |||
| 46 | #data | ||
| 47 | <xmlns:a/> | ||
| 48 | #errors | ||
| 49 | wakaba | 1.2 | /a;Reserved Prefixes and Namespace Names:<xmlns:>;NC |
| 50 | /a;element;unsupported | ||
| 51 | wakaba | 1.1 | |
| 52 | #data | ||
| 53 | <xmlns/> | ||
| 54 | #errors | ||
| 55 | wakaba | 1.2 | /xmlns;element;unsupported |
| 56 | wakaba | 1.1 | |
| 57 | #data | ||
| 58 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base=""/> | ||
| 59 | #errors | ||
| 60 | |||
| 61 | #data | ||
| 62 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base="http://test/"/> | ||
| 63 | #errors | ||
| 64 | |||
| 65 | #data | ||
| 66 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base="test"/> | ||
| 67 | #errors | ||
| 68 | |||
| 69 | #data | ||
| 70 | <p xmlns="http://www.w3.org/1999/xhtml" xml:base="一"/> | ||
| 71 | #errors | ||
| 72 | |||
| 73 | #data | ||
| 74 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa"/> | ||
| 75 | #errors | ||
| 76 | |||
| 77 | #data | ||
| 78 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa" id="bb"/> | ||
| 79 | #errors | ||
| 80 | |||
| 81 | #data | ||
| 82 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa"> | ||
| 83 | <span id="bb"/> | ||
| 84 | </p> | ||
| 85 | #errors | ||
| 86 | |||
| 87 | #data | ||
| 88 | <p xmlns="http://www.w3.org/1999/xhtml" xml:id="aa"> | ||
| 89 | <span id="aa"/> | ||
| 90 | </p> | ||
| 91 | #errors | ||
| 92 | /p/span/@id;duplicate ID | ||
| 93 | |||
| 94 | #data | ||
| 95 | <p xmlns="http://www.w3.org/1999/xhtml" id="aa"> | ||
| 96 | <span xml:id="aa"/> | ||
| 97 | </p> | ||
| 98 | #errors | ||
| 99 | wakaba | 1.2 | /p/span/@id;duplicate ID;error |
| 100 | wakaba | 1.1 |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |