diff --git a/aria/graphics.html b/aria/graphics.html index b7db2c86f..ddcf37603 100644 --- a/aria/graphics.html +++ b/aria/graphics.html @@ -229,19 +229,7 @@

Graphics Roles

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 none or presentation. - 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. -

-

- In addition, certain roles, + the use of roles and properties. Certain roles, such as img or graphics-symbol, when assigned to a parent element, will cause all child DOM structure to be omitted from the accessibility tree.