[html5] r8363 - [giow] (0) Make the viewport around a <dialog> always scrollable. Don't ask me w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 17 10:08:37 PST 2013
Author: ianh
Date: 2013-12-17 10:08:35 -0800 (Tue, 17 Dec 2013)
New Revision: 8363
Modified:
complete.html
index
source
Log:
[giow] (0) Make the viewport around a <dialog> always scrollable. Don't ask me what happens if an unscrollable viewport is scrolled while a dialog is up and then the dialog goes away, that isn't clear at this time. If you think we should scroll back to the previous position, or force a previous dialog to be visible, or some such, file a bug with details, please. Thanks...
Affected topics: CSS, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-17 17:55:56 UTC (rev 8362)
+++ complete.html 2013-12-17 18:08:35 UTC (rev 8363)
@@ -51478,6 +51478,11 @@
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
+ 'overflow' property is set to 'hidden').</p>
+
<hr><!--TOPIC:DOM APIs--><p>The <dfn id=dom-dialog-open title=dom-dialog-open><code>open</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code> content attribute.</p>
<!--TOPIC:HTML-->
@@ -102019,6 +102024,7 @@
Brenton Simpson,
Brett Wilson,
Brett Zamir,
+ Brian Blakely,
Brian Campbell,
Brian Korver,
Brian Kuhn,
Modified: index
===================================================================
--- index 2013-12-17 17:55:56 UTC (rev 8362)
+++ index 2013-12-17 18:08:35 UTC (rev 8363)
@@ -51478,6 +51478,11 @@
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
+ 'overflow' property is set to 'hidden').</p>
+
<hr><!--TOPIC:DOM APIs--><p>The <dfn id=dom-dialog-open title=dom-dialog-open><code>open</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code> content attribute.</p>
<!--TOPIC:HTML-->
@@ -102019,6 +102024,7 @@
Brenton Simpson,
Brett Wilson,
Brett Zamir,
+ Brian Blakely,
Brian Campbell,
Brian Korver,
Brian Kuhn,
Modified: source
===================================================================
--- source 2013-12-17 17:55:56 UTC (rev 8362)
+++ source 2013-12-17 18:08:35 UTC (rev 8363)
@@ -56866,6 +56866,11 @@
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
+ 'overflow' property is set to 'hidden').</p>
+
<hr>
<!--TOPIC:DOM APIs-->
@@ -114022,6 +114027,7 @@
Brenton Simpson,
Brett Wilson,
Brett Zamir,
+ Brian Blakely,
Brian Campbell,
Brian Korver,
Brian Kuhn,
More information about the Commit-Watchers
mailing list