Skip to content

Commit

Permalink
[css-color-5] Fix markup
Browse files Browse the repository at this point in the history
Typos from #11652.
  • Loading branch information
cdoublev authored and svgeesus committed Feb 6, 2025
1 parent 426eb9b commit 4bd0df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ or any other color or monochrome output device which has been characterized.

<pre class='prod'>
<dfn export>&lt;color-space></dfn> = <<rectangular-color-space>> | <<polar-color-space>> | <<custom-color-space>>
<dfn export>&lt;rectangular-color-space></dfn> = <l>''srgb''</l> | <l>''srgb-linear''</l> | <l>''display-p3''</l> | <l>''a98-rgb''</l> | <l>''prophoto-rgb''</l> | <l>''rec2020''</l> | <l>''lab''</l> | <l>''oklab''</l> | <l>''xyz'' | ''xyz-d50'' | ''xyz-d65''</l>
<dfn export>&lt;rectangular-color-space></dfn> = <l>''srgb''</l> | <l>''srgb-linear''</l> | <l>''display-p3''</l> | <l>''a98-rgb''</l> | <l>''prophoto-rgb''</l> | <l>''rec2020''</l> | <l>''lab''</l> | <l>''oklab''</l> | <l>''xyz''</l> | <l>''xyz-d50''</l> | <l>''xyz-d65''</l>
<dfn export>&lt;polar-color-space></dfn> = <l>''hsl''</l> | <l>''hwb''</l> | <l>''lch''</l> | <l>''oklch''</l>
<dfn export>&lt;custom-color-space></dfn> = <<dashed-ident>>
<dfn export>&lt;hue-interpolation-method></dfn> = [ shorter | longer | increasing | decreasing ] hue
Expand Down
2 changes: 1 addition & 1 deletion css-easing-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ It is defined by a number of <dfn for=steps()>steps</dfn>, and a <dfn for=steps(
It has the following syntax:

<pre class="prod">
<dfn>&lt;step-easing-function></dfn> = ''step-start'' | ''step-end'' | <<steps()>>
<dfn>&lt;step-easing-function></dfn> = <l>''step-start''</l> | <l>''step-end''</l> | <<steps()>>
<dfn>steps()</dfn> = steps( <<integer>>, <<step-position>>?)
<dfn type>&lt;step-position></dfn> = <l>''jump-start''</l> | <l>''jump-end''</l> | <l>''jump-none''</l> | <l>''jump-both''</l>
Expand Down

0 comments on commit 4bd0df8

Please sign in to comment.