We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2949fb8 commit 3681dcfCopy full SHA for 3681dcf
1 file changed
css-values/Overview.bs
@@ -693,8 +693,8 @@ Percentages: the <<percentage>> type</h3>
693
where the <<percentage>> will resolve to a <<number>>.
694
695
<div class="example">
696
- For example, the 'width' property accepts a <<length>> or a <<percentage>>,
697
- where both represent a distance.
+ For example, the 'width' property can accept a <<length>> or a <<percentage>>,
+ both representing a measure of distance.
698
This means that ''width: calc(500px + 50%);'' is allowed--
699
both values are converted to absolute lengths and added.
700
If the containing block is ''1000px'' wide,
0 commit comments