diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 2d828990..bcb98d4c 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -652,11 +652,20 @@ They have a \[[tokens]] internal slot, which is a [=list=] of {{DOMString}}s and {{CSSVariableReferenceValue}} objects. This list is the object's [=values to iterate over=]. -The length attribute indicates how many string fragments and variable references are contained within the {{CSSUnparsedValue}}. +The length attribute returns the length +of the [[tokens]] internal slot. -The indexed getter retrieves the string fragment or variable reference at the provided index. +The indexed getter retrieves the {{CSSUnparsedSegment}} +from [[tokens]] at the provided index. + +The indexed setter sets the CSSUnparsedSegment +from [[tokens]] at the provided index to the provided {{CSSUnparsedValue}}.