Skip to content

Commit 42fb542

Browse files
authored
[css-properties-values-api-1] Align with Web IDL specification (#1005)
1 parent f283d66 commit 42fb542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ dictionary PropertyDefinition {
602602
};
603603

604604
partial namespace CSS {
605-
void registerProperty(PropertyDefinition definition);
605+
undefined registerProperty(PropertyDefinition definition);
606606
};
607607
</pre>
608608

0 commit comments

Comments
 (0)