You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue(239): Is this the best representation for this object?
384
+
380
385
{{CSSUnparsedValue}} objects represent values that reference custom properties.
381
386
They represent a list of string fragments and variable references.
382
387
383
388
They have a <dfn attribute for=CSSUnparsedValue>\[[tokens]]</dfn> internal slot,
384
389
which is a [=list=] of alternating {{DOMString}} and {{CSSVariableReferenceValue}} objects.
385
390
This list is the object's [=values to iterate over=].
386
391
392
+
The <dfn attribute for=CSSUnparsedValue>length</dfn> attribute indicates how many string fragments and variable references are contained within the {{UnparsedValue}}.
393
+
394
+
The <dfn for=CSSUnparsedValue>indexed getter</dfn> retrieves the string fragment or variable reference at the provided index.
0 commit comments