Skip to content

Commit

Permalink
fix: HTML Validation issue (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 12, 2021
1 parent f4b8c9c commit f0cfd43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/css/color_value/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ <h3 id="Mozilla_System_Color_Extensions">Mozilla System Color Extensions</h3>
</dd>
<dt>-moz-win-accentcolor</dt>
<dd>
Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.</p>
Used to access the Windows 10 custom accent color that you can set on the start menu, taskbar, title bars, etc.
</dd>
<dt>-moz-win-accentcolortext</dt>
<dd>
Expand Down Expand Up @@ -1335,8 +1335,8 @@ <h3 id="RGB_transparency_variations">RGB transparency variations</h3>
rgba(51, 170, 51, 1) <span style="background: rgba(51, 170, 51, 1);"> /* full opaque green */ </span>

/* 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)
Expand Down

0 comments on commit f0cfd43

Please sign in to comment.