Skip to content

Commit 39494c2

Browse files
committed
[css-sizing-3] Tweak wording, attempt 2. #2315
1 parent 8982f7d commit 39494c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ Box Edges for Sizing: the 'box-sizing' property</h3>
522522
Animation type: discrete
523523
</pre>
524524

525-
The 'box-sizing' property switches the box model
526-
between assigning fixed sizes such as <<length>>s and <<percentage>>s
527-
to the <a>content box</a> and the <a>border box</a>.
525+
The 'box-sizing' property defines whether
526+
fixed sizes (such as <<length>>s and <<percentage>>s)
527+
are assigned to the <a>content box</a> or to the <a>border box</a>.
528528
It affects the interpretation of all <a>sizing properties</a>,
529529
including 'flex-basis'.
530530

0 commit comments

Comments
 (0)