- From: Marcos Caceres <notifications@github.com>
- Date: Thu, 19 Nov 2015 19:20:56 -0800
- To: WICG/a11yapi <a11yapi@noreply.github.com>
Received on Friday, 20 November 2015 03:21:30 UTC
> + The <code>relations</code> attribute represents a collection of > + <a>relations</a> added by the library into browser's taxonomy. A > + relation is described by a dictionary repeating properties of > + <code>Taxon</code> interface. > + </p> > + </section> > + </section> > + <section> > + <h2> > + <code>Taxon</code> interface > + </h2> > + <p> > + An object containing a name and description of a taxon. > + </p> > + <pre class="idl"> > +[NoInterfaceObject] Avoid using [NoInterfaceObject], unless absolutely necessary... othewise it makes it hard for devs to polyfill functionality. --- Reply to this email directly or view it on GitHub: https://github.com/WICG/a11yapi/pull/28/files#r45432478
Received on Friday, 20 November 2015 03:21:30 UTC