Skip to content

Commit b036312

Browse files
committed
[typed-om] Add comma. Fixes w3c#704.
1 parent 73efced commit b036312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ interface CSSKeywordValue : CSSStyleValue {
730730
when called,
731731
perform the following steps:
732732

733-
1. If |value| is an empty string [=throw=] a {{TypeError}}.
733+
1. If |value| is an empty string, [=throw=] a {{TypeError}}.
734734
2. Otherwise, return a new {{CSSKeywordValue}}
735735
with its {{CSSKeywordValue/value}} internal slot
736736
set to |value|.

0 commit comments

Comments
 (0)