- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Aug 2011 23:46:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24507
Modified Files:
semantics.html spec.html the-iframe-element.html
toc-status.html
Log Message:
Actually require what the spec claimed to require. (whatwg r6513)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- the-iframe-element.html 18 Aug 2011 00:47:18 -0000 1.102
+++ the-iframe-element.html 18 Aug 2011 23:46:23 -0000 1.103
@@ -2347,7 +2347,7 @@
<dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute:
zero or more <code><a href="#the-track-element">track</a></code> elements, then
<a href="content-models.html#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd>
- <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then
+ <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: zero or more <code><a href="#the-source-element">source</a></code> elements, then
zero or more <code><a href="#the-track-element">track</a></code> elements, then
<a href="content-models.html#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd>
<dt>Content attributes:</dt>
Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- toc-status.html 18 Aug 2011 16:46:41 -0000 1.335
+++ toc-status.html 18 Aug 2011 23:46:23 -0000 1.336
@@ -333,7 +333,7 @@
The base element</a> <span class="id">(the-base-element)</span></li>
<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-link-element" class="status LC">LC</a> <a href="../spec/#the-link-element">4.2.4
The link element</a> <span class="id">(the-link-element)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=the-meta-element" class="status ADD">ADD</a> <a href="../spec/#the-meta-element">4.2.5
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-meta-element" class="status LC">LC</a> <a href="../spec/#the-meta-element">4.2.5
The meta element</a> <span class="id">(the-meta-element)</span>
<ol>
<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=standard-metadata-names" class="status LC">LC</a> <a href="../spec/#standard-metadata-names">4.2.5.1 Standard metadata names</a> <span class="id">(standard-metadata-names)</span></li>
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1071
retrieving revision 1.1072
diff -u -d -r1.1071 -r1.1072
--- semantics.html 17 Aug 2011 23:46:34 -0000 1.1071
+++ semantics.html 18 Aug 2011 23:46:23 -0000 1.1072
@@ -1716,10 +1716,12 @@
</div><p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media">media</a></code> attribute is omitted, is
"<code title="">all</code>", meaning that by default styles apply to
all media.</p><p>The <dfn id="attr-style-scoped" title="attr-style-scoped"><code>scoped</code></dfn>
- attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If set, it indicates
- that the styles are intended just for the subtree rooted at the
- <code><a href="#the-style-element">style</a></code> element's parent element, as opposed to the whole
- <code><a href="infrastructure.html#document">Document</a></code>.</p><div class="impl">
+ attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If present, it
+ indicates that the styles are intended just for the subtree rooted
+ at the <code><a href="#the-style-element">style</a></code> element's parent element, as opposed to
+ the whole <code><a href="infrastructure.html#document">Document</a></code>. If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is present, the
+ <code><a href="#the-style-element">style</a></code> element must be the first element of <a href="content-models.html#flow-content">flow
+ content</a> in its parent element, if any.</p><div class="impl">
<p>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is
present, then the user agent must apply the specified style
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1642
retrieving revision 1.1643
diff -u -d -r1.1642 -r1.1643
--- spec.html 18 Aug 2011 21:46:28 -0000 1.1642
+++ spec.html 18 Aug 2011 23:46:23 -0000 1.1643
@@ -350,7 +350,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5211.
+This is revision 1.5213.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 18 August 2011 23:46:32 UTC