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
Copy file name to clipboardExpand all lines: css-typed-om/Overview.bs
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -632,11 +632,20 @@ They have a <dfn attribute for=CSSUnparsedValue>\[[tokens]]</dfn> internal slot,
632
632
which is a [=list=] of {{DOMString}}s and {{CSSVariableReferenceValue}} objects.
633
633
This list is the object's [=values to iterate over=].
634
634
635
-
The <dfn attribute for=CSSUnparsedValue>length</dfn> attribute indicates how many string fragments and variable references are contained within the {{CSSUnparsedValue}}.
635
+
The <dfn attribute for=CSSUnparsedValue>length</dfn> attribute returns the length
636
+
of the <dfn attribute for=CSSUnparsedValue>[[tokens]]</dfn> internal slot.
636
637
637
-
The <dfn for=CSSUnparsedValue>indexed getter</dfn> retrieves the string fragment or variable reference at the provided index.
638
+
The <dfn for=CSSUnparsedValue>indexed getter</dfn> retrieves the {{CSSUnparsedSegment}}
639
+
from [[tokens]] at the provided index.
640
+
641
+
The <dfn for=CSSUnparsedValue>indexed setter</dfn> sets the CSSUnparsedSegment
642
+
from [[tokens]] at the provided index to the provided {{CSSUnparsedValue}}.
0 commit comments