diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index 6ded25b7..50d7009e 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -672,10 +672,10 @@ the {{CSS}} object is extended with a {{registerProperty()}} method:
 dictionary PropertyDefinition {
-	required DOMString name;
-	         DOMString syntax       = "*";
+	required CSSOMString name;
+	         CSSOMString syntax       = "*";
 	required boolean   inherits;
-	         DOMString initialValue;
+	         CSSOMString initialValue;
 };
 
 partial namespace CSS {