aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/overflow-clip-box/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/overflow-clip-box/index.html')
-rw-r--r--files/zh-cn/web/css/overflow-clip-box/index.html81
1 files changed, 0 insertions, 81 deletions
diff --git a/files/zh-cn/web/css/overflow-clip-box/index.html b/files/zh-cn/web/css/overflow-clip-box/index.html
deleted file mode 100644
index fdef49313b..0000000000
--- a/files/zh-cn/web/css/overflow-clip-box/index.html
+++ /dev/null
@@ -1,81 +0,0 @@
----
-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>