From ee9b0a6a18f2b837935eb12c8bc3b1dceb0e5f16 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 11 Mar 2021 17:23:42 -0500 Subject: [PATCH] fix: HTML Validation issue --- files/en-us/web/css/color_value/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/css/color_value/index.html b/files/en-us/web/css/color_value/index.html index 52a2b5af4466ae2..de17f975ef2c2eb 100644 --- a/files/en-us/web/css/color_value/index.html +++ b/files/en-us/web/css/color_value/index.html @@ -1183,7 +1183,7 @@

Mozilla System Color Extensions

-moz-win-accentcolor
- Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.

+ Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.
-moz-win-accentcolortext
@@ -1335,8 +1335,8 @@

RGB transparency variations

rgba(51, 170, 51, 1) /* full opaque green */ /* Whitespace syntax */ -rgba(51 170 51 / 0.4) /* 40% opaque green */ -rgba(51 170 51 / 40%) /* 40% opaque green */ +rgba(51 170 51 / 0.4) /* 40% opaque green */ +rgba(51 170 51 / 40%) /* 40% opaque green */ /* Functional syntax with floats value */ rgba(255, 0, 153.6, 1)