webdev/html

html

dz / webdev / html

Subgraphs

Node Tree

Nodes

aria_describedby
content aria-describedby: identifies the element (or elements) that describes the element on which the attribute is set
parents webdev/nextjs/learn_dashboard_app/14_improving_accessibility, webdev/aria/attributes, webdev/aria
hyperlink https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby

aria_live
content aria-live: indicates that an element will be update, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region
children aria_live/polite, webdev/aria/live_regions
parents webdev/nextjs/learn_dashboard_app/14_improving_accessibility, webdev/aria/attributes, webdev/aria
hyperlink https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live

aria_disabled
content aria-disabled: when set to true, indicates that the element upon which it is set and all of its focusable descendants are meant to be in the disabled state. This declaration will inform people using assistive technologies, such as screen readers, that such elements are not meant to be editable or otherwise operable.
parents cryptography/bcrypt
hyperlink https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-disabled

aria_atomic
content in ARIA live regions, the global aria-atomic attribute indicates whether assistive technologies such as a screen reader will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
children webdev/aria/live_regions
parents cryptography/bcrypt
remarks when true, present the entire region as a whole, including the author-defined label if one exists
hyperlink https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-atomic