You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color/Overview.bs
+14-61
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,20 @@ Notes On Using Colors</h3>
144
144
<li><a href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-without-color"><em>1.4.1 Use of Color:</em> Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element</a>
145
145
</ul>
146
146
147
+
<h3 id='sRGB'>Colors in sRGB</h3>
148
+
149
+
Colors specified in CSS, HTML, and untagged images are in the sRGB color space ([[!SRGB]]).
150
+
151
+
<p class="note">This is not yet reliably implemented across implementations, though it has been shown to be implementable. Implementing it compatibly may require notifying plugins to treat untagged colors in the same way to avoid issues with colors not matching each other within a page.</p>
152
+
153
+
An <dfn export>untagged image</dfn> is an image that is not explicitly assigned a color profile, as defined by the image format.
154
+
155
+
Note that this rule does not apply to videos, since untagged video should be presumed to be in CCIR 601.
156
+
157
+
<p class="issue">
158
+
Really? Shouldn't video be consistent with images?
0 commit comments