Skip to content

Commit ad88a72

Browse files
committed
[css-properties-values-api] Use CSSOMString for JS API
Fixes w3c#1099
1 parent 3783bd7 commit ad88a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-properties-values-api/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -672,10 +672,10 @@ the {{CSS}} object is extended with a {{registerProperty()}} method:
672672

673673
<pre class='idl'>
674674
dictionary PropertyDefinition {
675-
required DOMString name;
676-
DOMString syntax = "*";
675+
required CSSOMString name;
676+
CSSOMString syntax = "*";
677677
required boolean inherits;
678-
DOMString initialValue;
678+
CSSOMString initialValue;
679679
};
680680

681681
partial namespace CSS {

0 commit comments

Comments
 (0)