<?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>23214</bug_id>
          
          <creation_ts>2013-09-11 14:01:30 +0000</creation_ts>
          <short_desc>|summary| attribute at 6.10 |a| element accessible name calculation</short_desc>
          <delta_ts>2013-09-15 02:29:36 +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>HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly)</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Takeshi Kurosawa">taken.spc</reporter>
          <assigned_to name="Jason Kiss">jason</assigned_to>
          <cc>jason</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-bugzilla</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>surkov.alexander</cc>
          
          <qa_contact name="HTML a11y API spec bugbot">sideshowbarker+html-a11y-api</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>93246</commentid>
    <comment_count>0</comment_count>
    <who name="Takeshi Kurosawa">taken.spc</who>
    <bug_when>2013-09-11 14:01:30 +0000</bug_when>
    <thetext>As |summary| attribute of |a| element doesn&apos;t defined in HTML5 or HTML 5.1 (yet), I think &quot;Otherwise use the summary attribute&quot; at &quot;|a| element accessible name calculation &quot; is a typo and should be removed.

&gt; |a| element accessible name calculation 
&gt; 1. Use aria-labelledby
&gt; (snip)
&gt; 5. Otherwise use the summary attribute

http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#the-a-element
http://www.w3.org/TR/2013/WD-html-aapi-20130910/#a-element</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93247</commentid>
    <comment_count>1</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-09-11 14:07:13 +0000</bug_when>
    <thetext>Hi Takeshi, 

Something does not have to be defined in HTML5/ or 5.1 to be used in the accessible name calculation. The API spec takes into account legacy implementations as well.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93256</commentid>
    <comment_count>2</comment_count>
    <who name="alexander surkov">surkov.alexander</who>
    <bug_when>2013-09-11 17:03:11 +0000</bug_when>
    <thetext>where this attribute comes from?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93257</commentid>
    <comment_count>3</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-09-11 17:07:53 +0000</bug_when>
    <thetext>(In reply to alexander surkov from comment #2)
&gt; where this attribute comes from?

http://www.w3.org/TR/html4/struct/tables.html#adef-summary</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93258</commentid>
    <comment_count>4</comment_count>
    <who name="alexander surkov">surkov.alexander</who>
    <bug_when>2013-09-11 17:09:02 +0000</bug_when>
    <thetext>(In reply to steve faulkner from comment #3)
&gt; (In reply to alexander surkov from comment #2)
&gt; &gt; where this attribute comes from?
&gt; 
&gt; http://www.w3.org/TR/html4/struct/tables.html#adef-summary

why is it applied to HTML:a?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93262</commentid>
    <comment_count>5</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-09-11 17:53:54 +0000</bug_when>
    <thetext>(In reply to alexander surkov from comment #4)
&gt; (In reply to steve faulkner from comment #3)
&gt; &gt; (In reply to alexander surkov from comment #2)
&gt; &gt; &gt; where this attribute comes from?
&gt; &gt; 
&gt; &gt; http://www.w3.org/TR/html4/struct/tables.html#adef-summary
&gt; 
&gt; why is it applied to HTML:a?

my bad i didn&apos;t read the initial comment properly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93263</commentid>
    <comment_count>6</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-09-11 17:54:28 +0000</bug_when>
    <thetext>(In reply to Takeshi Kurosawa from comment #0)
&gt; As |summary| attribute of |a| element doesn&apos;t defined in HTML5 or HTML 5.1
&gt; (yet), I think &quot;Otherwise use the summary attribute&quot; at &quot;|a| element
&gt; accessible name calculation &quot; is a typo and should be removed.
&gt; 
&gt; &gt; |a| element accessible name calculation 
&gt; &gt; 1. Use aria-labelledby
&gt; &gt; (snip)
&gt; &gt; 5. Otherwise use the summary attribute
&gt; 
&gt; http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#the-a-
&gt; element
&gt; http://www.w3.org/TR/2013/WD-html-aapi-20130910/#a-element

You are correct Takeshi, its a typo, thanks for pointing it out, will fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93393</commentid>
    <comment_count>7</comment_count>
    <who name="Jason Kiss">jason</who>
    <bug_when>2013-09-15 02:29:36 +0000</bug_when>
    <thetext>Fixed: https://github.com/w3c/html-api-map/commit/ae80008ebb93f8fa42a64acd372fb6fe28210c38</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>