<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>119695</bug_id>
          
          <creation_ts>2013-08-12 12:14:32 -0700</creation_ts>
          <short_desc>AX: title attribute content not exposed as accessible name</short_desc>
          <delta_ts>2013-09-25 17:45:13 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Accessibility</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>112842</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Steve Faulkner">faulkner.steve</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>faulkner.steve</cc>
    
    <cc>samuel_white</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>916361</commentid>
    <comment_count>0</comment_count>
    <who name="Steve Faulkner">faulkner.steve</who>
    <bug_when>2013-08-12 12:14:32 -0700</bug_when>
    <thetext>In the absence of any other source for the accessible name/description for an element  the title attribute content should be used: [1]

&quot;D. The last resort is to use text from a tooltip attribute (such as the title attribute in HTML). This is used only if nothing else, including subtree content, has provided results.&quot;

for example:

1)
&lt;input type=&quot;text&quot; title=&quot;test&quot;&gt;

2)
&lt;input type=&quot;text&quot; aria-label=&quot;aria test&quot;&gt;

should be equivalent, but they are not:

1) 
AXHelp:  &quot;test&quot;
AXDescription:  &quot;&quot;

2)
AXHelp:  &quot;test&quot;
AXDescription:  &quot;aria test&quot;


1) should be mapped thus:
AXHelp:  &quot;&quot;
AXDescription:  &quot;test&quot;

This results in VoiceOver not announcing the label for a control when the title attribute is used as the source of the label.


[1] http://www.w3.org/TR/wai-aria/roles#namecalculation</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>916362</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2013-08-12 12:14:48 -0700</bug_when>
    <thetext>&lt;rdar://problem/14714868&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>929621</commentid>
    <comment_count>2</comment_count>
    <who name="Steve Faulkner">faulkner.steve</who>
    <bug_when>2013-09-16 03:59:27 -0700</bug_when>
    <thetext>tested with Chrome (latest) and Firefox (latest) on Mac and they expose the  title attribute as the accessible (correctly), as per spec.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>933279</commentid>
    <comment_count>3</comment_count>
    <who name="Samuel White">samuel_white</who>
    <bug_when>2013-09-25 17:45:13 -0700</bug_when>
    <thetext>Dupe of issue that was fixed.

*** This bug has been marked as a duplicate of bug 112842 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>