<?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>4007</bug_id>
          
          <creation_ts>2006-11-24 04:56:21 +0000</creation_ts>
          <short_desc>Fragment reporting - reporting broken fragment when link (URI and Fragment) is not broken</short_desc>
          <delta_ts>2006-11-24 17:51:43 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>LinkChecker</product>
          <component>checklink</component>
          <version>4.2.1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.amd.com/us-en/Weblets/0,,7832_11104_11105,00.html</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="Bruce Altmann">bruce</reporter>
          <assigned_to name="Ville Skyttä">ville.skytta</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>13012</commentid>
    <comment_count>0</comment_count>
    <who name="Bruce Altmann">bruce</who>
    <bug_when>2006-11-24 04:56:21 +0000</bug_when>
    <thetext>(I checked for a similar bug. I see comment about fragment reporting, but all of those show the source has valid broken fragments.)

If you run the CGI verison (or my local Linux 4.2.1 version w some patches) on 
this example page
http://www.amd.com/us-en/Weblets/0,,7832_11104_11105,00.html

Get the same result.

Shows 3 broken fragments. (not just list 3 found fragments)

But if click on the fragments on the CGI results screen, the link works (it is a link#frag).
I have checked the source. (you can view source as well)
Seems to be a reptative error.

Please advise.
Is this an error. If yes, any idea what is happening during the broken $f check.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>13026</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2006-11-24 17:51:43 +0000</bug_when>
    <thetext>The target document for the fragments, http://www.amd.com/us-en/Weblets/0,,7832_11104_11106,00.html , has a XHTML doctype declaration which causes the link checker to parse the document in XML mode, which is case sensitive.

The target document uses quite a few uppercase tag names, also in the &quot;consumer&quot; case:

    &lt;A name=&quot;consumer&quot;&gt;&lt;/a&gt;

&quot;A&quot; is not a valid XHTML element, and therefore the no anchors are searched within its attributes.  Changing &quot;&lt;A&quot; to &quot;&lt;a&quot; could work around this particular problem, but the document source looks like it could use more thorough XHTML fixes (eg. starting with lowercasing a lot of things) to prevent other future surprises.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>