aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/cssmathsum/index.html
blob: 727c7dbc6bb5a658aeb9eaf6d39f35c8cb86670f (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
---
title: CSSMathSum
slug: Web/API/CSSMathSum
tags:
  - API
  - CSS Typed Object Model API
  - CSSMathSum
  - Experimental
  - Houdini
  - Interface
  - Reference
translation_of: Web/API/CSSMathSum
---
<div>{{draft}}{{APIRef("CSS Typed Object Model API")}}{{SeeCompatTable}}</div>

<p class="summary"> {{domxref('CSS Typed Object Model API','','',' ')}} 的  <strong><code>CSSMathSum</code></strong> 接口通过调用{{domxref('CSSNumericValue')}}{{domxref('CSSNumericValue.add','add()')}}, {{domxref('CSSNumericValue.sub','sub()')}}, 或 {{domxref('CSSNumericValue.toSum','toSum()')}} 方法获得结果。</p>

<p class="summary"></p>

<h2 id="创建">创建</h2>

<dl>
 <dt>{{domxref("CSSMathSum.CSSMathSum()")}}</dt>
 <dd>创建一个新的 <code>CSSMathSum</code> 对象.</dd>
</dl>

<h2 id="属性">属性</h2>

<dl>
 <dt>{{domxref('CSSMathSum.values')}}</dt>
 <dd>返回一个包含一个或多个 {{domxref('CSSNumericValue')}} 对象的 {{domxref('CSSNumericArray')}} 对象.</dd>
</dl>

<h3 id="事件处理">事件处理</h3>

<p>No</p>

<h2 id="方法">方法</h2>

<p>None.</p>

<h2 id="说明">说明</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">说明</th>
   <th scope="col">状态</th>
   <th scope="col">注释</th>
  </tr>
  <tr>
   <td>{{SpecName('CSS Typed OM','#cssmathsum','CSSMathSum')}}</td>
   <td>{{Spec2('CSS Typed OM')}}</td>
   <td>初稿.</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

<div class="hidden">此页中的兼容性列表是从结构化数据生成的。如果您想贡献数据,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送请求。</div>

<p>{{Compat("api.CSSMathSum")}}</p>