html5/markup/schema common.rnc,1.3,1.4 embed.rnc,1.3,1.4

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