Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-properties-values-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The following syntax strings are supported:
: "<resolution>"
:: Any valid <<resolution>> value
: "&lt;transform-function>"
:: Any valie <<transform-function>> value
:: Any valid <<transform-function>> value
: "&lt;custom-ident>"
:: Any valid <<custom-ident>> value
: Any string, the contents of which matches the <<ident>> production
Expand Down Expand Up @@ -250,7 +250,7 @@ For example, the following are all valid syntax strings.
and percentage values.
: <code>"&lt;length-percentage>"</code>
:: accepts all values that <code>"&lt;length> | &lt;percentage>"</code> would
accept, as well as calc expresssions containing a combination of both length
accept, as well as calc expressions containing a combination of both length
and percentage values.
: <code>"big | bigger | BIGGER"</code>
:: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".
Expand Down