We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f2d09 commit 6f75affCopy full SHA for 6f75aff
css-typed-om/Overview.bs
@@ -595,7 +595,11 @@ The <dfn for=CSSUnparsedValue>indexed getter</dfn> retrieves the string fragment
595
when called,
596
perform the following steps:
597
598
- 1. Return a new {{CSSVariableReferenceValue}}
+ 1. If |variable| is not a [=custom property name string=],
599
+ [=throw=] a {{TypeError}},
600
+ and exit this algorithm.
601
+
602
+ 2. Return a new {{CSSVariableReferenceValue}}
603
with its {{CSSVariableReferenceValue/variable}} internal slot
604
set to |variable|
605
and its {{CSSVariableReferenceValue/fallback}} internal slot
0 commit comments