Open
Description
There's quite a few "potential future technique" comments in documents, some of which have been there for years. Which have the sands of time running low for them and which are the ones for you and me? If you had the time to lose, an open mind and time to choose, would you care to take a look?
Conformance
- Expressing a conformance claim to WCAG 2.0 in Dublin Core elements
- Providing reciprocal links between conforming and non-conforming versions
- Excluding non-conforming content from search results
- Using content negotiation
- Not displaying content that relies on technologies that are not accessibility-supported when the technology is turned off or not supported.
- Using metadata to allow location of a conforming alternative version from the URI of a non-conforming page
Concurrent input mechanisms
- Only using high-level, input-agnostic event handlers, such as focus, blur, click, in Javascript
- Registering event handlers for keyboard/keyboard-like and pointer inputs simultaneously in Javascript; see Example 1 in Pointer Events Level 2
Content On Hover Or Focus
- ARIA: Using role="tooltip"
- CSS: Using hover and focus pseudo classes
- Failure to make content dismissable without moving pointer hover or keyboard focus
- Failure to meet by content on hover or focus not remaining visible until dismissed or invalid
Label In Name
- If an icon has no accompanying text, consider using its hover text as its accessible name
- Accessible name contains the visible label text, but the words of the visible label are not in the same order as they are in the visible label text
- Accessible name contains the visible label text, but one or more other words are interspersed in the label
Pointer Cancellation
- Touch events are only triggered when touch is removed from a control
Reflow
- CSS, Reflowing simple data tables
- CSS, Fitting data cells within the width of the viewport
- Mechanism to allow mobile view at any time
- Alternate view supporting Reflow for otherwise excepted content
- Using PDF/UA when creating PDFs
Accessible Authentication (Enhanced) and Accessible Authentication (Minimum)
- Providing WebAuthn as an alternative to username/password
- Providing a 3rd party login using OAuth
- Using two techniques to provide 2 factor authentication
Redundant Entry
- Not requesting the same information twice
Keyboard
- Using WAi-ARIA role, state, and value attributes if repurposing static elements as interactive user interface components
Identify Purpose
- Using microdata to markup user interface components
Seizures and Physical Reactions
- Ensuring that content does not violate spatial pattern thresholds
Status Messages
- Using role="progressbar"
- Using aria-live regions with chat clients
- Using role="marquee"
- Using role="timer"
- Using role="alert" or aria-live="assertive" on content which is not important and time-sensitive
- Using aria-live regions to support 1.4.13 Content on Hover or Focus