[html5] r7534 - [e] (0) Clarify Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18862 Affe [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 24 18:39:20 PST 2012


Author: ianh
Date: 2012-11-24 18:39:19 -0800 (Sat, 24 Nov 2012)
New Revision: 7534

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18862
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-11-24 19:30:10 UTC (rev 7533)
+++ complete.html	2012-11-25 02:39:19 UTC (rev 7534)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 24 November 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 November 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -99612,21 +99612,31 @@
   The <code><a href=#the-applet-element>applet</a></code> element is now obsoleted so that all extension frameworks (Java, .NET,
   Flash, etc) are handled in a consistent manner.</p>
 
-  <p id=sandboxPluginApplet>When the element is still in the <a href=#stack-of-open-elements>stack of open elements</a>
-  of an <a href=#html-parser>HTML parser</a> or <a href=#xml-parser>XML parser</a>, and when the element is not <a href=#in-a-document>in a
-  <code>Document</code></a>, and when the element's document is not <a href=#fully-active>fully active</a>,
-  and when the element's <code><a href=#document>Document</a></code>'s <a href=#active-sandboxing-flag-set>active sandboxing flag set</a> has its
-  <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing context flag</a> set, and when the element has an ancestor
-  <a href=#media-element>media element</a>, 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>, and when no Java Language runtime
-  <a href=#plugin>plugin</a> is available, and when one <em>is</em> available but it is disabled, the
-  element <a href=#represents>represents</a> its contents.</p>
+  <p>When the element matches any of the following conditions, it <a href=#represents>represents</a> its
+  contents:</p>
 
-  <!-- we assume here that the Java plugin can't be <span
+  <ul class=brief><li>The element is still in the <a href=#stack-of-open-elements>stack of open elements</a> of an <a href=#html-parser>HTML
+   parser</a> or <a href=#xml-parser>XML parser</a>.</li>
+
+   <li>The element is not <a href=#in-a-document>in a <code>Document</code></a>.</li>
+
+   <li>The element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>.</li>
+
+   <li id=sandboxPluginApplet>The element's <code><a href=#document>Document</a></code>'s <a href=#active-sandboxing-flag-set>active sandboxing flag
+   set</a> has its <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing context flag</a> set.</li>
+
+   <li>The element has an ancestor <a href=#media-element>media element</a>.</li>
+
+   <li>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>
+
+   <li>No Java Language runtime <a href=#plugin>plugin</a> is available.</li>
+
+   <li>A Java runtime <a href=#plugin>plugin</a> is available but it is disabled.</li>
+
+  </ul><!-- we assume here that the Java plugin can't be <span
   title="concept-plugin-secure">secured</span>; if anyone does end up securing one we can always
-  change this -->
-
-  <p>Otherwise, the user agent should instantiate a Java Language runtime <a href=#plugin>plugin</a>, and
+  change this --><p>Otherwise, the user agent should instantiate a Java Language runtime <a href=#plugin>plugin</a>, and
   should pass the names and values of all the attributes on the element, in the order they were
   added to the element, with the attributes added by the parser being ordered in source order, and
   then a parameter named "PARAM" whose value is null, and then all the names and values of <a href=#concept-param-parameter title=concept-param-parameter>parameters</a> given by <code><a href=#the-param-element>param</a></code> elements that are

Modified: index
===================================================================
--- index	2012-11-24 19:30:10 UTC (rev 7533)
+++ index	2012-11-25 02:39:19 UTC (rev 7534)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 24 November 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 November 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -99612,21 +99612,31 @@
   The <code><a href=#the-applet-element>applet</a></code> element is now obsoleted so that all extension frameworks (Java, .NET,
   Flash, etc) are handled in a consistent manner.</p>
 
-  <p id=sandboxPluginApplet>When the element is still in the <a href=#stack-of-open-elements>stack of open elements</a>
-  of an <a href=#html-parser>HTML parser</a> or <a href=#xml-parser>XML parser</a>, and when the element is not <a href=#in-a-document>in a
-  <code>Document</code></a>, and when the element's document is not <a href=#fully-active>fully active</a>,
-  and when the element's <code><a href=#document>Document</a></code>'s <a href=#active-sandboxing-flag-set>active sandboxing flag set</a> has its
-  <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing context flag</a> set, and when the element has an ancestor
-  <a href=#media-element>media element</a>, 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>, and when no Java Language runtime
-  <a href=#plugin>plugin</a> is available, and when one <em>is</em> available but it is disabled, the
-  element <a href=#represents>represents</a> its contents.</p>
+  <p>When the element matches any of the following conditions, it <a href=#represents>represents</a> its
+  contents:</p>
 
-  <!-- we assume here that the Java plugin can't be <span
+  <ul class=brief><li>The element is still in the <a href=#stack-of-open-elements>stack of open elements</a> of an <a href=#html-parser>HTML
+   parser</a> or <a href=#xml-parser>XML parser</a>.</li>
+
+   <li>The element is not <a href=#in-a-document>in a <code>Document</code></a>.</li>
+
+   <li>The element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>.</li>
+
+   <li id=sandboxPluginApplet>The element's <code><a href=#document>Document</a></code>'s <a href=#active-sandboxing-flag-set>active sandboxing flag
+   set</a> has its <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing context flag</a> set.</li>
+
+   <li>The element has an ancestor <a href=#media-element>media element</a>.</li>
+
+   <li>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>
+
+   <li>No Java Language runtime <a href=#plugin>plugin</a> is available.</li>
+
+   <li>A Java runtime <a href=#plugin>plugin</a> is available but it is disabled.</li>
+
+  </ul><!-- we assume here that the Java plugin can't be <span
   title="concept-plugin-secure">secured</span>; if anyone does end up securing one we can always
-  change this -->
-
-  <p>Otherwise, the user agent should instantiate a Java Language runtime <a href=#plugin>plugin</a>, and
+  change this --><p>Otherwise, the user agent should instantiate a Java Language runtime <a href=#plugin>plugin</a>, and
   should pass the names and values of all the attributes on the element, in the order they were
   added to the element, with the attributes added by the parser being ordered in source order, and
   then a parameter named "PARAM" whose value is null, and then all the names and values of <a href=#concept-param-parameter title=concept-param-parameter>parameters</a> given by <code><a href=#the-param-element>param</a></code> elements that are

Modified: source
===================================================================
--- source	2012-11-24 19:30:10 UTC (rev 7533)
+++ source	2012-11-25 02:39:19 UTC (rev 7534)
@@ -116425,16 +116425,32 @@
   The <code>applet</code> element is now obsoleted so that all extension frameworks (Java, .NET,
   Flash, etc) are handled in a consistent manner.</p>
 
-  <p id="sandboxPluginApplet">When the element is still in the <span>stack of open elements</span>
-  of an <span>HTML parser</span> or <span>XML parser</span>, and when the element is not <span>in a
-  <code>Document</code></span>, and when the element's document is not <span>fully active</span>,
-  and when the element's <code>Document</code>'s <span>active sandboxing flag set</span> has its
-  <span>sandboxed plugins browsing context flag</span> set, and when the element has an ancestor
-  <span>media element</span>, and when the element has an ancestor <code>object</code> element that
-  is <em>not</em> showing its <span>fallback content</span>, and when no Java Language runtime
-  <span>plugin</span> is available, and when one <em>is</em> available but it is disabled, the
-  element <span>represents</span> its contents.</p>
+  <p>When the element matches any of the following conditions, it <span>represents</span> its
+  contents:</p>
 
+  <ul class="brief">
+
+   <li>The element is still in the <span>stack of open elements</span> of an <span>HTML
+   parser</span> or <span>XML parser</span>.</li>
+
+   <li>The element is not <span>in a <code>Document</code></span>.</li>
+
+   <li>The element's <code>Document</code> is not <span>fully active</span>.</li>
+
+   <li id="sandboxPluginApplet">The element's <code>Document</code>'s <span>active sandboxing flag
+   set</span> has its <span>sandboxed plugins browsing context flag</span> set.</li>
+
+   <li>The element has an ancestor <span>media element</span>.</li>
+
+   <li>The element has an ancestor <code>object</code> element that is <em>not</em> showing its
+   <span>fallback content</span>.</li>
+
+   <li>No Java Language runtime <span>plugin</span> is available.</li>
+
+   <li>A Java runtime <span>plugin</span> is available but it is disabled.</li>
+
+  </ul>
+
   <!-- we assume here that the Java plugin can't be <span
   title="concept-plugin-secure">secured</span>; if anyone does end up securing one we can always
   change this -->




More information about the Commit-Watchers mailing list