[html5] r8602 - [e] (0) Make this sentence about <embed> less convoluted. Fixing https://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 2 17:27:10 PDT 2014


Author: ianh
Date: 2014-05-02 17:27:05 -0700 (Fri, 02 May 2014)
New Revision: 8602

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make this sentence about <embed> less convoluted.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25144
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-05-02 23:20:28 UTC (rev 8601)
+++ complete.html	2014-05-03 00:27:05 UTC (rev 8602)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 2 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 3 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -23542,14 +23542,18 @@
 
   <div class=impl>
 
-  <p>When the element is created with neither a <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute
-  nor a <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute, and when attributes are removed such
-  that neither attribute is present on the element anymore, and when the element has a <a href=#media-element>media
-  element</a> ancestor, and when the element has an ancestor <code><a href=#the-object-element>object</a></code> element that is
-  <em>not</em> showing its <a href=#fallback-content>fallback content</a>, any <a href=#plugin>plugin</a> instantiated for
-  the element must be removed, and the <code><a href=#the-embed-element>embed</a></code> element then represents nothing.</p>
+  <p>While any of the following conditions are occurring, any <a href=#plugin>plugin</a> instantiated for
+  the element must be removed, and the <code><a href=#the-embed-element>embed</a></code> element <a href=#represents>represents</a>
+  nothing:</p>
 
-  <p>An <code><a href=#the-embed-element>embed</a></code> element is said to be <dfn id=concept-embed-active title=concept-embed-active>potentially
+  <ul class=brief><li><p>The element has neither a <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute nor a <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute.</li>
+
+   <li><p>The element has a <a href=#media-element>media element</a> ancestor.</li>
+
+   <li><p>The element has an ancestor <code><a href=#the-object-element>object</a></code> element that is <em>not</em> showing its
+   <a href=#fallback-content>fallback content</a>.</li>
+
+  </ul><p>An <code><a href=#the-embed-element>embed</a></code> element is said to be <dfn id=concept-embed-active title=concept-embed-active>potentially
   active</dfn> when the following conditions are all met simultaneously:</p>
 
   <ul class=brief><li>The element is <a href=#in-a-document title="in a document">in a <code>Document</code></a> or was <a href=#in-a-document title="in a document">in a <code>Document</code></a> the last time the <a href=#event-loop>event loop</a>

Modified: index
===================================================================
--- index	2014-05-02 23:20:28 UTC (rev 8601)
+++ index	2014-05-03 00:27:05 UTC (rev 8602)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 2 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 3 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -23542,14 +23542,18 @@
 
   <div class=impl>
 
-  <p>When the element is created with neither a <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute
-  nor a <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute, and when attributes are removed such
-  that neither attribute is present on the element anymore, and when the element has a <a href=#media-element>media
-  element</a> ancestor, and when the element has an ancestor <code><a href=#the-object-element>object</a></code> element that is
-  <em>not</em> showing its <a href=#fallback-content>fallback content</a>, any <a href=#plugin>plugin</a> instantiated for
-  the element must be removed, and the <code><a href=#the-embed-element>embed</a></code> element then represents nothing.</p>
+  <p>While any of the following conditions are occurring, any <a href=#plugin>plugin</a> instantiated for
+  the element must be removed, and the <code><a href=#the-embed-element>embed</a></code> element <a href=#represents>represents</a>
+  nothing:</p>
 
-  <p>An <code><a href=#the-embed-element>embed</a></code> element is said to be <dfn id=concept-embed-active title=concept-embed-active>potentially
+  <ul class=brief><li><p>The element has neither a <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute nor a <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute.</li>
+
+   <li><p>The element has a <a href=#media-element>media element</a> ancestor.</li>
+
+   <li><p>The element has an ancestor <code><a href=#the-object-element>object</a></code> element that is <em>not</em> showing its
+   <a href=#fallback-content>fallback content</a>.</li>
+
+  </ul><p>An <code><a href=#the-embed-element>embed</a></code> element is said to be <dfn id=concept-embed-active title=concept-embed-active>potentially
   active</dfn> when the following conditions are all met simultaneously:</p>
 
   <ul class=brief><li>The element is <a href=#in-a-document title="in a document">in a <code>Document</code></a> or was <a href=#in-a-document title="in a document">in a <code>Document</code></a> the last time the <a href=#event-loop>event loop</a>

Modified: source
===================================================================
--- source	2014-05-02 23:20:28 UTC (rev 8601)
+++ source	2014-05-03 00:27:05 UTC (rev 8602)
@@ -24807,13 +24807,22 @@
 
   <div class="impl">
 
-  <p>When the element is created with neither a <code data-x="attr-embed-src">src</code> attribute
-  nor a <code data-x="attr-embed-type">type</code> attribute, and when attributes are removed such
-  that neither attribute is present on the element anymore, and when the element has a <span>media
-  element</span> ancestor, and when the element has an ancestor <code>object</code> element that is
-  <em>not</em> showing its <span>fallback content</span>, any <span>plugin</span> instantiated for
-  the element must be removed, and the <code>embed</code> element then represents nothing.</p>
+  <p>While any of the following conditions are occurring, any <span>plugin</span> instantiated for
+  the element must be removed, and the <code>embed</code> element <span>represents</span>
+  nothing:</p>
 
+  <ul class="brief">
+
+   <li><p>The element has neither a <code data-x="attr-embed-src">src</code> attribute nor a <code
+   data-x="attr-embed-type">type</code> attribute.</p></li>
+
+   <li><p>The element has a <span>media element</span> ancestor.</p></li>
+
+   <li><p>The element has an ancestor <code>object</code> element that is <em>not</em> showing its
+   <span>fallback content</span>.</p></li>
+
+  </ul>
+
   <p>An <code>embed</code> element is said to be <dfn data-x="concept-embed-active">potentially
   active</dfn> when the following conditions are all met simultaneously:</p>
 




More information about the Commit-Watchers mailing list