Re: [a11yapi] Patterns (#28)

> +          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