Skip to content

Commit 3681dcf

Browse files
committed
[css-values] Wording tweak
1 parent 2949fb8 commit 3681dcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-values/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ Percentages: the <<percentage>> type</h3>
693693
where the <<percentage>> will resolve to a <<number>>.
694694

695695
<div class="example">
696-
For example, the 'width' property accepts a <<length>> or a <<percentage>>,
697-
where both represent a distance.
696+
For example, the 'width' property can accept a <<length>> or a <<percentage>>,
697+
both representing a measure of distance.
698698
This means that ''width: calc(500px + 50%);'' is allowed--
699699
both values are converted to absolute lengths and added.
700700
If the containing block is ''1000px'' wide,

0 commit comments

Comments
 (0)