Skip to content

Commit 2710194

Browse files
committed
[css-typed-om] bikeshed fixes
1 parent 0cd052c commit 2710194

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-typed-om/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ probably in an appendix.
607607
Return |value|'s associated value.
608608

609609
: If |value| is a {{CSSStyleValue}} subclass,
610-
:: If |value| does not [=match a grammar|match the grammar=] of a [=list-valued property iteration=] of |property|,
610+
:: If |value| does not [=match the grammar=] of a [=list-valued property iteration=] of |property|,
611611
[=throw=] a {{TypeError}}.
612612

613613
If any component of |property|’s CSS grammar has a limited numeric range,
@@ -630,7 +630,8 @@ probably in an appendix.
630630
as defined in [[css-syntax-3#tokenization]].
631631
{{CSSStyleValue}} objects can also be matched against these grammars, however.
632632

633-
A {{CSSStyleValue}} is said to <dfn for=CSSStyleValue export>match a grammar</dfn>
633+
A {{CSSStyleValue}} is said to
634+
<dfn for=CSSStyleValue export lt="match a grammar | match the grammar">match a grammar</dfn>
634635
based on the following rules:
635636

636637
* A {{CSSKeywordValue}} matches an [=ident=] specified in a grammar

0 commit comments

Comments
 (0)