Skip to content

Commit 807d597

Browse files
nainartabatkins
authored andcommitted
CSSStyleValue.parseAll should always return a list (w3c#595)
1 parent 07c095f commit 807d597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ and parseMultiple set to true.
164164
Otherwise,
165165
let |value| be the parsed result.
166166

167-
4. If |property| is a [=list-valued property=], and |parseMultiple| is true,
167+
4. If |parseMultiple| is true,
168168
subdivide |value| into a list of {{CSSStyleValue}} objects,
169169
each representing one [=list-valued property iteration=],
170170
and let |value| be the result. Return |value| as a sequence of
171171
{{CSSStyleValue}} objects.
172172

173-
5. If |property| is a [=list-valued property=], and |parseMultiple| is false
173+
5. If |parseMultiple| is false
174174
subdivide |value| into a list of {{CSSStyleValue}} objects,
175175
each representing one [=list-valued property iteration=],
176176
and let |value| be the first entry in this list.

0 commit comments

Comments
 (0)