[html5] r7580 - [giow] (0) <dialog> automatic centering should happen again when you resize or z [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 10 15:54:52 PST 2012


Author: ianh
Date: 2012-12-10 15:54:51 -0800 (Mon, 10 Dec 2012)
New Revision: 7580

Modified:
   complete.html
   index
   source
Log:
[giow] (0) <dialog> automatic centering should happen again when you resize or zoom a viewport (width-wise, anyway).
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-10 23:39:30 UTC (rev 7579)
+++ complete.html	2012-12-10 23:54:51 UTC (rev 7580)
@@ -58821,6 +58821,12 @@
   used, for instance, to position the element if its 'position'
   property is set to 'static'.)</p>
 
+  <p>If there is an element whose top static position was last set by the <a href=#set-up-the-default-static-position>set up the default
+  static position</a> algorithm (without an anchor) when its <a href=#browsing-context>browsing context</a>
+  changes viewport width (as measured in CSS pixels), then the user agent must <a href=#set-up-the-default-static-position>set up the
+  default static position</a> of all such elements in that <a href=#browsing-context>browsing context</a> again
+  (still without anchors).</p>
+
   <p>When a user agent is to <dfn id=set-up-the-position>set up the position</dfn> of an
   element <var title="">dialog</var> using an anchor <var title="">anchor</var>, it must run the following steps:</p>
 

Modified: index
===================================================================
--- index	2012-12-10 23:39:30 UTC (rev 7579)
+++ index	2012-12-10 23:54:51 UTC (rev 7580)
@@ -58821,6 +58821,12 @@
   used, for instance, to position the element if its 'position'
   property is set to 'static'.)</p>
 
+  <p>If there is an element whose top static position was last set by the <a href=#set-up-the-default-static-position>set up the default
+  static position</a> algorithm (without an anchor) when its <a href=#browsing-context>browsing context</a>
+  changes viewport width (as measured in CSS pixels), then the user agent must <a href=#set-up-the-default-static-position>set up the
+  default static position</a> of all such elements in that <a href=#browsing-context>browsing context</a> again
+  (still without anchors).</p>
+
   <p>When a user agent is to <dfn id=set-up-the-position>set up the position</dfn> of an
   element <var title="">dialog</var> using an anchor <var title="">anchor</var>, it must run the following steps:</p>
 

Modified: source
===================================================================
--- source	2012-12-10 23:39:30 UTC (rev 7579)
+++ source	2012-12-10 23:54:51 UTC (rev 7580)
@@ -68800,6 +68800,12 @@
   used, for instance, to position the element if its 'position'
   property is set to 'static'.)</p>
 
+  <p>If there is an element whose top static position was last set by the <span>set up the default
+  static position</span> algorithm (without an anchor) when its <span>browsing context</span>
+  changes viewport width (as measured in CSS pixels), then the user agent must <span>set up the
+  default static position</span> of all such elements in that <span>browsing context</span> again
+  (still without anchors).</p>
+
   <p>When a user agent is to <dfn>set up the position</dfn> of an
   element <var title="">dialog</var> using an anchor <var
   title="">anchor</var>, it must run the following steps:</p>




More information about the Commit-Watchers mailing list