diff --git a/src/lib/components/ratio/ColorIssues.svelte b/src/lib/components/ratio/ColorIssues.svelte index f83f1e3..9c094f2 100644 --- a/src/lib/components/ratio/ColorIssues.svelte +++ b/src/lib/components/ratio/ColorIssues.svelte @@ -1,25 +1,13 @@ -
- Known Color Issues -
-
Gamut Mapping Implementation
-
+
+
+

Known Color Issues

+
    +
  • +

    Gamut Mapping Implementation

    Browsers implemented gamut mapping using clipping, which is fast but provides inferior results compared to the algorithm defined in the . Until browsers are updated, colors that are out of gamut for your screen may be displayed very differently than expected.

    -
-
Checking for Out of Gamut Colors
-
+ +
  • +

    Checking for Out of Gamut Colors

    The new color features in CSS allow for a much wider range of colors, many of which cannot be shown on many (or any) screens. When selecting @@ -53,42 +41,25 @@ When a color is out of gamut for the user's screen, the browser will adjust the color to be in gamut.

    -
  • -
    -
    + + +