Re: [w3c/manifest] BREAKING CHANGE: Replace "badge" with "monochrome" (#833)

@NotWoods commented on this pull request.



> +          indicate that an icon can have an user-agent-specified color applied
+          by adding the <a>monochrome</a> purpose. This allows the platform
+          to ensure that the icon looks well integrated with the platform, and
+          even apply different colors and padding in different places
+          throughout the platform.
+        </p>
+        <p>
+          When processing a <a>monochrome</a> icon, the user agent MUST NOT
+          use the red component, green component, or blue component of a pixel.
+          The user agent SHOULD display each pixel with its original alpha
+          value, but with a red, green, and blue value of the user agent's
+          choosing. It is RECOMMENDED that the user agent use the same color
+          value for all pixels.
+        </p>
+        <p class="note">
+          Designers of <a>monochrome</a> icons could set all pixels to black

Yes, as it would make it clear the icon is shown without color

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/833#discussion_r438248695

Received on Wednesday, 10 June 2020 16:17:09 UTC