- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Apr 2011 09:54:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13917
Modified Files:
spec.html spec.preprocessed.html the-map-element.html
Log Message:
Fix a few places where a media element could get out of sync with its controller, and re-enable media fragments for loading resources with a controller. (whatwg r6025)
[updated by splitter]
Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -d -r1.421 -r1.422
--- the-map-element.html 23 Apr 2011 08:26:30 -0000 1.421
+++ the-map-element.html 23 Apr 2011 09:54:06 -0000 1.422
@@ -484,7 +484,7 @@
given in the first cell of the rows with keywords give the states to
which those keywords map. <table><thead><tr><th>State
<th>Keywords
- <td class="removed"> <tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" id="attr-area-shape-circle_0" title="attr-area-shape-circle">Circle state</a>
+ <th class="removed"> <tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" id="attr-area-shape-circle_0" title="attr-area-shape-circle">Circle state</a>
<td><dfn id="attr-area-shape-keyword-circle" title="attr-area-shape-keyword-circle"><code>circle</code></dfn>
<td class="removed"> <tr><td class="removed"> <td class="removed"> <tr><td><a href="#attr-area-shape-default" id="attr-area-shape-default_0" title="attr-area-shape-default">Default state</a>
<td><dfn id="attr-area-shape-keyword-default" title="attr-area-shape-keyword-default"><code>default</code></dfn>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1383
retrieving revision 1.1384
diff -u -d -r1.1383 -r1.1384
--- spec.html 23 Apr 2011 08:26:25 -0000 1.1383
+++ spec.html 23 Apr 2011 09:54:03 -0000 1.1384
@@ -13529,7 +13529,7 @@
given in the first cell of the rows with keywords give the states to
which those keywords map. </p><table><thead><tr><th>State
</th><th>Keywords
- </th><td class="removed"> </td></tr></thead><tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" id="attr-area-shape-circle_0" title="attr-area-shape-circle">Circle state</a>
+ </th><th class="removed"> </th></tr></thead><tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" id="attr-area-shape-circle_0" title="attr-area-shape-circle">Circle state</a>
</td><td><dfn id="attr-area-shape-keyword-circle" title="attr-area-shape-keyword-circle"><code>circle</code></dfn>
</td><td class="removed"> </td></tr><tr><td class="removed"> </td><td class="removed"> </td></tr><tr><td><a href="#attr-area-shape-default" id="attr-area-shape-default_0" title="attr-area-shape-default">Default state</a>
</td><td><dfn id="attr-area-shape-keyword-default" title="attr-area-shape-keyword-default"><code>default</code></dfn>
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- spec.preprocessed.html 23 Apr 2011 08:26:29 -0000 1.270
+++ spec.preprocessed.html 23 Apr 2011 09:54:06 -0000 1.271
@@ -26059,7 +26059,7 @@
which those keywords map. <span class="impl">Some of the keywords
are non-conforming, as noted in the last column.</span></p><table><thead><tr><th>State
</th><th>Keywords
- </th><td class="removed"> </td></tr></thead><tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" title="attr-area-shape-circle">Circle state</a>
+ </th><th class="removed"> </th></tr></thead><tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" title="attr-area-shape-circle">Circle state</a>
</td><td><dfn id="attr-area-shape-keyword-circle" title="attr-area-shape-keyword-circle"><code>circle</code></dfn>
</td><td class="removed"> </td></tr><tr><td class="removed"> </td><td class="removed"> </td></tr><tr><td><a href="#attr-area-shape-default" title="attr-area-shape-default">Default state</a>
</td><td><dfn id="attr-area-shape-keyword-default" title="attr-area-shape-keyword-default"><code>default</code></dfn>
Received on Saturday, 23 April 2011 09:54:10 UTC