Skip to content

Commit 92bf07c

Browse files
committed
Editorial: rely on CSS Color to define sRGB
1 parent bdeca21 commit 92bf07c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6171,8 +6171,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
61716171
<!--en-GB--><h4 id="colours">Colors</h4>
61726172

61736173
<p>A <!--en-GB--><dfn id="simple-colour">simple color</dfn> consists of three 8-bit numbers in the
6174-
range 0..255, representing the red, green, and blue components of the color respectively, in the
6175-
sRGB color space. <ref spec=SRGB></p>
6174+
range 0 to 255, inclusive, representing the red, green, and blue components of the color
6175+
respectively, in the <span>'srgb'</span> color space.</p>
61766176

61776177
<p>A string is a <!--en-GB--><dfn id="valid-simple-colour">valid simple color</dfn> if it is
61786178
exactly seven characters long, and the first character is a U+0023 NUMBER SIGN character (#), and
@@ -124214,9 +124214,6 @@ INSERT INTERFACES HERE
124214124214
<dt id="refsSTRUCTURED-FIELDS">[STRUCTURED-FIELDS]</dt>
124215124215
<dd><cite><a href="https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html">Structured Field Values for HTTP</a></cite>, M. Nottingham, P-H. Kamp. IETF.</dd>
124216124216

124217-
<dt id="refsSRGB">[SRGB]</dt>
124218-
<dd><cite lang="en-GB"><a href="https://webstore.iec.ch/publication/6169">IEC 61966-2-1: Multimedia systems and equipment &mdash; Colour measurement and management &mdash; Part 2-1: Colour management &mdash; Default RGB colour space &mdash; sRGB</a></cite>. IEC.</dd>
124219-
124220124217
<dt id="refsSRI">[SRI]</dt>
124221124218
<dd><cite><a href="https://w3c.github.io/webappsec-subresource-integrity/">Subresource Integrity</a></cite>, D. Akhawe, F. Braun, F. Marier, J. Weinberger. W3C.</dd>
124222124219

0 commit comments

Comments
 (0)