Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-backgrounds-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ body {
<p>The following example rounds the height of the image to 33.3%, up
from the specified value of 30%. At 30%, three images would fit
entirely and a fourth only partially. After rounding, three images
fit. The width of the image is 20% of the background area width and is
fit. The width of the image is 20% of the background positioning area width and is
not rounded.

<pre>
Expand Down
2 changes: 1 addition & 1 deletion css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ Compatible Units</h4>
all value types (percentages, numbers, keywords, etc.)
that represent lengths are considered <a>compatible</a> with lengths.
Likewise any future API that returns <a>used values</a>
must consider any values represent distances/durations/frequencies/etc.
must consider any values that represent distances/durations/frequencies/etc.
as <a>compatible</a> with the relevant class of <a>dimensions</a>,
and canonicalize accordingly.

Expand Down