Re: Minimum viable custom elements

On 4 February 2015 at 19:05, Alice Boxhall <aboxhall@google.com> wrote:

> So then how do we treat it as "fallback content" i.e. un-rendered, while
> allowing it to be accessible to to the AT layer?


I suggest as in the working canvas example i provided, it not only be
exposed AT but also to keyboard interaction, and that the content inside
can be targeted for relationships such as

<label>
<x-checkbox>
    <input type="checkbox" checked="true">
</x-checkbox>
sign up
</label>

--

Regards

SteveF
HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>

Received on Wednesday, 4 February 2015 19:30:19 UTC