- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 22:26:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/schema
In directory hutz:/tmp/cvs-serv14435/schema
Modified Files:
meta.rnc
Log Message:
update
Index: meta.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema/meta.rnc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- meta.rnc 28 Jan 2010 17:11:53 -0000 1.2
+++ meta.rnc 28 Jan 2010 22:26:44 -0000 1.3
@@ -211,10 +211,9 @@
meta.name.elem =
element meta { meta.inner & meta.name.attrs }
meta.name.attrs =
- ( common.attrs.basic
- & common.attrs.i18n
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
+ & common.attrs.event-handler
+ & common.attrs.xml
& meta.name.attrs.name
& meta.name.attrs.content
)
@@ -236,10 +235,9 @@
meta.http-equiv.refresh.elem =
element meta { meta.inner & meta.http-equiv.refresh.attrs }
meta.http-equiv.refresh.attrs =
- ( common.attrs.basic
- & common.attrs.i18n
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
+ & common.attrs.event-handler
+ & common.attrs.xml
& meta.http-equiv.attrs.http-equiv.refresh
& meta.http-equiv.attrs.content.refresh
)
@@ -260,10 +258,9 @@
meta.http-equiv.default-style.elem =
element meta { meta.inner & meta.http-equiv.default-style.attrs }
meta.http-equiv.default-style.attrs =
- ( common.attrs.basic
- & common.attrs.i18n
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
+ & common.attrs.event-handler
+ & common.attrs.xml
& meta.http-equiv.attrs.http-equiv.default-style
& meta.http-equiv.attrs.content.default-style
)
@@ -285,10 +282,9 @@
meta.http-equiv.content-language.elem =
element meta { meta.inner & meta.http-equiv.content-language.attrs }
meta.http-equiv.content-language.attrs =
- ( common.attrs.basic
- & common.attrs.i18n
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
+ & common.attrs.event-handler
+ & common.attrs.xml
& meta.http-equiv.attrs.http-equiv.content-language
& meta.http-equiv.attrs.content.content-language
)
@@ -310,10 +306,9 @@
meta.charset.elem =
element meta { meta.inner & meta.charset.attrs }
meta.charset.attrs =
- ( common.attrs.basic
- & common.attrs.i18n
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
+ & common.attrs.event-handler
+ & common.attrs.xml
& meta.charset.attrs.charset
)
meta.charset.attrs.charset =
@@ -327,10 +322,9 @@
element meta { meta.inner & meta.http-equiv.content-type.attrs }
& HTMLonly
meta.http-equiv.content-type.attrs =
- ( common.attrs.basic
- & common.attrs.i18n
- & common.attrs.present
- & common.attrs.other
+ ( common.attrs.core
+ & common.attrs.event-handler
+ & common.attrs.xml
& meta.http-equiv.attrs.http-equiv.content-type
& meta.http-equiv.attrs.content.content-type
)
Received on Thursday, 28 January 2010 22:26:47 UTC