[html5] r1347 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Mar 4 23:19:38 PST 2008
Author: ianh
Date: 2008-03-04 23:19:37 -0800 (Tue, 04 Mar 2008)
New Revision: 1347
Modified:
index
source
Log:
[acowt] (2) Make <applet> act like <object> and <marquee>.
Modified: index
===================================================================
--- index 2008-03-05 05:46:02 UTC (rev 1346)
+++ index 2008-03-05 07:19:37 UTC (rev 1347)
@@ -40618,7 +40618,7 @@
<dd>
<p>The following HTML elements introduce new <a href="#have-an"
title="has an element in scope">scopes</a> for various parts of the
- parsing: <code>button</code>, <code><a
+ parsing: <code>applet</code>, <code>button</code>, <code><a
href="#caption0">caption</a></code>, <code><a
href="#html">html</a></code>, <code>marquee</code>, <code><a
href="#object">object</a></code>, <code><a
@@ -40678,6 +40678,8 @@
state:</p>
<ul class=brief>
+ <li><code>applet</code>
+
<li><code><a href="#caption0">caption</a></code>
<li><code><a href="#td">td</a></code>
@@ -40725,10 +40727,11 @@
<p>The list contains elements in the <a href="#formatting">formatting</a>
category, and scope markers. The scope markers are inserted when entering
- buttons, <code><a href="#object">object</a></code> elements, marquees,
- table cells, and table captions, and are used to prevent formatting from
- "leaking" into tables, buttons, <code><a href="#object">object</a></code>
- elements, and marquees.
+ <code>applet</code> elements, buttons, <code><a
+ href="#object">object</a></code> elements, marquees, table cells, and
+ table captions, and are used to prevent formatting from "leaking" into
+ <code>applet</code> elements, buttons, <code><a
+ href="#object">object</a></code> elements, marquees, and tables.
<p>When the steps below require the UA to <dfn id=reconstruct>reconstruct
the active formatting elements</dfn>, the UA must perform the following
@@ -42608,7 +42611,8 @@
<p>Insert a marker at the end of the <a href="#list-of4">list of active
formatting elements</a>.</p>
- <dt>A start tag token whose tag name is one of: "marquee", "object"
+ <dt>A start tag token whose tag name is one of: "applet", "marquee",
+ "object"
<dd>
<p><a href="#reconstruct">Reconstruct the active formatting elements</a>,
@@ -42619,8 +42623,8 @@
<p>Insert a marker at the end of the <a href="#list-of4">list of active
formatting elements</a>.</p>
- <dt>An end tag token whose tag name is one of: "button", "marquee",
- "object"
+ <dt>An end tag token whose tag name is one of: "applet", "button",
+ "marquee", "object"
<dd>
<p>If the <a href="#stack">stack of open elements</a> does not <a
Modified: source
===================================================================
--- source 2008-03-05 05:46:02 UTC (rev 1346)
+++ source 2008-03-05 07:19:37 UTC (rev 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>
More information about the Commit-Watchers
mailing list