Skip to content

Commit ff17713

Browse files
committed
[css-typed-om] Fix link error.
1 parent a546412 commit ff17713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,11 @@ interface StylePropertyMap : StylePropertyMapReadOnly {
347347

348348
1. Standardized properties
349349
(not [=custom properties=] or vendor-prefixed properties),
350-
[=ASCII-lowercased=]
350+
[=ASCII lowercased=]
351351
and then sorted in increasing code-point order.
352352
2. Vendor-prefixed/experimental properties
353353
(those whose name starts with a single dash),
354-
[=ASCII-lowercased=]
354+
[=ASCII lowercased=]
355355
and then sorted in increasing code-point order.
356356
3. [=Custom properties=],
357357
sorted in increasing code-point order.

0 commit comments

Comments
 (0)