Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) Fix the <frameset> rendering rule to trigger when 'the bod…
…y element' is frameset, not just when the second child of the root element is.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13926

git-svn-id: http://svn.whatwg.org/webapps@6663 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 11, 2011
1 parent 0113528 commit 96cc67a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions complete.html
Expand Up @@ -95367,10 +95367,11 @@ <h4 id=the-time-element-0><span class=secno>15.5.17 </span>The <code><a href=#th

<h3 id=frames-and-framesets><span class=secno>15.6 </span>Frames and framesets</h3>

<p>When an <code><a href=#the-html-element>html</a></code> element's second child element is a
<code><a href=#frameset>frameset</a></code> element, the user agent is expected to render
the <code><a href=#frameset>frameset</a></code> element as described below across the
surface of the viewport, instead of applying the usual CSS rendering
<p>When an <code><a href=#the-html-element>html</a></code> element's <a href=#the-body-element-0 title="the body
element">body element</a> is actually a <code><a href=#frameset>frameset</a></code>
element, the user agent is expected to render the
<code><a href=#frameset>frameset</a></code> element as described below across the surface
of the viewport, instead of applying the usual CSS rendering
rules.</p>

<p>When rendering a <code><a href=#frameset>frameset</a></code> on a surface, the user
Expand Down
9 changes: 5 additions & 4 deletions index
Expand Up @@ -95367,10 +95367,11 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<h3 id=frames-and-framesets><span class=secno>15.6 </span>Frames and framesets</h3>

<p>When an <code><a href=#the-html-element>html</a></code> element's second child element is a
<code><a href=#frameset>frameset</a></code> element, the user agent is expected to render
the <code><a href=#frameset>frameset</a></code> element as described below across the
surface of the viewport, instead of applying the usual CSS rendering
<p>When an <code><a href=#the-html-element>html</a></code> element's <a href=#the-body-element-0 title="the body
element">body element</a> is actually a <code><a href=#frameset>frameset</a></code>
element, the user agent is expected to render the
<code><a href=#frameset>frameset</a></code> element as described below across the surface
of the viewport, instead of applying the usual CSS rendering
rules.</p>

<p>When rendering a <code><a href=#frameset>frameset</a></code> on a surface, the user
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -108122,10 +108122,11 @@ time[datetime] { binding: <i title="">time</i>; }</pre>

<h3>Frames and framesets</h3>

<p>When an <code>html</code> element's second child element is a
<code>frameset</code> element, the user agent is expected to render
the <code>frameset</code> element as described below across the
surface of the viewport, instead of applying the usual CSS rendering
<p>When an <code>html</code> element's <span title="the body
element">body element</span> is actually a <code>frameset</code>
element, the user agent is expected to render the
<code>frameset</code> element as described below across the surface
of the viewport, instead of applying the usual CSS rendering
rules.</p>

<p>When rendering a <code>frameset</code> on a surface, the user
Expand Down

0 comments on commit 96cc67a

Please sign in to comment.