Skip to content

Commit 538d530

Browse files
committed
[css-sizing-3] Improve headings
1 parent 86526ea commit 538d530

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

css-sizing-3/Overview.bs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,18 @@ Intrinsic Size Constraints</h3>
277277
Specifying Box Sizes</h2>
278278

279279
<h3 id="sizing-properties">
280-
Sizing Properties: the 'width', 'height', 'min-width', 'min-height', 'max-width', and 'max-height' properties</h3>
280+
Sizing Properties</h3>
281281

282282
This section defines the <dfn lt="sizing property">sizing properties</dfn>
283283
'width', 'height', 'min-width', 'min-height', 'max-width', and 'max-height'.
284+
Their potential values are defined in the next section,
285+
[[#sizing-values]].
284286

285287
Note: Additional <a>flow-relative</a> aliases to these properties are defined in [[CSS-LOGICAL-1]].
286288

289+
<h4 id="preferred-size-properties">
290+
Preferred Size Properties: the 'width and 'height' properties</h4>
291+
287292
<pre class=propdef>
288293
Name: width, height
289294
Value: auto | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>
@@ -298,6 +303,9 @@ Sizing Properties: the 'width', 'height', 'min-width', 'min-height', 'max-width'
298303
The 'width' and 'height' properties specify
299304
the preferred (<a>physical</a>) <dfn>width</dfn> and <dfn>height</dfn> of the box, respectively.
300305

306+
<h4 id="preferred-size-properties">
307+
Minimum Size Properties: the 'min-width and 'min-height' properties</h4>
308+
301309
<pre class=propdef>
302310
Name: min-width, min-height
303311
Value: auto | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>
@@ -317,6 +325,9 @@ Sizing Properties: the 'width', 'height', 'min-width', 'min-height', 'max-width'
317325
Note: The initial value of ''min-width/auto'' is new;
318326
in [[CSS2]] the initial value was zero.
319327

328+
<h4 id="preferred-size-properties">
329+
Maximum Size Properties: the 'max-width and 'max-height' properties</h4>
330+
320331
<pre class=propdef>
321332
Name: max-width, max-height
322333
Value: none | <<length-percentage>> | min-content | max-content | <nobr>fit-content(<<length-percentage>>)</nobr>

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2807,7 +2807,7 @@ revisions of CSS while the implementation of
28072807
{{Window/getComputedStyle()}} had to
28082808
remain the same for compatibility with deployed scripts. To address this
28092809
issue this specification introduces the concept of a
2810-
<dfn>resolved value</dfn>.
2810+
<dfn export>resolved value</dfn>.
28112811

28122812
The <a>resolved value</a> for a given longhand property can be determined
28132813
as follows:

0 commit comments

Comments
 (0)