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
* Updating the contrast value
* Rain's suggested wording
* removing the SRGB reference
@michaelc does this work for removing a bib entry?
* Meeting updates.
* Aligned understandings docs
From AWK comment.
<p>The "^" character is the exponentiation operator. (Formula taken from [[sRGB]] and
38
+
<p>The "^" character is the exponentiation operator. (Formula taken from
39
39
[[IEC-4WD]]).
40
40
p>
41
41
42
42
div>
43
+
44
+
<pclass="note">Before May 2021 the value of 0.04045 in the definition was different (0.03928). It was taken from an older version of the specification and has been updated. It has no practical effect on the calculations in the context of these guidelines.p>
43
45
44
46
<pclass="note">Almost all systems used today to view Web content assume sRGB encoding. Unless it
45
47
is known that another color space will be used to process and display the content,
Copy file name to clipboardExpand all lines: techniques/general/G145.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
<ul>
53
53
<li>if R
54
54
sRGB
55
-
<= 0.03928 then
55
+
<= 0.04045 then
56
56
<strong>Rstrong>
57
57
= R
58
58
sRGB
@@ -63,7 +63,7 @@
63
63
+0.055)/1.055) ^ 2.4li>
64
64
<li>if G
65
65
sRGB
66
-
<= 0.03928 then
66
+
<= 0.04045 then
67
67
<strong>Gstrong>
68
68
= G
69
69
sRGB
@@ -74,7 +74,7 @@
74
74
+0.055)/1.055) ^ 2.4li>
75
75
<li>if B
76
76
sRGB
77
-
<= 0.03928 then
77
+
<= 0.04045 then
78
78
<strong>Bstrong>
79
79
= B
80
80
sRGB
@@ -146,6 +146,7 @@
146
146
<li>#4 is trueli>
147
147
ul>
148
148
section>
149
+
<pclass="note">Before May 2021 the value of 0.04045 in the definition was different (0.03928). It was taken from an older version of the specification and has been updated. It has no practical effect on the calculations in the context of these guidelines.p>
Copy file name to clipboardExpand all lines: techniques/general/G17.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
<ul>
54
54
<li>if R
55
55
sRGB
56
-
<= 0.03928 then
56
+
<= 0.04045 then
57
57
<strong>Rstrong>
58
58
= R
59
59
sRGB
@@ -64,7 +64,7 @@
64
64
+0.055)/1.055) ^ 2.4li>
65
65
<li>if G
66
66
sRGB
67
-
<= 0.03928 then
67
+
<= 0.04045 then
68
68
<strong>Gstrong>
69
69
= G
70
70
sRGB
@@ -75,7 +75,7 @@
75
75
+0.055)/1.055) ^ 2.4li>
76
76
<li>if B
77
77
sRGB
78
-
<= 0.03928 then
78
+
<= 0.04045 then
79
79
<strong>Bstrong>
80
80
= B
81
81
sRGB
@@ -147,6 +147,7 @@
147
147
<li>#4 is trueli>
148
148
ul>
149
149
section>
150
+
<pclass="note">Before May 2021 the value of 0.04045 in the definition was different (0.03928). It was taken from an older version of the specification and has been updated. It has no practical effect on the calculations in the context of these guidelines.p>
Copy file name to clipboardExpand all lines: techniques/general/G18.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
<ul>
59
59
<li>if R
60
60
sRGB
61
-
<= 0.03928 then
61
+
<= 0.04045 then
62
62
<strong>Rstrong>
63
63
= R
64
64
sRGB
@@ -69,7 +69,7 @@
69
69
+0.055)/1.055) ^ 2.4li>
70
70
<li>if G
71
71
sRGB
72
-
<= 0.03928 then
72
+
<= 0.04045 then
73
73
<strong>Gstrong>
74
74
= G
75
75
sRGB
@@ -80,7 +80,7 @@
80
80
+0.055)/1.055) ^ 2.4li>
81
81
<li>if B
82
82
sRGB
83
-
<= 0.03928 then
83
+
<= 0.04045 then
84
84
<strong>Bstrong>
85
85
= B
86
86
sRGB
@@ -152,6 +152,7 @@
152
152
<li>#4 is true.li>
153
153
ul>
154
154
section>
155
+
<pclass="note">Before May 2021 the value of 0.04045 in the definition was different (0.03928). It was taken from an older version of the specification and has been updated. It has no practical effect on the calculations in the context of these guidelines.p>
Copy file name to clipboardExpand all lines: understanding/20/contrast-enhanced.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -163,13 +163,13 @@
Rationale for the Ratios Chosen
163
163
164
164
<h3>Notes on formulah3>
165
165
166
-
<p>Conversion from nonlinear to linear RGB values is based on IEC/4WD 61966-2-1 [[IEC-4WD]] and on "A Standard Default Color Space for the Internet - sRGB" [[sRGB]].p>
166
+
<p>Conversion from nonlinear to linear RGB values is based on IEC/4WD 61966-2-1 [[IEC-4WD]].p>
167
167
168
168
<p>The formula (L1/L2) for contrast is based on [[ISO-9241-3]] and [[ANSI-HFES-100-1988]] standards.p>
169
169
170
170
<p>The ANSI/HFS 100-1988 standard calls for the contribution from ambient light to be
171
171
included in the calculation of L1 and L2. The .05 value used is based on Typical Viewing
172
-
Flare from [[IEC-4WD]] and the [[sRGB]] paper by M. Stokes et al.
172
+
Flare from [[IEC-4WD]].
173
173
p>
174
174
175
175
<p>This Success Criterion and its definitions use the terms "contrast ratio" and "relative
Copy file name to clipboardExpand all lines: understanding/20/contrast-minimum.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -223,13 +223,13 @@
Rationale for the Ratios Chosen
223
223
224
224
<h3>Notes on formulah3>
225
225
226
-
<p>Conversion from nonlinear to linear RGB values is based on IEC/4WD 61966-2-1 [[IEC-4WD]] and on "A Standard Default Color Space for the Internet - sRGB" [[sRGB]].p>
226
+
<p>Conversion from nonlinear to linear RGB values is based on IEC/4WD 61966-2-1 [[IEC-4WD]].p>
227
227
228
228
<p>The formula (L1/L2) for contrast is based on [[ISO-9241-3]] and [[ANSI-HFES-100-1988]] standards.p>
229
229
230
230
<p>The ANSI/HFS 100-1988 standard calls for the contribution from ambient light to be
231
231
included in the calculation of L1 and L2. The .05 value used is based on Typical Viewing
232
-
Flare from [[IEC-4WD]] and the [[sRGB]] paper by M. Stokes et al.
232
+
Flare from [[IEC-4WD]].
233
233
p>
234
234
235
235
<p>This Success Criterion and its definitions use the terms "contrast ratio" and "relative
0 commit comments