Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ and parseMultiple set to true.
Otherwise,
let |value| be the parsed result.

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

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