Skip to content

Commit 1ace7b2

Browse files
nainartabatkins
authored andcommitted
Remove CSSMathValue.type (w3c#497)
1 parent 9083615 commit 1ace7b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css-typed-om/Overview.bs

-2
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,6 @@ are represented as {{CSSUnitValue}}s.
14121412
interface CSSUnitValue : CSSNumericValue {
14131413
attribute double value;
14141414
attribute DOMString unit;
1415-
readonly attribute DOMString type;
14161415
};
14171416
</xmp>
14181417

@@ -1519,7 +1518,6 @@ are represented in this way.
15191518
<xmp class=idl>
15201519
interface CSSMathValue : CSSNumericValue {
15211520
readonly attribute CSSMathOperator operator;
1522-
readonly attribute DOMString type;
15231521
};
15241522

15251523
[Constructor(CSSNumberish... args)]

0 commit comments

Comments
 (0)