Similar Posts

  • WAI-ARIA: Role=Generic

     A nameless container element that has no semantic meaning on its own. Description  A nameless container element that has no semantic meaning on its own. The generic role is intended for use as the implicit role of generic elements in host languages (such as HTML div or span), so is primarily for implementors of user agents. Authors SHOULD NOT use this role in content. Authors MAY use presentation or none to remove implicit…

  • WAI-ARIA: Role=None

    An element whose implicit native role semantics will not be mapped to the accessibility API. Description New in ARIA 1.1 An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation. Note: Note regarding the ARIA 1.1 none role.ยง In ARIA 1.1, the working group introduced none as a synonym to the presentation…

  • WAI-ARIA: Role=Checkbox

    A checkable input that has three possible values: true, false, or mixed. Description A checkable input that has three possible values: true, false, or mixed. The aria-checked attribute of a checkbox indicates whether the input is checked (true), unchecked (false), or represents a group of elements that have a mixture of checked and unchecked values…

  • WAI-ARIA: Role=Code

    A section whose content represents a fragment of computer code. Description A section whose content represents a fragment of computer code. The primary purpose of the code role is to inform assistive technologies that the content is computer code and thus may require special presentation, in particular with respect to synthesized speech. More specifically, screen…

Leave a Reply

Your email address will not be published. Required fields are marked *