Skip to content

Commit 4b95a49

Browse files
committed
Generated. Do not edit!
1 parent 9438827 commit 4b95a49

File tree

1 file changed

+149
-1
lines changed

1 file changed

+149
-1
lines changed

css-device-adapt/Overview.html

Lines changed: 149 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,155 @@ <h3 class=no-num id=other-references>Other references</h3>
21782178
</dl>
21792179

21802180
<h2 class=no-num id=descriptor-index>Descriptor index</h2>
2181-
<!--descriptors-->
2181+
<!--begin-descriptors-->
2182+
2183+
<table class=proptable>
2184+
<thead>
2185+
<tr>
2186+
<th>Descriptor
2187+
2188+
<th>Value
2189+
2190+
<th>Initial
2191+
2192+
<th>Percentages
2193+
2194+
<th>Media
2195+
2196+
<tbody>
2197+
<tr>
2198+
<th><a class=property href="#height">height</a>
2199+
2200+
<td>&lt;viewport-length&gt;{1,2}
2201+
2202+
<td>See individual descriptors
2203+
2204+
<td>See individual descriptors
2205+
2206+
<td>visual, continuous
2207+
2208+
<tr>
2209+
<th><a class=property href="#max-height">max-height</a>
2210+
2211+
<td>&lt;viewport-length&gt;
2212+
2213+
<td>auto
2214+
2215+
<td>Refer to the height of the initial viewport
2216+
2217+
<td>visual, continuous
2218+
2219+
<tr>
2220+
<th><a class=property href="#max-width">max-width</a>
2221+
2222+
<td>&lt;viewport-length&gt;
2223+
2224+
<td>auto
2225+
2226+
<td>Refer to the width of the initial viewport
2227+
2228+
<td>visual, continuous
2229+
2230+
<tr>
2231+
<th><a class=property href="#max-zoom">max-zoom</a>
2232+
2233+
<td>auto | &lt;number&gt; | &lt;percentage&gt;
2234+
2235+
<td>auto
2236+
2237+
<td>The zoom factor itself
2238+
2239+
<td>visual, continuous
2240+
2241+
<tr>
2242+
<th><a class=property href="#min-height">min-height</a>
2243+
2244+
<td>&lt;viewport-length&gt;
2245+
2246+
<td>auto
2247+
2248+
<td>Refer to the height of the initial viewport
2249+
2250+
<td>visual, continuous
2251+
2252+
<tr>
2253+
<th><a class=property href="#min-width">min-width</a>
2254+
2255+
<td>&lt;viewport-length&gt;
2256+
2257+
<td>auto
2258+
2259+
<td>Refer to the width of the initial viewport
2260+
2261+
<td>visual, continuous
2262+
2263+
<tr>
2264+
<th><a class=property href="#min-zoom">min-zoom</a>
2265+
2266+
<td>auto | &lt;number&gt; | &lt;percentage&gt;
2267+
2268+
<td>auto
2269+
2270+
<td>The zoom factor itself
2271+
2272+
<td>visual, continuous
2273+
2274+
<tr>
2275+
<th><a class=property href="#orientation">orientation</a>
2276+
2277+
<td>auto | portrait | landscape
2278+
2279+
<td>auto
2280+
2281+
<td>N/A
2282+
2283+
<td>visual, continuous
2284+
2285+
<tr>
2286+
<th><a class=property href="#resolution">resolution</a>
2287+
2288+
<td>auto | device | &lt;resolution&gt;
2289+
2290+
<td>auto
2291+
2292+
<td>N/A
2293+
2294+
<td>visual, continuous
2295+
2296+
<tr>
2297+
<th><a class=property href="#user-zoom">user-zoom</a>
2298+
2299+
<td>zoom | fixed
2300+
2301+
<td>zoom
2302+
2303+
<td>N/A
2304+
2305+
<td>visual, continuous
2306+
2307+
<tr>
2308+
<th><a class=property href="#width">width</a>
2309+
2310+
<td>&lt;viewport-length&gt;{1,2}
2311+
2312+
<td>See individual descriptors
2313+
2314+
<td>See individual descriptors
2315+
2316+
<td>visual, continuous
2317+
2318+
<tr>
2319+
<th><a class=property href="#zoom">zoom</a>
2320+
2321+
<td>auto | &lt;number&gt; | &lt;percentage&gt;
2322+
2323+
<td>auto
2324+
2325+
<td>The zoom factor itself
2326+
2327+
<td>visual, continuous
2328+
</table>
2329+
<!--end-descriptors-->
21822330

21832331
<h2 class=no-num id=index>Index</h2>
21842332
<!--begin-index-->

0 commit comments

Comments
 (0)