- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Aug 2011 07:56:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv31913/elements
Modified Files:
audio.html link.html meta.name.html q.html time.html
Log Message:
various updates to sync to upstream schema
Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/elements/q.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- q.html 12 Aug 2010 19:55:37 -0000 1.5
+++ q.html 24 Aug 2011 07:56:01 -0000 1.6
@@ -15,4 +15,5 @@
quoted text.</dd>
</dl>
</div>
+ <div id="dom-interface">HTMLQuoteElement</div>
</div>
Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/elements/time.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- time.html 12 Aug 2010 19:55:37 -0000 1.14
+++ time.html 24 Aug 2011 07:56:02 -0000 1.15
@@ -15,6 +15,14 @@
represents.</dd>
</dl>
<dl>
+ <dt id="time.attrs.datetime.dateonly">datetime</dt>
+ <dd>Specifies the date that the element represents.</dd>
+ </dl>
+ <dl>
+ <dt id="time.attrs.datetime.tz">datetime</dt>
+ <dd>Specifies the date and time that the element represents.</dd>
+ </dl>
+ <dl>
<dt id="time.attrs.pubdate">pubdate</dt>
<dd>Indicates that the date and time given by the element is
the publication date and time of the nearest ancestor
Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/elements/link.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- link.html 12 Aug 2010 19:55:36 -0000 1.13
+++ link.html 24 Aug 2011 07:56:01 -0000 1.14
@@ -16,11 +16,19 @@
</dl>
<dl>
<dt id="link.attrs.rel">rel</dt>
- <dd>A list of tokens that specify the relationship between
+ <dd>
+ A set of tokens that specify the relationship between
the document containing the
- <a href="#link" class="element">link</a>
+ <span class="element">link</span>
and the destination indicated by the
- <span class="element">link</span>.</dd>
+ <span class="element">link</span>.
+ </dd>
+ <dd>Each token must be either a
+ <a href="http://dev.w3.org/html5/spec/links.html#linkTypes">link type defined in the HTML5 specification</a>
+ or a registered
+ <a href="http://dev.w3.org/html5/spec/links.html#concept-rel-extensions">extension to the predefined set of link types</a>
+ <a href="#refsHTML5">[HTML5]</a>.
+ </dd>
</dl>
<dl>
<dt id="link.attrs.media">media</dt>
Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.name.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- meta.name.html 20 Oct 2010 03:46:01 -0000 1.13
+++ meta.name.html 24 Aug 2011 07:56:01 -0000 1.14
@@ -15,6 +15,12 @@
<dl>
<dt id="meta.name.attrs.name">name</dt>
<dd>Specifies the name part of a name/value pair.</dd>
+ <dd>The name specified must either be a
+ <a href="http://dev.w3.org/html5/spec/semantics.html#standard-metadata-names">standard metadata name defined in the HTML5 specification</a>
+ or a registered
+ <a href="http://dev.w3.org/html5/spec/semantics.html#other-metadata-names">extension to the predefined set of metadata names</a>
+ <a href="#refsHTML5">[HTML5]</a>.
+ </dd>
</dl>
<dl>
<dt id="meta.name.attrs.content">content</dt>
Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/audio.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- audio.html 5 May 2011 18:12:05 -0000 1.18
+++ audio.html 24 Aug 2011 07:56:00 -0000 1.19
@@ -65,6 +65,11 @@
<dd>Instructs the UA to link multiple videos and/or audio streams
together.</dd>
</dl>
+ <dl>
+ <dt id="audio.attrs.muted">muted</dt>
+ <dd>Represents the default state of the audio stream,
+ potentially overriding user preferences.</dd>
+ </dl>
</div>
<div id="dom-interface">HTMLAudioElement</div>
</div>
Received on Wednesday, 24 August 2011 07:56:35 UTC