Skip to content
Closed
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
11 changes: 2 additions & 9 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,8 @@ probably in an appendix.
2. If |property| is not a [=supported property name=],
[=throw=] a {{TypeError}} and exit this algorithm.

3. If {{StylePropertyMap}}’s [=contained properties map=] contains an entry for |property|:

1. If |property| is a [=list-valued property=],
return the list of |values| assigned to that property.

2. If |property| is not a [=list-valued property=],
let |values| initially be the empty [=list=] and append
the |value| assigned to the |property| to this list
and return |values|.
3. If {{StylePropertyMap}}’s [=contained properties map=] contains an entry for |property|
return the list of |values| assigned to that property.

4. Else, return an empty [=list=].

Expand Down