- From: Marcos Caceres <notifications@github.com>
- Date: Thu, 19 Nov 2015 18:54:00 -0800
- To: WICG/a11yapi <a11yapi@noreply.github.com>
Received on Friday, 20 November 2015 02:54:31 UTC
> + inherits properties of both of them then the web author should
> + integrate the new role into existing role hierarchy.
> + </p>
> + </section>
> + </section>
> + <section>
> + <h2>
> + Extension to the <code>AccessibleDocument</code> interface
> + </h2>
> + <p>
> + An <a>accessible document</a> provides a method to import taxonomies.
> + </p>
> + <pre class="idl">
> +partial interface AccessibleDocument {
> + Taxon? taxonOf(DOMString taxonomy, DOMString name);
> + [ Throws ]
Throws is only valid in Gecko webIDL :)
---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/a11yapi/pull/28/files#r45431281
Received on Friday, 20 November 2015 02:54:31 UTC