This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27086 - HTML to Platform Accessibility APIs should include iOS and Android mappings
Summary: HTML to Platform Accessibility APIs should include iOS and Android mappings
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML a11y API spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 15:51 UTC by Dominic Mazzoni
Modified: 2014-10-16 15:51 UTC (History)
4 users (show)

See Also:


Attachments

Description Dominic Mazzoni 2014-10-16 15:51:48 UTC
A larger share of web usage is on mobile, and in addition to use of mobile web browsers, many mobile apps use web views to implement part of their interface. We should include iOS and Android mappings for all HTML elements too.

On iOS, Apple's WebKit implementation is the only one allowed to display web content - alternative web browsers based on a different engine are not currently allowed. Still, I think it'd be useful to spec for several reasons:

* To help catch bugs in Apple's implementation
* To clarify the expected mappings and behavior for HTML authors, especially app authors who need native content and web content to interoperate
* In case Apple relaxes the rules in the future and allows alternative web implementations