[Webkit-unassigned] [Bug 78499] The auto-generated label in a <details> element without a <summary> is not keyboard accessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 03:38:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=78499


Hajime Morrita <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #132273|review?                     |review-
               Flag|                            |




--- Comment #7 from Hajime Morrita <morrita at google.com>  2012-03-19 03:38:55 PST ---
(From update of attachment 132273)
View in context: https://bugs.webkit.org/attachment.cgi?id=132273&action=review

This doesn't looks like right direction.
We shouldn't take the auto-generate summary as a special case if possible.

> Source/WebCore/html/HTMLDetailsElement.h:45
> +    virtual void focus(bool restorePreviousSelection = true) OVERRIDE;

Please don't give the default value on derived class. It can cause hard-to-find error.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list