We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9083615 commit 1ace7b2Copy full SHA for 1ace7b2
css-typed-om/Overview.bs
@@ -1412,7 +1412,6 @@ are represented as {{CSSUnitValue}}s.
1412
interface CSSUnitValue : CSSNumericValue {
1413
attribute double value;
1414
attribute DOMString unit;
1415
- readonly attribute DOMString type;
1416
};
1417
</xmp>
1418
@@ -1519,7 +1518,6 @@ are represented in this way.
1519
1518
<xmp class=idl>
1520
interface CSSMathValue : CSSNumericValue {
1521
readonly attribute CSSMathOperator operator;
1522
1523
1524
1525
[Constructor(CSSNumberish... args)]
0 commit comments