- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 07:53:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv28566
Modified Files:
patch-schema
Log Message:
updated schema patch
Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- patch-schema 21 Jul 2009 05:46:28 -0000 1.64
+++ patch-schema 21 Jul 2009 07:53:21 -0000 1.65
@@ -151,6 +151,33 @@
button.elem |= button.button.elem
+Index: schema/embed.rnc
+===================================================================
+--- schema/embed.rnc (revision 453)
++++ schema/embed.rnc (working copy)
+@@ -292,8 +292,11 @@
+ w:string "seamless" | w:string ""
+ } & v5only
+ iframe.attrs.sandbox =
+- attribute sandbox
+- { list
++ attribute sandbox {
++ common.data.sandbox-allow-list
++ }
++ common.data.sandbox-allow-list =
++ ( list
+ { ( w:string "allow-same-origin" )?
+ , ( w:string "allow-forms" )?
+ , ( w:string "allow-scripts" )?
+@@ -323,7 +326,7 @@
+ , ( w:string "allow-forms" )?
+ , ( w:string "allow-same-origin" )?
+ }
+- } & v5only
++ ) & v5only
+ iframe.inner =
+ ( text )
+
Index: schema/media.rnc
===================================================================
--- schema/media.rnc (revision 453)
Received on Tuesday, 21 July 2009 07:53:32 UTC