File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments