Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing "golden hammer" language #354

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 1 addition & 13 deletions aria/graphics.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,19 +229,7 @@ <h1>Graphics Roles</h1>
<p>
Authors are given the ability to influence what is presented
to assistive technologies and to influence navigation through
the use of roles and properties. With graphics, there are many
cases where presenting and navigating every element will make the
graphic harder to understand and use.
Authors may mark elements for exclusion
from the semantic representation of the document
(the accessibility tree) by assigning
the role <rref>none</rref> or <rref>presentation</rref>.
The element with this role should be treated transparently
by assistive technologies, as if its children or text content
were directly contained by its parent element.
</p>
<p>
In addition, certain roles,
the use of roles and properties. Certain roles,
such as <rref>img</rref> or <rref>graphics-symbol</rref>,
when assigned to a parent element, will cause all child
DOM structure to be omitted from the accessibility tree.
Expand Down