[css-overflow] When one axis is visible and the other is not, visible should change to auto rather than hidden.

Wed, 03 Dec 2014 09:22:49 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 03 Dec 2014 09:22:49 -0800
changeset 14829
8eabbb25d144
parent 14828
cde2e00e2a4f
child 14831
ec78683e40dd

[css-overflow] When one axis is visible and the other is not, visible should change to auto rather than hidden.

Thanks to Florian Rivoal for pointing this out; see
http://lists.w3.org/Archives/Public/www-style/2014Nov/0446.html

css-overflow/Overview.html file | annotate | diff | comparison | revisions
css-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-overflow/Overview.html	Tue Dec 02 13:53:26 2014 -0800
     1.2 +++ b/css-overflow/Overview.html	Wed Dec 03 09:22:49 2014 -0800
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5    <meta content="CSS Overflow Module Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2014-11-26 name=dcterms.date>
     1.8 +  <meta content=2014-12-03 name=dcterms.date>
     1.9    <meta content="L. David Baron" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11    <meta content="http://dev.w3.org/csswg/css-overflow-3/"
    1.12 @@ -127,7 +127,7 @@
    1.13  
    1.14     <h1>CSS Overflow Module Level 3</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc">Editor's Draft 26 November 2014</h2>
    1.17 +   <h2 class="no-num no-toc">Editor's Draft 3 December 2014</h2>
    1.18  
    1.19     <dl>
    1.20      <dt>This version:
    1.21 @@ -750,8 +750,8 @@
    1.22       href="#scrolling-values"><i>scrolling values</i></a> and the other is
    1.23       ‘<a href="#visible"><code class=css>visible</code></a>’, then
    1.24       computed values are the cascaded values with ‘<a href="#visible"><code
    1.25 -     class=css>visible</code></a>’ changed to ‘<a href="#hidden"><code
    1.26 -     class=css>hidden</code></a>’.
    1.27 +     class=css>visible</code></a>’ changed to ‘<a href="#auto"><code
    1.28 +     class=css>auto</code></a>’.
    1.29  
    1.30      <li> Otherwise, the computed values are as specified.
    1.31     </ol>
     2.1 --- a/css-overflow/Overview.src.html	Tue Dec 02 13:53:26 2014 -0800
     2.2 +++ b/css-overflow/Overview.src.html	Wed Dec 03 09:22:49 2014 -0800
     2.3 @@ -571,7 +571,7 @@
     2.4  				one of the <i>scrolling values</i>
     2.5  				and the other is ''visible'',
     2.6  				then computed values are the cascaded values
     2.7 -				with ''visible'' changed to ''hidden''.
     2.8 +				with ''visible'' changed to ''auto''.
     2.9  			</li>
    2.10  			<li>
    2.11  				Otherwise, the computed values are as specified.

mercurial