File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ probably in an appendix.
607
607
Return |value|'s associated value.
608
608
609
609
: 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|,
611
611
[=throw=] a {{TypeError}} .
612
612
613
613
If any component of |property|’s CSS grammar has a limited numeric range,
@@ -630,7 +630,8 @@ probably in an appendix.
630
630
as defined in [[css-syntax-3#tokenization]] .
631
631
{{CSSStyleValue}} objects can also be matched against these grammars, however.
632
632
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>
634
635
based on the following rules:
635
636
636
637
* A {{CSSKeywordValue}} matches an [=ident=] specified in a grammar
You can’t perform that action at this time.
0 commit comments