Skip to content

Commit

Permalink
[css-typed-om] Fix link error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jul 20, 2018
1 parent a546412 commit ff17713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ interface StylePropertyMap : StylePropertyMapReadOnly {

1. Standardized properties
(not [=custom properties=] or vendor-prefixed properties),
[=ASCII-lowercased=]
[=ASCII lowercased=]
and then sorted in increasing code-point order.
2. Vendor-prefixed/experimental properties
(those whose name starts with a single dash),
[=ASCII-lowercased=]
[=ASCII lowercased=]
and then sorted in increasing code-point order.
3. [=Custom properties=],
sorted in increasing code-point order.
Expand Down

0 comments on commit ff17713

Please sign in to comment.