html5/markup/schema assertions.sch,1.4,1.5

Update of /sources/public/html5/markup/schema
In directory hutz:/tmp/cvs-serv23922/schema

Modified Files:
	assertions.sch 
Log Message:
reworked annotations handling for new/obsolete/changed elements


Index: assertions.sch
===================================================================
RCS file: /sources/public/html5/markup/schema/assertions.sch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- assertions.sch	2 Feb 2010 17:04:54 -0000	1.4
+++ assertions.sch	3 Feb 2010 10:27:05 -0000	1.5
@@ -581,7 +581,7 @@
 
 		<rule context='h:td|h:th'>
 			<report test='@scope and self::h:td'>
-				The &#x201C;scope&#x201D; attribute on the &#x201C;<name/>&#x201D; element is obsolete.
+				The &#x201C;scope&#x201D; attribute on the &#x201C;td&#x201D; element is obsolete.
 				Use the &#x201C;scope&#x201D; attribute on a &#x201C;th&#x201D; element instead.
 			</report>
 			<report test='@abbr'>

Received on Wednesday, 3 February 2010 10:27:08 UTC