diff options
author | ot <ot@localhost> | 2009-03-02 18:32:36 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-03-02 18:32:36 +0000 |
commit | c040a9ef5315bf52a3f4d6893923050c0b2705ed (patch) | |
tree | 951a29d0b9af4e213641488ddaf587992a826570 /htdocs/dev | |
parent | ed1673c2aa7ca272ac5407bbfa34456aa972347c (diff) | |
download | markup-validator-c040a9ef5315bf52a3f4d6893923050c0b2705ed.zip markup-validator-c040a9ef5315bf52a3f4d6893923050c0b2705ed.tar.gz markup-validator-c040a9ef5315bf52a3f4d6893923050c0b2705ed.tar.bz2 |
* improved wording for fuzzy-matched elements and attributes
* adding handling of case for "attribute not allowed for a particular element/context"
Diffstat (limited to 'htdocs/dev')
-rw-r--r-- | htdocs/dev/tests/4412-fuzzymatch.xhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/dev/tests/4412-fuzzymatch.xhtml b/htdocs/dev/tests/4412-fuzzymatch.xhtml index 489b541..d07f9b2 100644 --- a/htdocs/dev/tests/4412-fuzzymatch.xhtml +++ b/htdocs/dev/tests/4412-fuzzymatch.xhtml @@ -9,7 +9,9 @@ </head> <body> - <spam crass="foo">typos in attribute and element</span> +<spam crass="foo">typos in attribute and element</span> + +<span target="foo">attribute not allowed for this element</span> <SPaN CLaSS="foo">non-lowercase attribute and element</SPAN> |