Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion css-color-hdr-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Mixing Dynamic Range Limits: the ''dynamic-range-limit-mix()'' function {#dynami
Its syntax is as follows:

<pre class='prod'>
<dfn>hdr-color()</dfn> = color-hdr([ <<color>> && <<number [0,infinity]>>? ]#{2})
<dfn>hdr-color()</dfn> = color-hdr([ <<color>> && <<number [0,]>>? ]#{2})
</pre>

<div class="example" id="ex-hdr-color-simple">
Expand Down
2 changes: 1 addition & 1 deletion css-flexbox-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ Minimum Flex Lines: the 'flex-line-count' property</h3>

<pre class='propdef'>
Name: flex-line-count
Value: <<integer [1, infinity]>>
Value: <<integer [1,]>>
Initial: 1
Applies to: [=multi-line=] [=flex containers=]
Inherited: no
Expand Down
Loading