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
[css-properties-values-api] Specify <string> syntax component name
Fixes #1103
  • Loading branch information
zrhoffman committed Aug 3, 2023
commit 1cfb99605da16c74c393851c52352d9f4cbebb74
5 changes: 5 additions & 0 deletions css-properties-values-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ and <code>"&lt;percentage>"</code> values:
(such as a [=math function=]),
the computed value is defined by that function.

For <code>"&lt;string>"</code> values,
the computed value is as specified.

For <code>"&lt;color>"</code> values,
the value is computed by [=resolving color values=].

Expand Down Expand Up @@ -943,6 +946,8 @@ corresponding types accepted by the resulting <a>syntax component</a>.
: "&lt;length-percentage>"
:: Any valid <<length>> or <<percentage>> value, any valid <<calc()>>
expression combining <<length>> and <<percentage>> components.
: "&lt;string>"
:: Any valid <<string>> value
: "&lt;color>"
:: Any valid <<color>> value
: "&lt;image>"
Expand Down