HTML to Platform Accessibility APIs Implementation Guide (was Re: The details element)

Hi Luiz,
I have started to spec out the accessibility requirements for
summary/details in this doc:
http://dev.w3.org/html5/html-api-map/overview.html

the section is
http://dev.w3.org/html5/html-api-map/overview.html#examples-sum



regards
Stevef

On 11 February 2011 19:42, Luiz Agostini <luiz@webkit.org> wrote:

> Hi,
>
> I am working on <details> and <summary> implementation in WebKit (see
> https://bugs.webkit.org/show_bug.cgi?id=51071<https://bugs.webkit.org/show_bug..cgi?id=51071>). It
> would be nice to receive some feedback from this list.
>
> Some questions that I have are:
>
> 1 - Should a click on the <summary> toggle the "open" attribute of the
> corresponding <details> element?
> 2 - In the example image seen in
> http://www.w3.org/TR/html5/interactive-elements.html#the-details-element there
> is a small triangle in the <summary> indicating the current value of the
> "open" attribute of the <details>. Should it be rendered by default? Are
> there attributes or CSS properties that could be used to change it or remove
> it?
> 3 - Should an event be triggered when the <details> element is opened or
> closed?
>
> In Bugzilla you will find a sample HTML that I am using for testing and a
> screen shot showing that sample HTML rendered by the proposed patch.
>
> Thank you very much in advance.
>
> Luiz
>



-- 
with regards

Steve Faulkner
Technical Director - TPG

www.paciellogroup.com | www.HTML5accessibility.com |
www.twitter.com/stevefaulkner
HTML5: Techniques for providing useful text alternatives -
dev.w3.org/html5/alt-techniques/
Web Accessibility Toolbar - www.paciellogroup.com/resources/wat-ie-about.html

Received on Monday, 14 February 2011 17:09:16 UTC