[html5] r8474 - [e] (0) Remove now-redundant paragraph. Fixing https://www.w3.org/Bugs/Public/sh [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 7 09:51:48 PST 2014


Author: ianh
Date: 2014-02-07 09:51:47 -0800 (Fri, 07 Feb 2014)
New Revision: 8474

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove now-redundant paragraph.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20418
Affected topics: CSS, HTML

Modified: complete.html
===================================================================
--- complete.html	2014-02-06 23:12:55 UTC (rev 8473)
+++ complete.html	2014-02-07 17:51:47 UTC (rev 8474)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 6 February 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 7 February 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -52364,12 +52364,6 @@
   keyword is not a keyword that can be specified in CSS; the 'position' property can only compute to
   this value if the <code><a href=#the-dialog-element>dialog</a></code> element is positioned via the APIs described above.</p>
 
-  <p class=note>Elements positioned in this way are not clipped by the 'overflow' property of
-  ancestors (nor moved by the resulting scrolling mechanisms), since the containing block is the
-  initial containing block. Anchoring to an element that <em>is</em> so clipped (and shifted) can
-  therefore result in unexpected effects (where the anchored element moves along with the clipped
-  element, but isn't itself clipped).</p>
-
   <p>User agents in visual interactive media should allow the user to pan the viewport to access all
   parts of a <code><a href=#the-dialog-element>dialog</a></code> element's border box, even if the element is larger than the
   viewport and the viewport would otherwise not have a scroll mechanism (e.g. because the viewport's

Modified: index
===================================================================
--- index	2014-02-06 23:12:55 UTC (rev 8473)
+++ index	2014-02-07 17:51:47 UTC (rev 8474)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 6 February 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 7 February 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -52364,12 +52364,6 @@
   keyword is not a keyword that can be specified in CSS; the 'position' property can only compute to
   this value if the <code><a href=#the-dialog-element>dialog</a></code> element is positioned via the APIs described above.</p>
 
-  <p class=note>Elements positioned in this way are not clipped by the 'overflow' property of
-  ancestors (nor moved by the resulting scrolling mechanisms), since the containing block is the
-  initial containing block. Anchoring to an element that <em>is</em> so clipped (and shifted) can
-  therefore result in unexpected effects (where the anchored element moves along with the clipped
-  element, but isn't itself clipped).</p>
-
   <p>User agents in visual interactive media should allow the user to pan the viewport to access all
   parts of a <code><a href=#the-dialog-element>dialog</a></code> element's border box, even if the element is larger than the
   viewport and the viewport would otherwise not have a scroll mechanism (e.g. because the viewport's

Modified: source
===================================================================
--- source	2014-02-06 23:12:55 UTC (rev 8473)
+++ source	2014-02-07 17:51:47 UTC (rev 8474)
@@ -57892,12 +57892,6 @@
   keyword is not a keyword that can be specified in CSS; the 'position' property can only compute to
   this value if the <code>dialog</code> element is positioned via the APIs described above.</p>
 
-  <p class="note">Elements positioned in this way are not clipped by the 'overflow' property of
-  ancestors (nor moved by the resulting scrolling mechanisms), since the containing block is the
-  initial containing block. Anchoring to an element that <em>is</em> so clipped (and shifted) can
-  therefore result in unexpected effects (where the anchored element moves along with the clipped
-  element, but isn't itself clipped).</p>
-
   <p>User agents in visual interactive media should allow the user to pan the viewport to access all
   parts of a <code>dialog</code> element's border box, even if the element is larger than the
   viewport and the viewport would otherwise not have a scroll mechanism (e.g. because the viewport's




More information about the Commit-Watchers mailing list