[html5] r915 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 18 13:50:58 PDT 2007
Author: ianh
Date: 2007-06-18 13:50:56 -0700 (Mon, 18 Jun 2007)
New Revision: 915
Modified:
index
source
Log:
[cgiowt] (2) Change handling of <nobr> in the parser.
Modified: index
===================================================================
--- index 2007-06-18 20:33:18 UTC (rev 914)
+++ index 2007-06-18 20:50:56 UTC (rev 915)
@@ -36945,7 +36945,7 @@
href="#list-of4">list of active formatting elements</a>.</p>
<dt>A start tag whose tag name is one of: "b", "big", "em", "font",
- "i", "nobr", "s", "small", "strike", "strong", "tt", "u"
+ "i", "s", "small", "strike", "strong", "tt", "u"
<dd>
<p><a href="#reconstruct">Reconstruct the active formatting
@@ -36955,6 +36955,21 @@
element</a> for the token. Add that element to the <a
href="#list-of4">list of active formatting elements</a>.</p>
+ <dt>A start tag whose tag name is "nobr"
+
+ <dd>
+ <p><a href="#reconstruct">Reconstruct the active formatting
+ elements</a>, if any.</p>
+
+ <p>If the <a href="#stack">stack of open elements</a> <a
+ href="#have-an" title="has an element in scope">has a
+ <code>nobr</code> element in scope</a>, then act as if an end tag
+ with the tag name <code>nobr</code> had been seen.</p>
+
+ <p><a href="#insert" title="insert an html element">Insert an HTML
+ element</a> for the token. Add that element to the <a
+ href="#list-of4">list of active formatting elements</a>.</p>
+
<dt id=adoptionAgency>An end tag whose tag name is one of: "a", "b",
"big", "em", "font", "i", "nobr", "s", "small", "strike", "strong",
"tt", "u"
Modified: source
===================================================================
--- source 2007-06-18 20:33:18 UTC (rev 914)
+++ source 2007-06-18 20:50:56 UTC (rev 915)
@@ -34214,8 +34214,7 @@
</dd>
<dt>A start tag whose tag name is one of: "b", "big", "em",
- "font", "i", "nobr", "s", "small", "strike", "strong", "tt",
- "u"</dt>
+ "font", "i", "s", "small", "strike", "strong", "tt", "u"</dt>
<dd>
<p><span>Reconstruct the active formatting elements</span>, if
@@ -34227,6 +34226,23 @@
</dd>
+ <dt>A start tag whose tag name is "nobr"</dt>
+ <dd>
+
+ <p><span>Reconstruct the active formatting elements</span>, if
+ any.</p>
+
+ <p>If the <span>stack of open elements</span> <span title="has
+ an element in scope">has a <code>nobr</code> element in
+ scope</span>, then act as if an end tag with the tag name
+ <code>nobr</code> had been seen.</p>
+
+ <p><span title="insert an html element">Insert an HTML
+ element</span> for the token. Add that element to the
+ <span>list of active formatting elements</span>.</p>
+
+ </dd>
+
<dt id="adoptionAgency">An end tag whose tag name is one of:
"a", "b", "big", "em", "font", "i", "nobr", "s", "small",
"strike", "strong", "tt", "u"</dt>
More information about the Commit-Watchers
mailing list