html5/spec links.html,1.82,1.83 rendering.html,1.107,1.108 spec.html,1.1625,1.1626 the-iframe-element.html,1.96,1.97

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17642

Modified Files:
	links.html rendering.html spec.html the-iframe-element.html 
Log Message:
Forgot to fix this when making muted='' apply to <audio>. (whatwg r6463)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- the-iframe-element.html	15 Aug 2011 20:47:45 -0000	1.96
+++ the-iframe-element.html	15 Aug 2011 21:46:28 -0000	1.97
@@ -7689,10 +7689,10 @@
    volume.</p></li>
 
   </ol></div><p>The <dfn id="attr-media-muted" title="attr-media-muted"><code>muted</code></dfn>
-  attribute on the <code><a href="#the-video-element">video</a></code> element is a <a href="common-microsyntaxes.html#boolean-attribute">boolean
-  attribute</a> that controls the default state of the audio
-  channel of the <a href="#media-resource">media resource</a>, potentially overriding
-  user preferences.</p><div class="impl">
+  attribute on <a href="#media-element" title="media element">media elements</a> is a
+  <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that controls the default state of
+  the audio channel of the <a href="#media-resource">media resource</a>, potentially
+  overriding user preferences.</p><div class="impl">
 
   <p>When a <a href="#media-element">media element</a> is created, if it has a <code title="attr-media-muted"><a href="#attr-media-muted">muted</a></code> attribute specified, the user
   agent must set the <code title="dom-media-muted"><a href="#dom-media-muted">muted</a></code> IDL

Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- rendering.html	15 Aug 2011 20:47:29 -0000	1.107
+++ rendering.html	15 Aug 2011 21:46:28 -0000	1.108
@@ -844,8 +844,8 @@
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
-:ltr { direction: ltr; }
-:rtl { direction: rtl; }
+:dir(ltr) { direction: ltr; }
+:dir(rtl) { direction: rtl; }
 [dir] { unicode-bidi: embed; }
 bdi, output, [dir=auto] { unicode-bidi: isolate; } /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
 bdo, bdo[dir] { unicode-bidi: bidi-override; }

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- links.html	15 Aug 2011 20:47:22 -0000	1.82
+++ links.html	15 Aug 2011 21:46:27 -0000	1.83
@@ -1917,21 +1917,21 @@
    </dd>
 
 
-   <dt><dfn id="selector-ltr" title="selector-ltr"><code>:ltr</code></dfn></dt>
+   <dt><dfn id="selector-ltr" title="selector-ltr"><code>:dir(ltr)</code></dfn></dt>
 
    <dd>
 
-    <p>The <code title="selector-ltr"><a href="#selector-ltr">:ltr</a></code> pseudo-class must
+    <p>The <code title="selector-ltr"><a href="#selector-ltr">:dir(ltr)</a></code> pseudo-class must
     match all elements whose <a href="elements.html#the-directionality" title="the
     directionality">directionality</a> is '<a href="elements.html#concept-ltr" title="concept-ltr">ltr</a>'.</p>
 
    </dd>
 
-   <dt><dfn id="selector-rtl" title="selector-rtl"><code>:rtl</code></dfn></dt>
+   <dt><dfn id="selector-rtl" title="selector-rtl"><code>:dir(rtl)</code></dfn></dt>
 
    <dd>
 
-    <p>The <code title="selector-rtl"><a href="#selector-rtl">:rtl</a></code> pseudo-class must
+    <p>The <code title="selector-rtl"><a href="#selector-rtl">:dir(rtl)</a></code> pseudo-class must
     match all elements whose <a href="elements.html#the-directionality" title="the
     directionality">directionality</a> is '<a href="elements.html#concept-rtl" title="concept-rtl">rtl</a>'.</p>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1625
retrieving revision 1.1626
diff -u -d -r1.1625 -r1.1626
--- spec.html	15 Aug 2011 20:47:32 -0000	1.1625
+++ spec.html	15 Aug 2011 21:46:28 -0000	1.1626
@@ -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.5163.
+This is revision 1.5165.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Monday, 15 August 2011 21:46:36 UTC