Skip to content

Commit

Permalink
Update relative-luminance.html fix broken links
Browse files Browse the repository at this point in the history
Closes #3490
  • Loading branch information
fstrr committed Oct 19, 2023
1 parent 2fbcec0 commit adb1312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guidelines/relative-luminance.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<h1>MathML version of the relative luminance definition</h1>
<p>The following is a MathML version of the <a href="./#relativeluminancedef">WCAG 2.2 definition of relative luminance</a>. Refer to <a href="https://www.w3.org/Math/Software/mathml_software_cat_browsers.html">MathML Software - Browsers</a> for information about browsers and plugins that support MathML which you may need in order to correctly display the information on this page.</p>
<p>The following is a MathML version of the <a href="./#dfn-relative-luminance">WCAG 2.2 definition of relative luminance</a>. Refer to <a href="https://www.w3.org/Math/Software/mathml_software_cat_browsers.html">MathML Software - Browsers</a> for information about browsers and plugins that support MathML which you may need in order to correctly display the information on this page.</p>
<dl>
<dt><dfn data-dfn-type="dfn" id="dfn-relative-luminance" tabindex="0">relative luminance</dfn></dt>
<dd><p>the relative brightness of any point in a colorspace, normalized to 0 for darkest black and 1 for lightest white</p>
Expand Down Expand Up @@ -335,7 +335,7 @@ <h1>MathML version of the relative luminance definition</h1>
</mfrac>
</mstyle>
</math></li>
</ul><p>(Formula taken from [<cite><a class="bibref" data-link-type="biblio" href="http://github/w3c/wcag/guidelines/#bib-srgb" title="Multimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB">SRGB</a></cite>].) </p>
</ul><p>(Formula taken from [<cite><a class="bibref" data-link-type="biblio" href="./#bib-srgb" title="Multimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB">SRGB</a></cite>].) </p>
</div>
</div>
<div class="note" role="note" id="issue-container-generatedID-129"><div role="heading" class="note-title marker" id="h-note-129" aria-level="3"><span>Note</span><!---0.410359%--></div><p class="">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></div>
Expand Down

0 comments on commit adb1312

Please sign in to comment.