- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Mar 2009 18:32:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv29233/htdocs/dev/tests
Modified Files:
4412-fuzzymatch.xhtml
Log Message:
* improved wording for fuzzy-matched elements and attributes
* adding handling of case for "attribute not allowed for a particular element/context"
Index: 4412-fuzzymatch.xhtml
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/4412-fuzzymatch.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 4412-fuzzymatch.xhtml 13 Feb 2009 21:02:08 -0000 1.1
+++ 4412-fuzzymatch.xhtml 2 Mar 2009 18:32:36 -0000 1.2
@@ -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>
Received on Monday, 2 March 2009 18:32:48 UTC