Skip to content
Open
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
6 changes: 3 additions & 3 deletions css-properties-values-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -672,10 +672,10 @@ the {{CSS}} object is extended with a {{registerProperty()}} method:

<pre class='idl'>
dictionary PropertyDefinition {
required DOMString name;
DOMString syntax = "*";
required CSSOMString name;
CSSOMString syntax = "*";
required boolean inherits;
DOMString initialValue;
CSSOMString initialValue;
};

partial namespace CSS {
Expand Down