File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -1519,7 +1519,6 @@ are represented in this way.
1519
1519
<xmp class=idl>
1520
1520
interface CSSMathValue : CSSNumericValue {
1521
1521
readonly attribute CSSMathOperator operator;
1522
- readonly attribute DOMString type;
1523
1522
};
1524
1523
1525
1524
[Constructor(CSSNumberish... args)]
@@ -1654,29 +1653,6 @@ of all the "math" operations.
1654
1653
it returns a new {{CSSMathInvert}} object.
1655
1654
</div>
1656
1655
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
-
1680
1656
<!--
1681
1657
██ ██ ██ ██ ██ ██ ██████ ██████ ██████
1682
1658
███ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██ ██
You can’t perform that action at this time.
0 commit comments