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

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>29213</bug_id>
          
          <creation_ts>2015-10-20 13:45:16 +0000</creation_ts>
          <short_desc>Can aria-label or arial-labelledby be used instead of alt for providing an accessible name</short_desc>
          <delta_ts>2015-10-28 16:45:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 alt techniques (editor: Steven Faulkner)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="jgunder">jongund</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>devarshipant</cc>
    
    <cc>faulkner.steve</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>surkov.alexander</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>123805</commentid>
    <comment_count>0</comment_count>
    <who name="jgunder">jongund</who>
    <bug_when>2015-10-20 13:45:16 +0000</bug_when>
    <thetext>I don&apos;t see any use of aria-label or aria-labelledy .

Couldn&apos;t aria-labelledby be used in the figure examples to create an accessible name for an img element by referencing the figcaption element?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123806</commentid>
    <comment_count>1</comment_count>
    <who name="alexander surkov">surkov.alexander</who>
    <bug_when>2015-10-20 14:00:40 +0000</bug_when>
    <thetext>aria-label or aria-labelledy can be used on any element. Is point of the bug that the HTML spec should say that explicitly?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123807</commentid>
    <comment_count>2</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2015-10-20 14:19:52 +0000</bug_when>
    <thetext>(In reply to jgunder from comment #0)
&gt; I don&apos;t see any use of aria-label or aria-labelledy .
&gt; 
&gt; Couldn&apos;t aria-labelledby be used in the figure examples to create an
&gt; accessible name for an img element by referencing the figcaption element?

Hi Jon, there is nothing stopping you from doing this. But consider the output for the SR user:

&lt;figure&gt;
&lt;img src=&quot;pussy.jpg&quot;&gt;
&lt;figcaption&gt;cure little pussy&lt;/figcaption&gt;
&lt;/figure&gt;


&quot;group: cute little pussy&quot;
&quot;graphic: cute little pussy&quot;
 &quot;cute little pussy&quot; 

In browsers such as firefox/chrome, figcaption (as defined )provides the acc name for the figure element which is announced.

This already causes repetition, because AT have not implemented any logic around the figure/figcaption markup pattern.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>