1. Getting Started
  2. Installation: Preline UI

Accessibility

<input type="date"> element not supported by SAFARI

The HTML5 accessibility support audits help you with identifying HTML5 features used on your site that are not properly exposed in the accessibility tree.

This includes if they are keyboard accessible, mapped to the platform accessibility APIs, and if any accessibility related features are supported. An accessibly supported feature means it is usable by people who rely on assistive technology, without developers having to supplement with ARIA or other additional workarounds.

Why is it important?

Screen readers and other assistive technology use native Accessibility APIs to function properly. If HTML5 Elements or attributes are not supported in a browser, assistive technology like a speech recognition tool or screen magnifier is unable to access content marked by the HTML5 element or attribute.

Browser Support

Element Criteria Chrome/Opera Edge Firefox Safari
input_date Accessibly supported yes yes yes not implemented
Feature implemented yes yes yes no
Mapped yes yes yes no
Name/Description yes yes yes no

For a full view of the HTML5 accessibility support, have a look at the table on http://html5accessibility.com/