- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Mar 2010 11:57:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/schema
In directory hutz:/tmp/cvs-serv22530/schema
Modified Files:
embed.rnc phrase.rnc
Log Message:
h:tml, removed the ping attribute
Index: phrase.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema/phrase.rnc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- phrase.rnc 29 Aug 2009 01:43:08 -0000 1.1
+++ phrase.rnc 7 Mar 2010 11:57:39 -0000 1.2
@@ -19,7 +19,6 @@
& a.attrs.hreflang?
& a.attrs.media?
& a.attrs.type?
- & a.attrs.ping?
& ( common.attrs.aria
| common.attrs.aria.implicit.link
)?
@@ -52,10 +51,6 @@
attribute type {
common.data.mimetype
}
- a.attrs.ping =
- attribute ping {
- common.data.uris
- } & v5only
a.inner.phrasing =
( common.inner.phrasing )
Index: embed.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema/embed.rnc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- embed.rnc 12 Feb 2010 10:00:30 -0000 1.4
+++ embed.rnc 7 Mar 2010 11:57:39 -0000 1.5
@@ -394,7 +394,6 @@
& area.attrs.href
)?
& area.attrs.target?
- & area.attrs.ping?
& area.attrs.rel?
& area.attrs.media?
& area.attrs.hreflang?
@@ -429,10 +428,6 @@
attribute type {
common.data.mimetype
}
- area.attrs.ping =
- attribute ping {
- common.data.uris
- } & v5only
area.attrs.shape =
( ( area.attrs.shape.rect? & area.attrs.coords.rect )
Received on Sunday, 7 March 2010 11:57:43 UTC