Similar Posts

  • WAI-ARIA: Role=Navigation

    A collection of navigational elements (usually links) for navigating the document or related documents. Description A collection of navigational elements (usually links) for navigating the document or related documents. User agents SHOULD treat elements with the role of navigation as navigational landmarks. Screen Reader Support For Role=Navigation Expectation JAWS Narrator NVDA Orca TalkBack VoiceOver (iOS) VoiceOver (macOS)…

  • WAI-ARIA: Role=Listitem

    Description A single item in a list or directory. Authors MUST ensure elements with role listitem are contained in, or owned by, an element with the role list or group. ROle=Listitem Example Pseudo-list with ‘list’ and ‘list-item’ roles Characteristics Superclass Role Subclass Roles Required Context Role Supported States and Properties Inherited States and Properties Name…

  • 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-Meter

    An element that represents a scalar measurement within a known range, or a fractional value. Description An element that represents a scalar measurement within a known range, or a fractional value. Authors MAY set aria-valuemin and aria-valuemax to indicate the minimum and maximum values for the meter. Otherwise, their implicit values follow the same rules as <input[type=”range”]> in [HTML]: The value of aria-valuenow MUST NOT fall below or exceed the computed…

  • WAI-ARIA: Role=Link

    An interactive reference to an internal or external resource that, when activated, causes the user agent to navigate to that resource. Description An interactive reference to an internal or external resource that, when activated, causes the user agent to navigate to that resource. See related button. If this is a native link in the host…

Leave a Reply

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