Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,6 @@ are represented as {{CSSUnitValue}}s.
interface CSSUnitValue : CSSNumericValue {
attribute double value;
attribute DOMString unit;
readonly attribute DOMString type;
};
</xmp>

Expand Down Expand Up @@ -1519,7 +1518,6 @@ are represented in this way.
<xmp class=idl>
interface CSSMathValue : CSSNumericValue {
readonly attribute CSSMathOperator operator;
readonly attribute DOMString type;
};

[Constructor(CSSNumberish... args)]
Expand Down