Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion techniques/general/G145.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
that is presented over a background. This technique relaxes the 4.5:1
contrast ratio requirement for text that is at least 18 point (if not bold) or at least 14 point (if bold).</p>
<div class="note">
<p>When evaluating this success criterion, the font size in points should be obtained from the user agent or calculated on font metrics in the way that user agents do. Point sizes are based on the CSS pt size <a href="">CSS3 Values</a>. The ratio between sizes in points and CSS pixels is 1pt = 1.333px, therefore 14pt and 18pt are equivalent to approximately 18.5px and 24px.</p>
<p>When evaluating this success criterion, the font size in points should be obtained from the user agent or calculated on font metrics in the way that user agents do. Point sizes are based on the CSS pt size <a href="https://www.w3.org/TR/css3-values/#absolute-lengths">CSS3 Values</a>. The ratio between sizes in points and CSS pixels is 1pt = 1.333px, therefore 14pt and 18pt are equivalent to approximately 18.5px and 24px.</p>
</div>
<p>If the background is a solid color (or all black or all white) then the
contrast ratio of the larger-scale text can be maintained by making sure that each
Expand Down