Skip to content

Commit

Permalink
fix markup, add open issue in parser
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@474 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 17, 2007
1 parent ee69b1f commit 0af707d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 8 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=web-applications>Web Applications 1.0</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 12 January 2007</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 17 January 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 @@ -7002,10 +7002,10 @@ class="main"> or <div class="content">. Why do we also need a body?
<p>The <dfn id=scoped title=attr-style-scoped><code>scoped</code></dfn>
attribute, if specified, must have the literal value "<code
title="">scoped</code>". If the attribute is present, then the user agent
must only apply the specified style information to the <code>style<code>
element's parent element (if any), and that element's child nodes (if
any). Otherwise, the specified styles must be applied to the entire
document.</code></code>
must only apply the specified style information to the <code><a
href="#style0">style</a></code> element's parent element (if any), and
that element's child nodes (if any). Otherwise, the specified styles must
be applied to the entire document.

<p id=title-on-style>The <dfn id=title5
title=attr-style-title><code>title</code></dfn> attribute on <code><a
Expand Down Expand Up @@ -29002,6 +29002,9 @@ simplified explanation instead:

<p>Otherwise:</p>

<p class=big-issue>this needs to handle closing of implied elements,
but without closing them</p>

<p>If the <a href="#current3">current node</a> is not the <code><a
href="#body1">body</a></code> element, then this is a <a
href="#parse">parse error</a>.</p>
Expand Down
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -5778,7 +5778,7 @@ class="main"> or <div class="content">. Why do we also need a body?
attribute, if specified, must have the literal value "<code
title="">scoped</code>". If the attribute is present, then the user
agent must only apply the specified style information to the
<code>style<code> element's parent element (if any), and that
<code>style</code> element's parent element (if any), and that
element's child nodes (if any). Otherwise, the specified styles must
be applied to the entire document.</p>

Expand Down Expand Up @@ -26911,6 +26911,8 @@ simplified explanation instead:

<p>Otherwise:</p>

<p class="big-issue">this needs to handle closing of implied elements, but without closing them</p>

<p>If the <span>current node</span> is not the
<code>body</code> element, then this is a <span>parse
error</span>.</p>
Expand Down

0 comments on commit 0af707d

Please sign in to comment.