Skip to content

Commit

Permalink
fixed liniting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Dec 10, 2024
1 parent 13e55f2 commit e759904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ <h2>SVG Graphics versus Bit-Mapped Images for Components</h2>

<h3>Limitations of Bit-Mapped Images</h3>

<p>The colors of pixels used in bit-mapped images (e.g. .png, .jpeg) can respond to media queries by changing the actual image rendered or by applying a <a href=""https://developer.mozilla.org/en-US/docs/Web/CSS/filter">CSS filter</a> to the image. Even when one or more of these techniques are used to respond to changes in contrast settings the resulting images may still be difficult or impossible for people with some types of visual impairments to see. Low resolution images also do not scale smoothly when the browser zoom features are used to increase the size of rendered content and the resulting distortion will make it more difficult or impossible for people to identify the component.</p>
<p>The colors of pixels used in bit-mapped images (e.g. .png, .jpeg) can respond to media queries by changing the actual image rendered or by applying a <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/filter">CSS filter</a> to the image. Even when one or more of these techniques are used to respond to changes in contrast settings the resulting images may still be difficult or impossible for people with some types of visual impairments to see. Low resolution images also do not scale smoothly when the browser zoom features are used to increase the size of rendered content and the resulting distortion will make it more difficult or impossible for people to identify the component.</p>

<p>Note: Bit-mapped images used for components should meet <a href="https://www.w3.org/TR/WCAG21/#contrast-minimum">WCAG 1.4.3: Contrast (Minimum)</a> requirement.</p>

Expand Down

0 comments on commit e759904

Please sign in to comment.