Skip to content

Commit 2917db6

Browse files
Editorial tweaks to object name rule (#2218)
* Editorial tweaks to object name rule * Update _rules/object-has-accessible-name-8fc3b6.md Co-authored-by: Carlos Duarte <[email protected]> --------- Co-authored-by: Carlos Duarte <[email protected]>
1 parent 333bea2 commit 2917db6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_rules/object-has-accessible-name-8fc3b6.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ Each target element has an [accessible name][] that is not empty (`""`).
4141

4242
Testing that the [accessible name][] describes the purpose of the `object` element is not part of this rule and must be tested separately.
4343

44-
Non-supported media formats make screen readers render the text content of the element instead of other attributes.
45-
46-
`Object` elements without an accessible name are ignored by assistive technologies unless they have an [explicit role][].
47-
48-
When the object resource is not loaded, the fallback content is rendered as shown in the Inapplicable Example: "This `object` element does not need an accessible name because it loads no image, audio, or video."
44+
When the object resource is not loaded, the fallback content, if present, is rendered as shown in the Inapplicable Example: "This `object` element does not need an accessible name because it loads no image, audio, or video.". When screen readers encounter an unsupported media format they will also use the fallback content instead of other attributes.
4945

5046
### Assumptions
5147

0 commit comments

Comments
 (0)