Wed, 18 Mar 2015 18:01:54 -0700
[css-overflow] Bikeshed fixes
css-overflow/Overview.bs | file | annotate | diff | comparison | revisions | |
css-overflow/Overview.html | file | annotate | diff | comparison | revisions |
1.1 --- a/css-overflow/Overview.bs Wed Mar 18 15:41:59 2015 -0700 1.2 +++ b/css-overflow/Overview.bs Wed Mar 18 18:01:54 2015 -0700 1.3 @@ -375,12 +375,12 @@ 1.4 (i.e., overflow from the left and right sides of the box), 1.5 and the 'overflow-y' property specifies the handling 1.6 of overflow in the vertical direction 1.7 - (i.e., overflow from the top and bottom sides of the box) 1.8 + (i.e., overflow from the top and bottom sides of the box) 1.9 </p> 1.10 1.11 <pre class=propdef> 1.12 Name: overflow-x, overflow-y 1.13 - Value: ''visible'' | ''hidden'' | ''scroll'' | ''overflow/auto'' 1.14 + Value: ''visible'' | ''hidden'' | ''scroll'' | ''auto'' 1.15 Initial: ''visible'' 1.16 Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.17 Inherited: no 1.18 @@ -399,7 +399,7 @@ 1.19 1.20 <pre class=propdef> 1.21 Name: overflow 1.22 - Value: ''visible'' | ''hidden'' | ''scroll'' | ''overflow/auto'' 1.23 + Value: ''visible'' | ''hidden'' | ''scroll'' | ''auto'' 1.24 Initial: see individual properties 1.25 Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.26 Inherited: no 1.27 @@ -430,7 +430,7 @@ 1.28 1.29 <p>The values of these properties are:</p> 1.30 1.31 - <dl dfn-for="overflow" dfn-type="value"> 1.32 + <dl dfn-for="overflow, overflow-x, overflow-y" dfn-type="value"> 1.33 <dt><dfn>visible</dfn> 1.34 <dd> 1.35 There is no special handling of overflow, that is, it 1.36 @@ -477,7 +477,7 @@ 1.37 1.38 <pre class=propdef> 1.39 Name: continue 1.40 - Value: ''continue/auto'' | ''overflow'' | ''paginate'' | ''fragments'' | ''discard'' 1.41 + Value: ''auto'' | ''overflow'' | ''paginate'' | ''fragments'' | ''discard'' 1.42 Initial: auto 1.43 Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.44 Inherited: no 1.45 @@ -1032,7 +1032,7 @@ 1.46 1.47 <pre class=propdef> 1.48 Name: max-lines 1.49 - Value: ''none'' | <<integer>> 1.50 + Value: ''none'' | ''<integer>'' 1.51 Initial: ''none'' 1.52 Applies to: fragment boxes 1.53 Inherited: no
2.1 --- a/css-overflow/Overview.html Wed Mar 18 15:41:59 2015 -0700 2.2 +++ b/css-overflow/Overview.html Wed Mar 18 18:01:54 2015 -0700 2.3 @@ -767,7 +767,7 @@ 2.4 <h1 class="p-name no-ref" id="title">CSS Overflow Module Level 3</h1> 2.5 2.6 <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editorâs Draft, 2.7 - <time class="dt-updated" datetime="2015-03-13">13 March 2015</time></span></h2> 2.8 + <time class="dt-updated" datetime="2015-03-18">18 March 2015</time></span></h2> 2.9 2.10 <div data-fill-with="spec-metadata"> 2.11 <dl> 2.12 @@ -1228,21 +1228,21 @@ 2.13 (i.e., overflow from the left and right sides of the box), 2.14 and the <a class="property" data-link-type="propdesc" href="#propdef-overflow-y">overflow-y</a> property specifies the handling 2.15 of overflow in the vertical direction 2.16 - (i.e., overflow from the top and bottom sides of the box) 2.17 + (i.e., overflow from the top and bottom sides of the box) 2.18 </p> 2.19 2.20 2.21 - <table class="definition propdef"> 2.22 + <table class="definition propdef" data-link-for-hint="overflow-x"> 2.23 <tbody> 2.24 <tr> 2.25 <th>Name: 2.26 <td><dfn class="css" data-dfn-type="property" data-export="" id="propdef-overflow-x">overflow-x<a class="self-link" href="#propdef-overflow-x"></a></dfn>, <dfn class="css" data-dfn-type="property" data-export="" id="propdef-overflow-y">overflow-y<a class="self-link" href="#propdef-overflow-y"></a></dfn> 2.27 - <tr> 2.28 + <tr class="value"> 2.29 <th>Value: 2.30 - <td class="prod"><a class="css" data-link-type="maybe" href="#valdef-overflow-visible">visible</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-overflow-hidden">hidden</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-overflow-scroll">scroll</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-overflow-auto">auto</a> 2.31 + <td class="prod"><a class="css" data-link-for-hint="overflow-x" data-link-type="maybe" href="#valdef-overflow-visible">visible</a> <a data-link-for-hint="overflow-x" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="overflow-x" data-link-type="maybe" href="#valdef-overflow-hidden">hidden</a> <a data-link-for-hint="overflow-x" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="overflow-x" data-link-type="maybe" href="#valdef-overflow-scroll">scroll</a> <a data-link-for-hint="overflow-x" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="overflow-x" data-link-type="maybe" href="#valdef-overflow-auto">auto</a> 2.32 <tr> 2.33 <th>Initial: 2.34 - <td><a class="css" data-link-type="maybe" href="#valdef-overflow-visible">visible</a> 2.35 + <td><a class="css" data-link-for-hint="overflow-x" data-link-type="maybe" href="#valdef-overflow-visible">visible</a> 2.36 <tr> 2.37 <th>Applies to: 2.38 <td>block containers <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>, flex containers <a data-link-type="biblio" href="#biblio-css3-flexbox">[CSS3-FLEXBOX]</a>, and grid containers <a data-link-type="biblio" href="#biblio-css3-grid-layout">[CSS3-GRID-LAYOUT]</a> 2.39 @@ -1273,14 +1273,14 @@ 2.40 </p> 2.41 2.42 2.43 - <table class="definition propdef"> 2.44 + <table class="definition propdef" data-link-for-hint="overflow"> 2.45 <tbody> 2.46 <tr> 2.47 <th>Name: 2.48 <td><dfn class="css" data-dfn-type="property" data-export="" id="propdef-overflow">overflow<a class="self-link" href="#propdef-overflow"></a></dfn> 2.49 - <tr> 2.50 + <tr class="value"> 2.51 <th>Value: 2.52 - <td class="prod"><a class="css" data-link-type="maybe" href="#valdef-overflow-visible">visible</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-overflow-hidden">hidden</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-overflow-scroll">scroll</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-overflow-auto">auto</a> 2.53 + <td class="prod"><a class="css" data-link-for-hint="overflow" data-link-type="maybe" href="#valdef-overflow-visible">visible</a> <a data-link-for-hint="overflow" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="overflow" data-link-type="maybe" href="#valdef-overflow-hidden">hidden</a> <a data-link-for-hint="overflow" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="overflow" data-link-type="maybe" href="#valdef-overflow-scroll">scroll</a> <a data-link-for-hint="overflow" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="overflow" data-link-type="maybe" href="#valdef-overflow-auto">auto</a> 2.54 <tr> 2.55 <th>Initial: 2.56 <td>see individual properties 2.57 @@ -1341,7 +1341,7 @@ 2.58 2.59 <dl> 2.60 2.61 - <dt><dfn class="css" data-dfn-for="overflow" data-dfn-type="value" data-export="" id="valdef-overflow-visible">visible<a class="self-link" href="#valdef-overflow-visible"></a></dfn> 2.62 + <dt><dfn class="css" data-dfn-for="overflow, overflow-x, overflow-y" data-dfn-type="value" data-export="" id="valdef-overflow-visible">visible<a class="self-link" href="#valdef-overflow-visible"></a></dfn> 2.63 2.64 <dd> 2.65 There is no special handling of overflow, that is, it 2.66 @@ -1349,11 +1349,11 @@ 2.67 2.68 2.69 2.70 - <dt><dfn class="css" data-dfn-for="overflow" data-dfn-type="value" data-export="" id="valdef-overflow-hidden">hidden<a class="self-link" href="#valdef-overflow-hidden"></a></dfn> 2.71 + <dt><dfn class="css" data-dfn-for="overflow, overflow-x, overflow-y" data-dfn-type="value" data-export="" id="valdef-overflow-hidden">hidden<a class="self-link" href="#valdef-overflow-hidden"></a></dfn> 2.72 2.73 - <dt><dfn class="css" data-dfn-for="overflow" data-dfn-type="value" data-export="" id="valdef-overflow-scroll">scroll<a class="self-link" href="#valdef-overflow-scroll"></a></dfn> 2.74 + <dt><dfn class="css" data-dfn-for="overflow, overflow-x, overflow-y" data-dfn-type="value" data-export="" id="valdef-overflow-scroll">scroll<a class="self-link" href="#valdef-overflow-scroll"></a></dfn> 2.75 2.76 - <dt><dfn class="css" data-dfn-for="overflow" data-dfn-type="value" data-export="" id="valdef-overflow-auto">auto<a class="self-link" href="#valdef-overflow-auto"></a></dfn> 2.77 + <dt><dfn class="css" data-dfn-for="overflow, overflow-x, overflow-y" data-dfn-type="value" data-export="" id="valdef-overflow-auto">auto<a class="self-link" href="#valdef-overflow-auto"></a></dfn> 2.78 2.79 <dd> 2.80 2.81 @@ -1401,14 +1401,14 @@ 2.82 and extends it further.</p> 2.83 2.84 2.85 - <table class="definition propdef"> 2.86 + <table class="definition propdef" data-link-for-hint="continue"> 2.87 <tbody> 2.88 <tr> 2.89 <th>Name: 2.90 <td><dfn class="css" data-dfn-type="property" data-export="" id="propdef-continue">continue<a class="self-link" href="#propdef-continue"></a></dfn> 2.91 - <tr> 2.92 + <tr class="value"> 2.93 <th>Value: 2.94 - <td class="prod"><a class="css" data-link-type="maybe" href="#valdef-continue-auto">auto</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-continue-overflow">overflow</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-continue-paginate">paginate</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-continue-fragments">fragments</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-type="maybe" href="#valdef-continue-discard">discard</a> 2.95 + <td class="prod"><a class="css" data-link-for-hint="continue" data-link-type="maybe" href="#valdef-continue-auto">auto</a> <a data-link-for-hint="continue" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="continue" data-link-type="maybe" href="#valdef-continue-overflow">overflow</a> <a data-link-for-hint="continue" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="continue" data-link-type="maybe" href="#valdef-continue-paginate">paginate</a> <a data-link-for-hint="continue" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="continue" data-link-type="maybe" href="#valdef-continue-fragments">fragments</a> <a data-link-for-hint="continue" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="continue" data-link-type="maybe" href="#valdef-continue-discard">discard</a> 2.96 <tr> 2.97 <th>Initial: 2.98 <td>auto 2.99 @@ -2128,17 +2128,17 @@ 2.100 </p> 2.101 2.102 2.103 - <table class="definition propdef"> 2.104 + <table class="definition propdef" data-link-for-hint="max-lines"> 2.105 <tbody> 2.106 <tr> 2.107 <th>Name: 2.108 <td><dfn class="css" data-dfn-type="property" data-export="" id="propdef-max-lines">max-lines<a class="self-link" href="#propdef-max-lines"></a></dfn> 2.109 - <tr> 2.110 + <tr class="value"> 2.111 <th>Value: 2.112 - <td class="prod"><a class="css" data-link-type="maybe" href="#valdef-max-lines-none">none</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#integer-value"><integer></a> 2.113 + <td class="prod"><a class="css" data-link-for-hint="max-lines" data-link-type="maybe" href="#valdef-max-lines-none">none</a> <a data-link-for-hint="max-lines" data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="css" data-link-for-hint="max-lines" data-link-type="maybe" href="#valdef-max-lines-integer"><integer></a> 2.114 <tr> 2.115 <th>Initial: 2.116 - <td><a class="css" data-link-type="maybe" href="#valdef-max-lines-none">none</a> 2.117 + <td><a class="css" data-link-for-hint="max-lines" data-link-type="maybe" href="#valdef-max-lines-none">none</a> 2.118 <tr> 2.119 <th>Applies to: 2.120 <td>fragment boxes 2.121 @@ -2176,7 +2176,7 @@ 2.122 2.123 2.124 2.125 - <dt><dfn class="css" data-dfn-for="max-lines" data-dfn-type="value" data-export="" id="valdef-max-lines-integer"><a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#integer-value" title="Expands to: "><integer></a><a class="self-link" href="#valdef-max-lines-integer"></a></dfn> 2.126 + <dt><dfn class="css" data-dfn-for="max-lines" data-dfn-type="value" data-export="" id="valdef-max-lines-integer"><a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#integer-value"><integer></a><a class="self-link" href="#valdef-max-lines-integer"></a></dfn> 2.127 2.128 <dd> 2.129 2.130 @@ -2479,7 +2479,7 @@ 2.131 <li>3d-preserving descendant, <a href="#3d_preserving-descendant">2.2</a> 2.132 <li>auto 2.133 <ul> 2.134 - <li>value for overflow, <a href="#valdef-overflow-auto">3</a> 2.135 + <li>value for overflow, overflow-x, overflow-y, <a href="#valdef-overflow-auto">3</a> 2.136 <li>value for continue, <a href="#valdef-continue-auto">4</a> 2.137 </ul> 2.138 <li>border-box overflow, <a href="#border_box-overflow">2.3</a>