Re: [a11yapi] Patterns (#28)

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