<?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>23373</bug_id>
          
          <creation_ts>2013-09-26 18:39:18 +0000</creation_ts>
          <short_desc>example given is incorrect and promotes poor quality link text</short_desc>
          <delta_ts>2015-06-05 15:05:47 +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>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.w3.org/html/wg/drafts/html/master/links.html#link-type-bookmark</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Mark Sadecki">mark.sadecki+w3c</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</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>93910</commentid>
    <comment_count>0</comment_count>
    <who name="Mark Sadecki">mark.sadecki+w3c</who>
    <bug_when>2013-09-26 18:39:18 +0000</bug_when>
    <thetext>The Code example in the referenced section [1] would be more clear if the href values used in the permalinks actually pointed to the sections of the document in the example (#a instead of a.html). Also, linking simply the word &quot;This&quot; three times promotes poor quality link text which is a failure of WCAG SC 2.4.4 and 2.4.9 Link Context [2]

Suggested text:

&lt;h1&gt;Example of permalinks&lt;/h1&gt;
  &lt;div id=&quot;a&quot;&gt;
   &lt;h2&gt;First example&lt;/h2&gt;
   &lt;p&gt;&lt;a href=&quot;#a&quot; rel=&quot;bookmark&quot;&gt;This permalink applies to
   only the content from the first H2 to the second H2&lt;/a&gt;. The DIV isn&apos;t
   exactly that section, but it roughly corresponds to it.&lt;/p&gt;
  &lt;/div&gt;
  &lt;h2&gt;Second example&lt;/h2&gt;
  &lt;article id=&quot;b&quot;&gt;
   &lt;p&gt;&lt;a href=&quot;#b&quot; rel=&quot;bookmark&quot;&gt;This permalink applies to
   the outer ARTICLE element&lt;/a&gt;(which could be, e.g., a blog post).&lt;/p&gt;
   &lt;article id=&quot;c&quot;&gt;
    &lt;p&gt;&lt;a href=&quot;#c&quot; rel=&quot;bookmark&quot;&gt;This permalink applies to
    the inner ARTICLE element&lt;/a&gt;(which could be, e.g., a blog comment).&lt;/p&gt;
   &lt;/article&gt;
  &lt;/article&gt;

[1] http://www.w3.org/html/wg/drafts/html/master/links.html#link-type-bookmark
[2] http://www.w3.org/TR/2008/REC-WCAG20-20081211/#navigation-mechanisms-refs</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>100735</commentid>
    <comment_count>1</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2014-02-17 09:56:42 +0000</bug_when>
    <thetext>(In reply to Mark Sadecki from comment #0)
&gt; The Code example in the referenced section [1] would be more clear if the
&gt; href values used in the permalinks actually pointed to the sections of the
&gt; document in the example (#a instead of a.html). Also, linking simply the
&gt; word &quot;This&quot; three times promotes poor quality link text which is a failure
&gt; of WCAG SC 2.4.4 and 2.4.9 Link Context [2]
&gt; 
&gt; Suggested text:
&gt; 
&gt; &lt;h1&gt;Example of permalinks&lt;/h1&gt;
&gt;   &lt;div id=&quot;a&quot;&gt;
&gt;    &lt;h2&gt;First example&lt;/h2&gt;
&gt;    &lt;p&gt;&lt;a href=&quot;#a&quot; rel=&quot;bookmark&quot;&gt;This permalink applies to
&gt;    only the content from the first H2 to the second H2&lt;/a&gt;. The DIV isn&apos;t
&gt;    exactly that section, but it roughly corresponds to it.&lt;/p&gt;
&gt;   &lt;/div&gt;
&gt;   &lt;h2&gt;Second example&lt;/h2&gt;
&gt;   &lt;article id=&quot;b&quot;&gt;
&gt;    &lt;p&gt;&lt;a href=&quot;#b&quot; rel=&quot;bookmark&quot;&gt;This permalink applies to
&gt;    the outer ARTICLE element&lt;/a&gt;(which could be, e.g., a blog post).&lt;/p&gt;
&gt;    &lt;article id=&quot;c&quot;&gt;
&gt;     &lt;p&gt;&lt;a href=&quot;#c&quot; rel=&quot;bookmark&quot;&gt;This permalink applies to
&gt;     the inner ARTICLE element&lt;/a&gt;(which could be, e.g., a blog comment).&lt;/p&gt;
&gt;    &lt;/article&gt;
&gt;   &lt;/article&gt;
&gt; 
&gt; [1]
&gt; http://www.w3.org/html/wg/drafts/html/master/links.html#link-type-bookmark
&gt; [2] http://www.w3.org/TR/2008/REC-WCAG20-20081211/#navigation-mechanisms-refs

Hi Mark, looks like the link text has been fixed [1], unsure whether the href content is problematic, it&apos;s not really relevant to the example no?

[1] http://www.w3.org/html/wg/drafts/html/master/links.html#link-type-bookmark</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>