1.1 --- a/css-overflow/Overview.bs Fri May 29 16:46:00 2015 -0700 1.2 +++ b/css-overflow/Overview.bs Fri May 29 16:46:19 2015 -0700 1.3 @@ -1,6 +1,7 @@ 1.4 <h1>CSS Overflow Module Level 3</h1> 1.5 <pre class="metadata"> 1.6 Status: ED 1.7 +Work Status: Exploring 1.8 ED: http://dev.w3.org/csswg/css-overflow/ 1.9 Shortname: css-overflow 1.10 Group: csswg 1.11 @@ -449,7 +450,7 @@ 1.12 which still allows programmatic scrolling, 1.13 ''overflow: clip'' forbids scrolling entirely, 1.14 through any mechanism. 1.15 - 1.16 + 1.17 Issue: Mozilla implements -moz-hidden-unscrollable, 1.18 which is similar to ''clip'', 1.19 except that it does not cause the element to establish a BFC. 1.20 @@ -463,14 +464,14 @@ 1.21 This avoids any problem with scrollbars appearing 1.22 and disappearing in a dynamic environment. 1.23 When this value is specified and the target medium is ''print'', 1.24 - overflowing content may be printed. 1.25 + overflowing content may be printed. 1.26 <dt><dfn>auto</dfn> 1.27 <dd>The behavior of the ''overflow/auto'' value is user agent-dependent, 1.28 - but should cause a scrolling mechanism to be provided for overflowing boxes. 1.29 + but should cause a scrolling mechanism to be provided for overflowing boxes. 1.30 </dl> 1.31 1.32 Even if 'overflow' is set to ''overflow/visible'', 1.33 - content may be clipped to a UA's document window by the native operating environment. 1.34 + content may be clipped to a UA's document window by the native operating environment. 1.35 1.36 If the computed value of 'overflow' is not ''overflow/visible'', 1.37 the element creates a block formatting context. 1.38 @@ -490,7 +491,7 @@ 1.39 and the outer padding edge. 1.40 Any space taken up by the scrollbars should be 1.41 taken out of (subtracted from the dimensions of) 1.42 - the containing block formed by the element with the scrollbars. 1.43 + the containing block formed by the element with the scrollbars. 1.44 1.45 Issue: import examples from [[CSS3-BOX]]. 1.46