Tue, 27 Jan 2015 16:10:12 -0800
[css-overflow] Convert propdef tables to bikeshed syntax.
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 Tue Jan 27 16:02:44 2015 -0800 1.2 +++ b/css-overflow/Overview.bs Tue Jan 27 16:10:12 2015 -0800 1.3 @@ -375,38 +375,18 @@ 1.4 (i.e., overflow from the top and bottom sides of the box) 1.5 </p> 1.6 1.7 - <table class=propdef> 1.8 - <tr> 1.9 - <th>Name: 1.10 - <td><dfn>overflow-x</dfn>, <dfn>overflow-y</dfn> 1.11 - <tr> 1.12 - <th>Value: 1.13 - <td>visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments 1.14 - <tr> 1.15 - <th>Initial: 1.16 - <td>visible 1.17 - <tr> 1.18 - <th>Applies to: 1.19 - <td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.20 - <tr> 1.21 - <th>Inherited: 1.22 - <td>no 1.23 - <tr> 1.24 - <th>Percentages: 1.25 - <td>N/A 1.26 - <tr> 1.27 - <th>Media: 1.28 - <td>visual 1.29 - <tr> 1.30 - <th>Computed value: 1.31 - <td>see below 1.32 - <tr> 1.33 - <th>Animatable: 1.34 - <td>no 1.35 - <tr> 1.36 - <th>Canonical order: 1.37 - <td><abbr title="follows order of property value definition">per grammar</abbr> 1.38 - </table> 1.39 + <pre class=propdef> 1.40 + Name: overflow-x, overflow-y 1.41 + Value: visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments 1.42 + Initial: visible 1.43 + Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.44 + Inherited: no 1.45 + Percentages: N/A 1.46 + Media: visual 1.47 + Computed value: see below 1.48 + Animatable: no 1.49 + Canonical order: <abbr title="follows order of property value definition">per grammar</abbr> 1.50 + </pre> 1.51 1.52 <p> 1.53 The 'overflow' property is a shorthand property 1.54 @@ -414,38 +394,18 @@ 1.55 to the value specified for 'overflow'. 1.56 </p> 1.57 1.58 - <table class=propdef> 1.59 - <tr> 1.60 - <th>Name: 1.61 - <td><dfn>overflow</dfn> 1.62 - <tr> 1.63 - <th>Value: 1.64 - <td>visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments 1.65 - <tr> 1.66 - <th>Initial: 1.67 - <td>see individual properties 1.68 - <tr> 1.69 - <th>Applies to: 1.70 - <td>block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.71 - <tr> 1.72 - <th>Inherited: 1.73 - <td>no 1.74 - <tr> 1.75 - <th>Percentages: 1.76 - <td>N/A 1.77 - <tr> 1.78 - <th>Media: 1.79 - <td>visual 1.80 - <tr> 1.81 - <th>Computed value: 1.82 - <td>see individual properties 1.83 - <tr> 1.84 - <th>Animatable: 1.85 - <td>no 1.86 - <tr> 1.87 - <th>Canonical order: 1.88 - <td><abbr title="follows order of property value definition">per grammar</abbr> 1.89 - </table> 1.90 + <pre class=propdef> 1.91 + Name: overflow 1.92 + Value: visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments 1.93 + Initial: see individual properties 1.94 + Applies to: block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]] 1.95 + Inherited: no 1.96 + Percentages: N/A 1.97 + Media: visual 1.98 + Computed value: see individual properties 1.99 + Animatable: no 1.100 + Canonical order: <abbr title="follows order of property value definition">per grammar</abbr> 1.101 + </pre> 1.102 1.103 <p>The values of these properties are:</p> 1.104 1.105 @@ -1004,38 +964,18 @@ 1.106 as long as those lines are in the same block formatting context. 1.107 </p> 1.108 1.109 - <table class=propdef> 1.110 - <tr> 1.111 - <th>Name: 1.112 - <td><dfn>max-lines</dfn> 1.113 - <tr> 1.114 - <th>Value: 1.115 - <td>none | <integer> 1.116 - <tr> 1.117 - <th>Initial: 1.118 - <td>none 1.119 - <tr> 1.120 - <th>Applies to: 1.121 - <td>fragment boxes 1.122 - <tr> 1.123 - <th>Inherited: 1.124 - <td>no 1.125 - <tr> 1.126 - <th>Animatable: 1.127 - <td>as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a> 1.128 - <tr> 1.129 - <th>Percentages: 1.130 - <td>N/A 1.131 - <tr> 1.132 - <th>Media: 1.133 - <td>visual 1.134 - <tr> 1.135 - <th>Computed value: 1.136 - <td>specified value 1.137 - <tr> 1.138 - <th>Canonical order: 1.139 - <td><abbr title="follows order of property value definition">per grammar</abbr> 1.140 - </table> 1.141 + <pre class=propdef> 1.142 + Name: max-lines 1.143 + Value: none | <integer> 1.144 + Initial: none 1.145 + Applies to: fragment boxes 1.146 + Inherited: no 1.147 + Animatable: as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a> 1.148 + Percentages: N/A 1.149 + Media: visual 1.150 + Computed value: specified value 1.151 + Canonical order: <abbr title="follows order of property value definition">per grammar</abbr> 1.152 + </pre> 1.153 1.154 <dl dfn-for="max-lines" dfn-type="value"> 1.155 <dt><dfn>none</dfn>
2.1 --- a/css-overflow/Overview.html Tue Jan 27 16:02:44 2015 -0800 2.2 +++ b/css-overflow/Overview.html Tue Jan 27 16:10:12 2015 -0800 2.3 @@ -632,70 +632,39 @@ 2.4 (i.e., overflow from the top and bottom sides of the box) 2.5 </p> 2.6 2.7 - 2.8 - <table class="propdef"> 2.9 - 2.10 + 2.11 + <table class="definition propdef"> 2.12 <tbody> 2.13 <tr> 2.14 - 2.15 <th>Name: 2.16 - 2.17 <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.18 <tr> 2.19 - 2.20 <th>Value: 2.21 - 2.22 - <td>visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments 2.23 - 2.24 + <td class="prod">visible <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> hidden <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> scroll <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> auto <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-x <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-y <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-x-controls <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-y-controls <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> fragments 2.25 <tr> 2.26 - 2.27 <th>Initial: 2.28 - 2.29 <td>visible 2.30 - 2.31 <tr> 2.32 - 2.33 <th>Applies to: 2.34 - 2.35 <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.36 - 2.37 <tr> 2.38 - 2.39 <th>Inherited: 2.40 - 2.41 <td>no 2.42 - 2.43 <tr> 2.44 - 2.45 <th>Percentages: 2.46 - 2.47 <td>N/A 2.48 - 2.49 <tr> 2.50 - 2.51 <th>Media: 2.52 - 2.53 <td>visual 2.54 - 2.55 <tr> 2.56 - 2.57 - <th>Computed value: 2.58 - 2.59 + <th>Computed value: 2.60 <td>see below 2.61 - 2.62 <tr> 2.63 - 2.64 <th>Animatable: 2.65 - 2.66 <td>no 2.67 - 2.68 <tr> 2.69 - 2.70 <th>Canonical order: 2.71 - 2.72 - <td><abbr title="follows order of property value definition">per grammar</abbr> 2.73 - 2.74 - </table> 2.75 + <td><abbr title="follows order of property value definition">per grammar</abbr></table> 2.76 2.77 2.78 <p> 2.79 @@ -704,70 +673,39 @@ 2.80 to the value specified for <a class="property" data-link-type="propdesc" href="#propdef-overflow">overflow</a>. 2.81 </p> 2.82 2.83 - 2.84 - <table class="propdef"> 2.85 - 2.86 + 2.87 + <table class="definition propdef"> 2.88 <tbody> 2.89 <tr> 2.90 - 2.91 <th>Name: 2.92 - 2.93 <td><dfn class="css" data-dfn-type="property" data-export="" id="propdef-overflow">overflow<a class="self-link" href="#propdef-overflow"></a></dfn> 2.94 <tr> 2.95 - 2.96 <th>Value: 2.97 - 2.98 - <td>visible | hidden | scroll | auto | paged-x | paged-y | paged-x-controls | paged-y-controls | fragments 2.99 - 2.100 + <td class="prod">visible <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> hidden <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> scroll <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> auto <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-x <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-y <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-x-controls <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> paged-y-controls <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> fragments 2.101 <tr> 2.102 - 2.103 <th>Initial: 2.104 - 2.105 <td>see individual properties 2.106 - 2.107 <tr> 2.108 - 2.109 <th>Applies to: 2.110 - 2.111 <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.112 - 2.113 <tr> 2.114 - 2.115 <th>Inherited: 2.116 - 2.117 <td>no 2.118 - 2.119 <tr> 2.120 - 2.121 <th>Percentages: 2.122 - 2.123 <td>N/A 2.124 - 2.125 <tr> 2.126 - 2.127 <th>Media: 2.128 - 2.129 <td>visual 2.130 - 2.131 <tr> 2.132 - 2.133 - <th>Computed value: 2.134 - 2.135 + <th>Computed value: 2.136 <td>see individual properties 2.137 - 2.138 <tr> 2.139 - 2.140 <th>Animatable: 2.141 - 2.142 <td>no 2.143 - 2.144 <tr> 2.145 - 2.146 <th>Canonical order: 2.147 - 2.148 - <td><abbr title="follows order of property value definition">per grammar</abbr> 2.149 - 2.150 - </table> 2.151 + <td><abbr title="follows order of property value definition">per grammar</abbr></table> 2.152 2.153 2.154 <p>The values of these properties are:</p> 2.155 @@ -1477,70 +1415,39 @@ 2.156 as long as those lines are in the same block formatting context. 2.157 </p> 2.158 2.159 - 2.160 - <table class="propdef"> 2.161 - 2.162 + 2.163 + <table class="definition propdef"> 2.164 <tbody> 2.165 <tr> 2.166 - 2.167 <th>Name: 2.168 - 2.169 <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.170 <tr> 2.171 - 2.172 <th>Value: 2.173 - 2.174 - <td>none | <integer> 2.175 - 2.176 + <td class="prod">none <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <integer> 2.177 <tr> 2.178 - 2.179 <th>Initial: 2.180 - 2.181 <td>none 2.182 - 2.183 <tr> 2.184 - 2.185 <th>Applies to: 2.186 - 2.187 <td>fragment boxes 2.188 - 2.189 <tr> 2.190 - 2.191 <th>Inherited: 2.192 - 2.193 <td>no 2.194 - 2.195 <tr> 2.196 - 2.197 + <th>Percentages: 2.198 + <td>N/A 2.199 + <tr> 2.200 + <th>Media: 2.201 + <td>visual 2.202 + <tr> 2.203 + <th>Computed value: 2.204 + <td>specified value 2.205 + <tr> 2.206 <th>Animatable: 2.207 - 2.208 <td>as <a href="http://www.w3.org/TR/css3-transitions/#animatable-types">integer</a> 2.209 - 2.210 <tr> 2.211 - 2.212 - <th>Percentages: 2.213 - 2.214 - <td>N/A 2.215 - 2.216 - <tr> 2.217 - 2.218 - <th>Media: 2.219 - 2.220 - <td>visual 2.221 - 2.222 - <tr> 2.223 - 2.224 - <th>Computed value: 2.225 - 2.226 - <td>specified value 2.227 - 2.228 - <tr> 2.229 - 2.230 <th>Canonical order: 2.231 - 2.232 - <td><abbr title="follows order of property value definition">per grammar</abbr> 2.233 - 2.234 - </table> 2.235 + <td><abbr title="follows order of property value definition">per grammar</abbr></table> 2.236 2.237 2.238 <dl> 2.239 @@ -1935,7 +1842,7 @@ 2.240 <th scope="col">Media 2.241 <th scope="col">Animatable 2.242 <th scope="col">Canonical order 2.243 - <th scope="col">Computed value 2.244 + <th scope="col">Computed value 2.245 <tbody> 2.246 <tr> 2.247 <th scope="row"><a class="css" data-link-type="property" href="#propdef-overflow-x">overflow-x</a>