Skip to content

Commit 8bf2084

Browse files
committed
[css-typed-om] Fix bikeshed fatal error regarding markdown indent.
1 parent 61496ed commit 8bf2084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
318318
3. If {{StylePropertyMap}}’s [=property model=] contains an entry for |property|:
319319

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

323323
2. If |property| is not a [=list-valued property=],
324-
let |values| initially be the empty [=list=] and append
325-
the |value| assigned to the |property| to this list
326-
and return |values|.
324+
let |values| initially be the empty [=list=] and append
325+
the |value| assigned to the |property| to this list
326+
and return |values|.
327327

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

0 commit comments

Comments
 (0)