Re: [a11yapi] Patterns (#28)

> +          The method can be used to extend existing taxonomies. If, for
> +          example, the library describes an role that exists in the taxonomy
> +          then the role taxon is extended by new properties, if they don't
> +          conflict to the existing ones. In latter case an exception is thrown.
> +        </p>
> +        <p>
> +          In the example the root role taxon is extended by new <a>states</a>
> +          and <a>relations</a>. These states and relations will be applicable
> +          to all roles in the taxonomy.
> +        </p>
> +        <pre class="example highlight">
> +var library = {
> +  roles: {
> +    '*': {
> +      states: [
> +        'highlighable', 'highlighted'

Q: is "highlighable" a typo? Do you highlightable? 

---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/a11yapi/pull/28/files#r45431593

Received on Friday, 20 November 2015 03:01:36 UTC