- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Feb 2010 10:00:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/schema
In directory hutz:/tmp/cvs-serv7960/schema
Modified Files:
	common.rnc embed.rnc 
Log Message:
checkpointing
Index: common.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema/common.rnc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- common.rnc	11 Feb 2010 14:23:38 -0000	1.3
+++ common.rnc	12 Feb 2010 10:00:30 -0000	1.4
@@ -366,9 +366,9 @@
   common.data.circle =
     w:circle
 
-## Polyline
-  common.data.polyline =
-    w:polyline
+## Polygone
+  common.data.polygon =
+    w:polygon
 
 common-form.attrs.form = ( notAllowed )
 
Index: embed.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema/embed.rnc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- embed.rnc	11 Feb 2010 14:23:39 -0000	1.3
+++ embed.rnc	12 Feb 2010 10:00:30 -0000	1.4
@@ -468,7 +468,7 @@
 			}
 		area.attrs.coords.poly =
 			attribute coords {
-				common.data.polyline
+				common.data.polygon
 #				xsd:token {
 #					pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+(,-?[0-9]+,-?[0-9]+)*"
 #				}
Received on Friday, 12 February 2010 10:00:33 UTC