Skip to content

Commit b706bd7

Browse files
committed
[css-color] typo
1 parent a5e794f commit b706bd7

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

css-color/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Foreground Color: the 'color' property</h2>
9494
<h2 id='color-type'>
9595
RGB Colors: the <<color>> type</h2>
9696

97-
CSS colors are represented by a triplet of values &mdash;
98-
red, green, and blue &mdash;
97+
CSS colors are represented by a triplet of values--
98+
red, green, and blue--
9999
identifying a point in the sRGB color space [[!SRGB]].
100100
This is an internationally-recognized, device-independent color space,
101101
and so is useful for specifying colors that will be displayed on a computer screen,
@@ -121,7 +121,7 @@ RGB Colors: the <<color>> type</h2>
121121
In total, a <<color>> can be expressed with
122122
the ''rgb()'' and ''rgba()'' functions,
123123
the ''hsl()'' and ''hsla()'' functions,
124-
the ''hswb()'' notation,
124+
the ''hwb()'' notation,
125125
the <a>hex color</a> notations,
126126
or as a <a>named color</a>.
127127

css-color/Overview.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ <h2 class="heading settled heading" data-level=2 id=the-color-property><span cla
234234
<h2 class="heading settled heading" data-level=3 id=color-type><span class=secno>3 </span><span class=content>
235235
RGB Colors: the <a class="production css-code" data-link-type=type href=#typedef-color title="<color>">&lt;color&gt;</a> type</span><a class=self-link href=#color-type></a></h2>
236236

237-
<p> CSS colors are represented by a triplet of values —
238-
red, green, and blue —
239-
identifying a point in the sRGB color space <a data-biblio-type=normative data-link-type=biblio href=#srgb title=srgb>[SRGB]</a>.
237+
<p> CSS colors are represented by a triplet of values—<wbr>red, green, and blue—<wbr>identifying a point in the sRGB color space <a data-biblio-type=normative data-link-type=biblio href=#srgb title=srgb>[SRGB]</a>.
240238
This is an internationally-recognized, device-independent color space,
241239
and so is useful for specifying colors that will be displayed on a computer screen,
242240
but is also useful for displaying colors on other types of devices, like printers.
@@ -261,7 +259,7 @@ <h2 class="heading settled heading" data-level=3 id=color-type><span class=secno
261259
<p> In total, a <a class="production css-code" data-link-type=type href=#typedef-color title="<color>">&lt;color&gt;</a> can be expressed with
262260
the <a class=css data-link-type=maybe href=#funcdef-rgb title=rgb()>rgb()</a> and <a class=css data-link-type=maybe href=#funcdef-rgba title=rgba()>rgba()</a> functions,
263261
the <a class=css data-link-type=maybe href=#funcdef-hsl title=hsl()>hsl()</a> and <a class=css data-link-type=maybe href=#funcdef-hsla title=hsla()>hsla()</a> functions,
264-
the <span class=css data-link-type=maybe title=hswb()>hswb()</span> notation,
262+
the <a class=css data-link-type=maybe href=#funcdef-hwb title=hwb()>hwb()</a> notation,
265263
the <a data-link-type=dfn href=#hex-color title="hex color">hex color</a> notations,
266264
or as a <a data-link-type=dfn href=#named-color title="named color">named color</a>.
267265

0 commit comments

Comments
 (0)