Skip to content

Commit ab85268

Browse files
committed
[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
1 parent 9ed0020 commit ab85268

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-overflow/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Overflow Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-11-26 name=dcterms.date>
14+
<meta content=2014-12-03 name=dcterms.date>
1515
<meta content="L. David Baron" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css-overflow-3/"
@@ -127,7 +127,7 @@
127127

128128
<h1>CSS Overflow Module Level 3</h1>
129129

130-
<h2 class="no-num no-toc">Editor's Draft 26 November 2014</h2>
130+
<h2 class="no-num no-toc">Editor's Draft 3 December 2014</h2>
131131

132132
<dl>
133133
<dt>This version:
@@ -750,8 +750,8 @@ <h2 id=overflow-properties><span class=secno>3. </span>Overflow properties</h2>
750750
href="#scrolling-values"><i>scrolling values</i></a> and the other is
751751
<a href="#visible"><code class=css>visible</code></a>’, then
752752
computed values are the cascaded values with ‘<a href="#visible"><code
753-
class=css>visible</code></a>’ changed to ‘<a href="#hidden"><code
754-
class=css>hidden</code></a>’.
753+
class=css>visible</code></a>’ changed to ‘<a href="#auto"><code
754+
class=css>auto</code></a>’.
755755

756756
<li> Otherwise, the computed values are as specified.
757757
</ol>

css-overflow/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ <h2 id="overflow-properties">Overflow properties</h2>
571571
one of the <i>scrolling values</i>
572572
and the other is ''visible'',
573573
then computed values are the cascaded values
574-
with ''visible'' changed to ''hidden''.
574+
with ''visible'' changed to ''auto''.
575575
</li>
576576
<li>
577577
Otherwise, the computed values are as specified.

0 commit comments

Comments
 (0)