diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 3ffff4eb..1ec4ab8f 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -355,7 +355,7 @@ probably in an appendix. and a [=string=] or {{CSSStyleValue}} |value|: : If |value| is a {{CSSStyleValue}}, - :: If |value| does not match the grammar of a [=list-valued property iteration=] of |property|, + :: If |value| does not [=match a CSS production|match the grammar=] of a [=list-valued property iteration=] of |property|, [=throw=] a {{TypeError}} and exit this algorithm. Otherwise, return the |value|. @@ -366,6 +366,18 @@ probably in an appendix. Note: This can throw a {{TypeError}} instead. +