Similar Posts

  • WAI-ARIA: Role=Composite

    A widget that may contain navigable descendants or owned children. Description A widget that may contain navigable descendants or owned children Authors SHOULD ensure that a composite widget exists as a single navigation stop within the larger navigation system of the web page. Once the composite widget has focus, authors SHOULD provide a separate navigation…

  • 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=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…

Leave a Reply

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