Skip to content

Commit f446d0f

Browse files
committed
Remove CSSMathValue.type
1 parent e07b92c commit f446d0f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

css-typed-om/Overview.bs

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ are represented in this way.
15191519
<xmp class=idl>
15201520
interface CSSMathValue : CSSNumericValue {
15211521
readonly attribute CSSMathOperator operator;
1522-
readonly attribute DOMString type;
15231522
};
15241523

15251524
[Constructor(CSSNumberish... args)]
@@ -1654,29 +1653,6 @@ of all the "math" operations.
16541653
it returns a new {{CSSMathInvert}} object.
16551654
</div>
16561655

1657-
<div algorithm>
1658-
The <dfn>[=type=] of a CSSMathValue</dfn>
1659-
depends on its class:
1660-
1661-
<dl class=switch>
1662-
: {{CSSMathSum}}
1663-
: {{CSSMathMin}}
1664-
: {{CSSMathMax}}
1665-
:: The [=type=] is the result of [=adding=] the [=types=]
1666-
of each of the [=list/items=] in its {{CSSMathSum/values}} internal slot.
1667-
1668-
: {{CSSMathProduct}}
1669-
:: The [=type=] is the result of [=multiplying=] the [=types=]
1670-
of each of the [=list/items=] in its {{CSSMathProduct/values}} internal slot.
1671-
1672-
: {{CSSMathNegate}}
1673-
: {{CSSMathInvert}}
1674-
:: The [=type=] is the same as the [=type=] of its {{CSSMathNegate/value}} internal slot,
1675-
but with all [=map/values=] negated.
1676-
</dl>
1677-
</div>
1678-
1679-
16801656
<!--
16811657
██ ██ ██ ██ ██ ██ ██████ ██████ ██████
16821658
███ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██ ██

0 commit comments

Comments
 (0)