Skip to content

Commit d7e7176

Browse files
committed
[css-sizing] Fix the for='' values to be comma-separated.
1 parent a85ff76 commit d7e7176

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-sizing/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ New Keywords for 'width' and 'height'</h3>
233233
are represented in the width and height properties by the keywords
234234
defined above):
235235

236-
<dl dfn-type=value dfn-for="width min-width max-width height min-height max-height">
236+
<dl dfn-type=value dfn-for="width, min-width, max-width, height, min-height, max-height">
237237
<dt><dfn>fill</dfn>
238238
<dd>
239239
Use the <i>fill-available inline-size</i> or <i>fill-available block-size</i>,
@@ -293,7 +293,7 @@ Containing Floats</h3>
293293
</pre>
294294

295295
<dl>
296-
<dt><dfn for="min-width min-height" value>contain-floats</dfn>
296+
<dt><dfn for="min-width, min-height" value>contain-floats</dfn>
297297
<dd>
298298
Equivalent to ''min-width/min-content''
299299
except that when applied to the block-size of a block box

0 commit comments

Comments
 (0)