- From: Marcos Caceres <notifications@github.com>
- Date: Tue, 17 Nov 2015 02:08:19 -0800
- To: WICG/a11yapi <a11yapi@noreply.github.com>
Received on Tuesday, 17 November 2015 10:08:47 UTC
> + 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