Skip to content

Commit

Permalink
[ct] (2) nested-<nobr> should be a parse error, and it should reconst…
Browse files Browse the repository at this point in the history
…ruct the active formatting elements again if necessary.

git-svn-id: http://svn.whatwg.org/webapps@964 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 28, 2007
1 parent e6b859f commit 7e6dfce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 27 June 2007</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 28 June 2007</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -37152,8 +37152,11 @@ simplified explanation instead:

<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>
<code>nobr</code> element in scope</a>, then this is a <a
href="#parse">parse error</a>. Act as if an end tag with the tag
name <code>nobr</code> had been seen, then once again <a
href="#reconstruct">reconstruct the active formatting elements</a>,
if any.</p>

<p><a href="#insert" title="insert an html element">Insert an HTML
element</a> for the token. Add that element to the <a
Expand Down
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -34326,8 +34326,10 @@ simplified explanation instead:

<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>
scope</span>, then this is a <span>parse error</span>. Act as
if an end tag with the tag name <code>nobr</code> had been
seen, then once again <span>reconstruct the active formatting
elements</span>, if any.</p>

<p><span title="insert an html element">Insert an HTML
element</span> for the token. Add that element to the
Expand Down

0 comments on commit 7e6dfce

Please sign in to comment.