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-4/Overview.bs
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -131,20 +131,22 @@ Representing Colors: the <<color>> type</h2>
131
131
i.e. <nobr>''rgb(0 0 0 / 0%)''</nobr>.
132
132
133
133
<h3 id="notes">
134
-
Notes On Using Colors</h3>
134
+
Accessibility and Conveying Information By Color</h3>
135
135
136
-
Although colors can add significant amounts of information to
137
-
documents and make them more readable, color by itself should not be the sole
138
-
means to convey important information. Please consider the
139
-
W3C Web Content Accessibility Guidelines [[WCAG20]] when including color in your documents.
136
+
Although colors can add significant information to documents
137
+
and make them more readable,
138
+
color by itself should not be the sole means to convey important information.
139
+
Authors should consider the W3C Web Content Accessibility Guidelines [[WCAG20]]
140
+
when using color in their documents.
140
141
141
-
<ul>
142
-
<li><a href="https://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>
143
-
</ul>
142
+
> <a href="https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-without-color"><em>1.4.1 Use of Color:</em>
143
+
> Coloris not used as the only visual means of conveying information,
144
+
> indicating an action, prompting a response, or distinguishing a visual element</a>
144
145
145
-
<h3 id='sRGB'>Colors in sRGB</h3>
146
+
<h3 id='sRGB'>
147
+
Color Spaces of Untagged Colors</h3>
146
148
147
-
Colors specified in CSS, HTML, and untagged images are in the sRGB color space ([[!SRGB]])
149
+
Colors specified in HTML and [=untagged images=] are in the sRGB color space ([[!SRGB]])
148
150
unless otherwise specified.
149
151
150
152
An <dfn export>untagged image</dfn> is an image that is not explicitly assigned a color profile, as defined by the image format.
@@ -154,10 +156,10 @@ Notes On Using Colors</h3>
154
156
* At 720p, it is SMPTE ST 296 (same colorimetry as 709) [[!SMPTE296]]
155
157
* At 1080p, it is Recommendation ITU-R BT.709 [[!ITU-R-BT.709]]
156
158
157
-
Issue(287):
159
+
Issue(287): What is the colorspace for <{video}>?
158
160
159
-
<h2 id='resolving-color-values'>
160
-
Resolving Color values</h2>
161
+
<h3 id='resolving-color-values'>
162
+
Resolving <<color>> Values</h3>
161
163
162
164
Unless otherwise specified for a particular property,
163
165
[=specified value|specified=] colors are resolved to
0 commit comments