Skip to content

Commit 8b5cd48

Browse files
committed
Remove extraneous comment that also happened to have a fatal error.
1 parent 99d5c33 commit 8b5cd48

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
@@ -218,7 +218,7 @@ is initialized differently depending on where the {{CSSStyleValue}} is used
218218
[[#declared-stylepropertymap-objects]], and
219219
[[#inline-stylepropertymap-objects]]).
220220

221-
All properties stored on the [=property model=] in {{StylePropertyMapReadOnly}} are [=ASCII case-insensitive=] within the ASCII range (i.e., [a-z] and [A-Z] are equivalent).
221+
All properties stored on the [=property model=] in {{StylePropertyMapReadOnly}} are [=ASCII case-insensitive=].
222222

223223
<div class='note'>
224224
The sequence of {{CSSStyleValue}}s associated with a property do
@@ -300,7 +300,7 @@ The <dfn method for=StylePropertyMap>append(DOMString <var>property</var>,
300300

301301
3. If {{StylePropertyMap}}’s [=property model=] contains an entry for |property|,
302302
return the first value found in that entry.
303-
303+
304304
4. Else, return `null`.
305305
</div>
306306

0 commit comments

Comments
 (0)