- From: Marcos Caceres <notifications@github.com>
- Date: Mon, 23 Nov 2015 02:37:57 -0800
- To: WICG/a11yapi <a11yapi@noreply.github.com>
Received on Monday, 23 November 2015 10:38:26 UTC
> + <h3>
> + <code>taxonOf</code> method
> + </h3>
> + <p>
> + Returns a taxon object of <code>Taxon</code> interface for the given
> + taxonomy and taxon name. Depending on the taxonomy the object may
> + implement other interfaces derived from <code>Taxon</code> interface.
> + For example, the returned object for the <code>role</code> taxonomy
> + implements <code>RoleTaxon</code> interface.
> + </p>
> + <p>
> + The example logs out all parents of the <code>bibliography</code>
> + role.
> + </p>
> + <pre class="example highlight">
> +function logParents(taxon) {
yeah, something like that would be good.
---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/a11yapi/pull/28/files#r45589170
Received on Monday, 23 November 2015 10:38:26 UTC