From 069c8d3ea4e430a7a7643eaffe7b4d0fafd863c6 Mon Sep 17 00:00:00 2001 From: zjopy <33468089+zjopy@users.noreply.github.com> Date: Sat, 25 Jul 2020 02:21:28 +0300 Subject: [PATCH 1/2] fix: clarify grammar --- css-backgrounds-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-backgrounds-3/Overview.bs b/css-backgrounds-3/Overview.bs index 907c85e98c42..32331a302ed9 100644 --- a/css-backgrounds-3/Overview.bs +++ b/css-backgrounds-3/Overview.bs @@ -1008,7 +1008,7 @@ body {

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.


From 74f4f756cbd972e98668bbf1d3820339aafdd0c6 Mon Sep 17 00:00:00 2001
From: zjopy <33468089+zjopy@users.noreply.github.com>
Date: Sat, 25 Jul 2020 02:22:34 +0300
Subject: [PATCH 2/2] fix: typo

---
 css-values-4/Overview.bs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs
index 91840b41bdb9..801daaa57c82 100644
--- a/css-values-4/Overview.bs
+++ b/css-values-4/Overview.bs
@@ -1016,7 +1016,7 @@ Compatible Units
 	all value types (percentages, numbers, keywords, etc.)
 	that represent lengths are considered compatible with lengths.
 	Likewise any future API that returns used values
-	must consider any values represent distances/durations/frequencies/etc.
+	must consider any values that represent distances/durations/frequencies/etc.
 	as compatible with the relevant class of dimensions,
 	and canonicalize accordingly.