[html5] r8613 - [e] (0) missing 'in' relating to documents and browsing contexts Fixing https:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed May 7 14:46:16 PDT 2014


Author: ianh
Date: 2014-05-07 14:46:07 -0700 (Wed, 07 May 2014)
New Revision: 8613

Modified:
   complete.html
   index
   source
Log:
[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

Modified: complete.html
===================================================================
--- complete.html	2014-05-07 21:40:45 UTC (rev 8612)
+++ complete.html	2014-05-07 21:46:07 UTC (rev 8613)
@@ -96045,12 +96045,13 @@
   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

Modified: index
===================================================================
--- index	2014-05-07 21:40:45 UTC (rev 8612)
+++ index	2014-05-07 21:46:07 UTC (rev 8613)
@@ -96045,12 +96045,13 @@
   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

Modified: source
===================================================================
--- source	2014-05-07 21:40:45 UTC (rev 8612)
+++ source	2014-05-07 21:46:07 UTC (rev 8613)
@@ -105928,12 +105928,13 @@
 
   <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




More information about the Commit-Watchers mailing list