Skip to content

Commit 913d87d

Browse files
committed
[css-sizing] Markup fix. Fixes w3c#2318.
1 parent 9380555 commit 913d87d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Sizing Properties</h3>
287287
Note: Additional <a>flow-relative</a> aliases to these properties are defined in [[CSS-LOGICAL-1]].
288288

289289
<h4 id="preferred-size-properties">
290-
Preferred Size Properties: the 'width and 'height' properties</h4>
290+
Preferred Size Properties: the 'width' and 'height' properties</h4>
291291

292292
<pre class=propdef>
293293
Name: width, height
@@ -304,7 +304,7 @@ Preferred Size Properties: the 'width and 'height' properties</h4>
304304
the preferred (<a>physical</a>) <dfn>width</dfn> and <dfn>height</dfn> of the box, respectively.
305305

306306
<h4 id="min-size-properties">
307-
Minimum Size Properties: the 'min-width and 'min-height' properties</h4>
307+
Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
308308

309309
<pre class=propdef>
310310
Name: min-width, min-height
@@ -326,7 +326,7 @@ Minimum Size Properties: the 'min-width and 'min-height' properties</h4>
326326
in [[CSS2]] the initial value was zero.
327327

328328
<h4 id="max-size-properties">
329-
Maximum Size Properties: the 'max-width and 'max-height' properties</h4>
329+
Maximum Size Properties: the 'max-width' and 'max-height' properties</h4>
330330

331331
<pre class=propdef>
332332
Name: max-width, max-height

0 commit comments

Comments
 (0)