aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/overflow-clip-box/index.html
blob: fdef49313bfd3d48792679e2769ab30a623370dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
title: overflow-clip-box
slug: Web/CSS/overflow-clip-box
translation_of: Mozilla/Gecko/Chrome/CSS/overflow-clip-box
---
<h2 id="Summary" name="Summary" style="line-height: 30px;">Summary</h2>
<p> </p>
<h2 id="Syntax" name="Syntax" style="line-height: 30px;">Syntax</h2>
<pre class="twopartsyntaxbox" style="font-size: 12px;"><a href="/en-US/docs/CSS/Value_definition_syntax" title="/en-US/docs/CSS/Value_definition_syntax">Formal syntax</a>: {{csssyntax("overflow-clip-box")}}</pre>
<pre style="font-size: 12px;">overflow-clip-box: padding-box;
overflow-clip-box: content-box;
</pre>
<h3 id="Values" name="Values" style="line-height: 24px;">Values</h3>
<p>padding-box</p>
<p>content-box</p>
<h2 id="Examples" style="line-height: 30px;">Examples</h2>
<pre style="font-size: 12px;"> </pre>
<h2 id="Specifications" style="line-height: 30px;">Specifications</h2>
<table class="standard-table">
 <thead>
  <tr>
   <th>Specification</th>
   <th>Status</th>
   <th>Comment</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS2.1', 'visufx.html#overflow-clipping', 'Overflow and clipping')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td> </td>
  </tr>
 </tbody>
</table>
<h2 id="Browser_Compatibility" name="Browser_Compatibility" style="line-height: 30px;">Browser compatibility</h2>
<p>{{ CompatibilityTable() }}</p>
<div id="compat-desktop">
 <table class="compat-table">
  <tbody>
   <tr>
    <th style="line-height: 16px;">Feature</th>
    <th style="line-height: 16px;">Firefox (Gecko)</th>
    <th style="line-height: 16px;">Chrome</th>
    <th style="line-height: 16px;">Internet Explorer</th>
    <th style="line-height: 16px;">Opera</th>
    <th style="line-height: 16px;">Safari (WebKit)</th>
   </tr>
   <tr>
    <td>Basic support</td>
    <td>{{ CompatGeckoDesktop("30.0") }}<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=966992">Bug</a></td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
   </tr>
  </tbody>
 </table>
</div>
<div id="compat-mobile">
 <table class="compat-table">
  <tbody>
   <tr>
    <th style="line-height: 16px;">Feature</th>
    <th style="line-height: 16px;">Firefox Mobile (Gecko)</th>
    <th style="line-height: 16px;">Android</th>
    <th style="line-height: 16px;">IE Phone</th>
    <th style="line-height: 16px;">Opera Mobile</th>
    <th style="line-height: 16px;">Safari Mobile</th>
   </tr>
   <tr>
    <td>Basic support</td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
    <td>{{CompatUnknown}}</td>
   </tr>
  </tbody>
 </table>
</div>
<p> </p>