Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) missing 'in' relating to documents and browsing contexts
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25292
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@8613 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 7, 2014
1 parent 61b568a commit bb115c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -96045,12 +96045,13 @@ <h4 id=the-page><span class=secno>14.3.2 </span>The page</h4>
in which a page is rendered not as the author intended, possibly for the purposes of phishing or
otherwise misleading the user.</p>

<hr><p>If a <code><a href=#document>Document</a></code> is a <a href=#nested-browsing-context>nested browsing context</a>, it is expected to be
<hr><p>If a <code><a href=#document>Document</a></code> is in a <a href=#nested-browsing-context>nested browsing context</a>, it is expected to be
positioned and sized to fit inside the content box of its <a href=#browsing-context-container>browsing context container</a>.
If a <a href=#browsing-context>browsing context</a> is not <a href=#being-rendered>being rendered</a>, it is expected to have a
viewport with zero width and zero height.</p>

<p>If the <code><a href=#document>Document</a></code> is a <a href=#nested-browsing-context>nested browsing context</a>, and the <a href=#browsing-context-container>browsing
<!--CLEANUP-->
<p>If the <code><a href=#document>Document</a></code> is in a <a href=#nested-browsing-context>nested browsing context</a>, and the <a href=#browsing-context-container>browsing
context container</a> of that <a href=#nested-browsing-context>nested browsing context</a> is a <code><a href=#frame>frame</a></code> or
<code><a href=#the-iframe-element>iframe</a></code> element, and that element has a <code title="">scrolling</code> attribute,
and that attribute's value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">off</code>", "<code title="">noscroll</code>", or "<code title="">no</code>", then the
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -96045,12 +96045,13 @@ html, body { display: block; }</pre>
in which a page is rendered not as the author intended, possibly for the purposes of phishing or
otherwise misleading the user.</p>

<hr><p>If a <code><a href=#document>Document</a></code> is a <a href=#nested-browsing-context>nested browsing context</a>, it is expected to be
<hr><p>If a <code><a href=#document>Document</a></code> is in a <a href=#nested-browsing-context>nested browsing context</a>, it is expected to be
positioned and sized to fit inside the content box of its <a href=#browsing-context-container>browsing context container</a>.
If a <a href=#browsing-context>browsing context</a> is not <a href=#being-rendered>being rendered</a>, it is expected to have a
viewport with zero width and zero height.</p>

<p>If the <code><a href=#document>Document</a></code> is a <a href=#nested-browsing-context>nested browsing context</a>, and the <a href=#browsing-context-container>browsing
<!--CLEANUP-->
<p>If the <code><a href=#document>Document</a></code> is in a <a href=#nested-browsing-context>nested browsing context</a>, and the <a href=#browsing-context-container>browsing
context container</a> of that <a href=#nested-browsing-context>nested browsing context</a> is a <code><a href=#frame>frame</a></code> or
<code><a href=#the-iframe-element>iframe</a></code> element, and that element has a <code title="">scrolling</code> attribute,
and that attribute's value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">off</code>", "<code title="">noscroll</code>", or "<code title="">no</code>", then the
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -105928,12 +105928,13 @@ html, body { display: block; }</pre>

<hr>

<p>If a <code>Document</code> is a <span>nested browsing context</span>, it is expected to be
<p>If a <code>Document</code> is in a <span>nested browsing context</span>, it is expected to be
positioned and sized to fit inside the content box of its <span>browsing context container</span>.
If a <span>browsing context</span> is not <span>being rendered</span>, it is expected to have a
viewport with zero width and zero height.</p>

<p>If the <code>Document</code> is a <span>nested browsing context</span>, and the <span>browsing
<!--CLEANUP-->
<p>If the <code>Document</code> is in a <span>nested browsing context</span>, and the <span>browsing
context container</span> of that <span>nested browsing context</span> is a <code>frame</code> or
<code>iframe</code> element, and that element has a <code data-x="">scrolling</code> attribute,
and that attribute's value is an <span>ASCII case-insensitive</span> match for the string "<code
Expand Down

0 comments on commit bb115c4

Please sign in to comment.