We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8982f7d commit 39494c2Copy full SHA for 39494c2
css-sizing-3/Overview.bs
@@ -522,9 +522,9 @@ Box Edges for Sizing: the 'box-sizing' property</h3>
522
Animation type: discrete
523
</pre>
524
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>.
+ The 'box-sizing' property defines whether
+ fixed sizes (such as <<length>>s and <<percentage>>s)
+ are assigned to the <a>content box</a> or to the <a>border box</a>.
528
It affects the interpretation of all <a>sizing properties</a>,
529
including 'flex-basis'.
530
0 commit comments