[Webkit-unassigned] [Bug 139986] New: AX: [ATK] Whether to show the title attribute, if there is a label with the attribute for?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 29 09:12:58 PST 2014


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

            Bug ID: 139986
           Summary: AX: [ATK] Whether to show the title attribute, if
                    there is a label with the attribute for?
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: a.badowski at samsung.com
                CC: webkit-bug-importer at group.apple.com

I have a problem. 
Is it necessary to show the title attribute of a radio button (or another element), if there is a label tag attribute for referring to the first element? I do not mean to show it directly, but through the text associated with the label.
Here is an example taken from the test accessibility/radio-button-title-label.html for Mac:

<input type="radio" name="r1" id="r1" title="TITLE">Test<br>
<label id="label1" for="r1">LABEL</label>

Expected result for r1.title (r1 - accessibleElementById("r1")) is: 'AXTitle: ' (mac). 
If this test is made for efl or gtk, it returns 'AXTitle: LABEL'. If this is correct, it would suffice small modification of this test for the ATK case. If not, it is probably necessary amendment in the core area.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141229/edc7769d/attachment-0002.html>


More information about the webkit-unassigned mailing list