Skip to content

Commit 2ef7fe1

Browse files
committed
[css-color-4] Editorial cleanup of intro subsections.
1 parent 8e1923e commit 2ef7fe1

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

css-color-4/Overview.bs

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,22 @@ Representing Colors: the <<color>> type</h2>
131131
i.e. <nobr>''rgb(0 0 0 / 0%)''</nobr>.
132132

133133
<h3 id="notes">
134-
Notes On Using Colors</h3>
134+
Accessibility and Conveying Information By Color</h3>
135135

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.
140141

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+
> Color is not used as the only visual means of conveying information,
144+
> indicating an action, prompting a response, or distinguishing a visual element</a>
144145

145-
<h3 id='sRGB'>Colors in sRGB</h3>
146+
<h3 id='sRGB'>
147+
Color Spaces of Untagged Colors</h3>
146148

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]])
148150
unless otherwise specified.
149151

150152
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>
154156
* At 720p, it is SMPTE ST 296 (same colorimetry as 709) [[!SMPTE296]]
155157
* At 1080p, it is Recommendation ITU-R BT.709 [[!ITU-R-BT.709]]
156158

157-
Issue(287):
159+
Issue(287): What is the colorspace for <{video}>?
158160

159-
<h2 id='resolving-color-values'>
160-
Resolving Color values</h2>
161+
<h3 id='resolving-color-values'>
162+
Resolving <<color>> Values</h3>
161163

162164
Unless otherwise specified for a particular property,
163165
[=specified value|specified=] colors are resolved to

0 commit comments

Comments
 (0)