[Webkit-unassigned] [Bug 122534] AX: feildset should have GroupRole and legend should be description.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 10:22:00 PDT 2013


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





--- Comment #2 from Samuel White <samuel_white at apple.com>  2013-10-09 10:20:50 PST ---
The fieldset element is meant to group like form elements and the associated legend is meant to label those elements. The current implementation doesn't make this concept clear as the legend is exposed separately and simply related back to the fieldset group using the titleUIElement mechanism.

Instead, our implementation should mirror how tables and their associated caption elements are handled. That is, tables are a group and they derive their label information from their caption as this is a caption elements intended purpose. The caption is not exposed on its own as this would make the relation less clear to users of AT.

-- 
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