Details / Summary: Accessibility concerns #176
shawnthompson
started this conversation in
Best Practices (Open Discussions)
Replies: 1 comment 3 replies
-
|
But what if the content inside a detail/summary add little value to the overall content? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
detailselements, to use theopen="open"by default.This will allow users to use the browsers find feature and not exclude any text found inside the
detailselement.This will also allow users who use an immersive reader to read the text and not have to interrupt their reading to expand the
summaryand break their concentration.This is has been a concern in the W3C Cognitive task force with the W3.org website.
Beta Was this translation helpful? Give feedback.
All reactions