From 42fb542c5db2d453a16631d6efe1457cad9c26ac Mon Sep 17 00:00:00 2001 From: autokagami Date: Tue, 18 Aug 2020 21:55:12 +0200 Subject: [PATCH] [css-properties-values-api-1] Align with Web IDL specification (#1005) --- css-properties-values-api/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index 36871710..1caace06 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -602,7 +602,7 @@ dictionary PropertyDefinition { }; partial namespace CSS { - void registerProperty(PropertyDefinition definition); + undefined registerProperty(PropertyDefinition definition); };