Which HTML element is used to provide a concise title for an SVG graphic?
A). <title>
B). <alt>
C). <description>
D). <caption>
What is the purpose of providing alternative text (alt text) for SVG content?
A). To provide a text alternative for users who cannot see the graphic
B). To add decorative elements to SVG graphics
C). To specify the exact dimensions of the SVG graphic
D). To control the color scheme of SVG graphics
Which attribute is used to associate an SVG graphic with its descriptive content for accessibility purposes?
A). aria-labelledby
B). role='description'
C). alt
D). title
What is the role of alternative text (alt text) in SVG accessibility?
A). It provides a text alternative for users who cannot see the graphic
B). It adds visual effects to SVG graphics
C). It sets the width and height of the SVG graphic
D). It applies specific colors to SVG graphics
How can you specify a text alternative for an SVG graphic that enhances accessibility?
A). By using descriptive <title>
and <desc>
elements
B). By using complex animations within the SVG
C). By embedding JavaScript code within the SVG
D). By increasing the font size of the SVG graphic
What is the purpose of using semantic markup in SVG accessibility?
A). To enhance screen reader compatibility and usability
B). To increase the file size of SVG graphics
C). To add complex animations and effects to SVG graphics
D). To apply specific styles to SVG graphics
Which attribute is commonly used to reference an element providing a label or description for an SVG graphic?
A). aria-labelledby
B). role='label'
C). title
D). alt
How can you indicate that an SVG graphic is decorative and should be ignored by screen readers?
A). By adding role='presentation' or aria-hidden='true'
B). By using complex animations within the SVG
C). By embedding multimedia content within the SVG
D). By increasing the font size of the SVG graphic
How can you ensure that an SVG graphic is accessible to screen readers?
A). By providing alternative text (alt text) and using semantic markup
B). By using complex animations and effects
C). By embedding JavaScript code within the SVG
D). By increasing the file size of the SVG graphic
What is the recommended approach for adding descriptions to an SVG graphic for accessibility purposes?
A). Use the <desc>
element to provide detailed descriptions
B). Use complex animations and effects within the SVG
C). Use inline comments within the SVG code
D). Use raster images with accompanying text descriptions