Re: [a11yapi] Patterns (#28)

> +        The section lists general propose <a>patterns</a>, that can be exposed
> +        by elements from any markup.
> +      </p>
> +      <section>
> +        <h3>
> +          <code>AccessibleItem</code>
> +        </h3>
> +        <p>
> +          The <code>AccessibleItem</code> interface is exposed by accessible
> +          elements that represent an article in an enumeration, like, list,
> +          combobox, tree or grid widgets.
> +        </p>
> +        <pre class="idl">
> +interface AccessibleItem {
> +  readonly attribute AccessibleElement? widget;
> +

nit: whitespace. 

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

Received on Tuesday, 17 November 2015 10:08:47 UTC