NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 138 - Make <applet> act like <object> and <marquee>.
Make <applet> act like <object> and <marquee>.
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-05 09:46 CET by Nobody
Modified: 2008-03-10 12:21 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-05 09:46:36 CET
Index: source
===================================================================
--- source	(revision 1346)
+++ source	(revision 1347)
@@ -37887,9 +37887,10 @@
    <dt><dfn>Scoping</dfn></dt>
    <dd><p>The following HTML elements introduce new <span title="has
    an element in scope">scopes</span> for various parts of the
-   parsing: <code>button</code>, <code>caption</code>,
-   <code>html</code>, <code>marquee</code>, <code>object</code>,
-   <code>table</code>, <code>td</code> and <code>th</code>.</p></dd>
+   parsing: <code>applet</code>, <code>button</code>,
+   <code>caption</code>, <code>html</code>, <code>marquee</code>,
+   <code>object</code>, <code>table</code>, <code>td</code> and
+   <code>th</code>.</p></dd>
 
    <dt><dfn>Formatting</dfn></dt>
    <dd><p>The following HTML elements are those that end up in the
@@ -37933,6 +37934,7 @@
    and <var title="">node</var> is one of the following, terminate in a failure
    state:</p>
     <ul class="brief">
+     <li><code>applet</code></li>
      <li><code>caption</code></li>
      <li><code>td</code></li>
      <li><code>th</code></li>
@@ -37975,10 +37977,10 @@
 
   <p>The list contains elements in the <span>formatting</span>
   category, and scope markers. The scope markers are inserted when
-  entering buttons, <code>object</code> elements, marquees, table
-  cells, and table captions, and are used to prevent formatting from
-  "leaking" into tables, buttons, <code>object</code> elements, and
-  marquees.</p>
+  entering <code>applet</code> elements, buttons, <code>object</code>
+  elements, marquees, table cells, and table captions, and are used to
+  prevent formatting from "leaking" into <code>applet</code> elements,
+  buttons, <code>object</code> elements, marquees, and tables.</p>
 
   <p>When the steps below require the UA to <dfn>reconstruct the
   active formatting elements</dfn>, the UA must perform the following
@@ -39780,8 +39782,8 @@
 
    </dd>
 
-   <dt>A start tag token whose tag name is one of: "marquee",
-   "object"</dt>
+   <dt>A start tag token whose tag name is one of: "applet",
+   "marquee", "object"</dt>
    <dd>
 
     <p><span>Reconstruct the active formatting elements</span>, if
@@ -39794,7 +39796,7 @@
 
    </dd>
 
-   <dt>An end tag token whose tag name is one of: "button",
+   <dt>An end tag token whose tag name is one of: "applet", "button",
    "marquee", "object"</dt>
    <dd>