Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

The "popup" data rel attribute should be mapped to the respective ARIA attributes #5898

@vick08

Description

@vick08

Whenever the data-rel=popup occurs in jQuery Mobile pages, the following accessibility enhancements should be mapped:

  • aria-haspopup=true, to indicate that that the href with data-rel=popup links to the popup container.
  • aria-expanded=true/false, should be dynamically modified when popup is shown or hidden respectively.
    For example:

<a href="#" data-rel="popup" aria-haspopup="true" aria-expanded="false" ...>Click to pop me up

I am just a simple popup but I should read fine with screen readers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions