From 0c783a83abb6f6e80557f798a895dd5b41665dd0 Mon Sep 17 00:00:00 2001 From: ScientificWare Date: Fri, 12 Aug 2022 22:22:25 +0200 Subject: [PATCH 1/3] Tipo about lime I suspect typos in example 4 and example 26. --- css-color-4/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 9d4a0e4af16..03a586b7b73 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -505,7 +505,7 @@ Foreground Color: the 'color' property
The <> type provides multiple ways to syntactically specify a given color. - For example, the following declarations all specify the sRGB color “lime green”: + For example, the following declarations all specify the sRGB color “lime”:
 		em { color:  lime; }   /* color keyword  */
 		em { color:  rgb(0 255 0); } /* RGB range 0-255   */
@@ -1178,7 +1178,7 @@ The RGB Hexadecimal Notations: ''#RRGGBB''
 			The alpha channel of the color is fully opaque.
 
 			
- In other words, ''#00ff00'' represents the same color as ''rgb(0 255 0)'' (a lime green). + In other words, ''#00ff00'' represents the same color as ''rgb(0 255 0)'' (a lime).
8 digits From 24c7e21b1a9e8e9dfcd848e605eb9ecbd033a33b Mon Sep 17 00:00:00 2001 From: ScientificWare Date: Sat, 13 Aug 2022 10:03:28 +0200 Subject: [PATCH 2/3] Create Overview.bs This suggestion respect all other references about the "lime" color. --- css-color-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 03a586b7b73..3ed50b87df6 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -1178,7 +1178,7 @@ The RGB Hexadecimal Notations: ''#RRGGBB'' The alpha channel of the color is fully opaque.
- In other words, ''#00ff00'' represents the same color as ''rgb(0 255 0)'' (a lime). + In other words, ''#00ff00'' represents the same color as ''rgb(0 255 0)'' (a "lime" color).
8 digits From 124e0b4933904b8b53e7ee37615826c97e05449e Mon Sep 17 00:00:00 2001 From: ScientificWare Date: Sun, 14 Aug 2022 08:56:13 +0200 Subject: [PATCH 3/3] Update Overview.bs --- css-color-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 3ed50b87df6..2057084c4dc 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -1178,7 +1178,7 @@ The RGB Hexadecimal Notations: ''#RRGGBB'' The alpha channel of the color is fully opaque.
- In other words, ''#00ff00'' represents the same color as ''rgb(0 255 0)'' (a "lime" color). + In other words, ''#00ff00'' represents the same color as ''rgb(0 255 0)'' (a lime green).
8 digits