<?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>12223</bug_id>
          
          <creation_ts>2011-03-02 19:56:27 +0000</creation_ts>
          <short_desc>Drop rel=help. It&apos;s for showing a button in the browser&apos;s UI which no browser shows by default. It doesn&apos;t seem to be helpful for users, so just wastes authors&apos; time.</short_desc>
          <delta_ts>2011-08-04 05:33:49 +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 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#link-type-help</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ayg</cc>
    
    <cc>ian</cc>
    
    <cc>julian.reschke</cc>
    
    <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>46192</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-03-02 19:56:27 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/complete/links.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#link-type-help

Comment:
Drop rel=help. It&apos;s for showing a button in the browser&apos;s UI which no browser
shows by default. It doesn&apos;t seem to be helpful for users, so just wastes
authors&apos; time.

Posted from: 85.227.154.141
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.5.8; U; en) Presto/2.7.62 Version/11.01</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46196</commentid>
    <comment_count>1</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2011-03-02 20:11:32 +0000</bug_when>
    <thetext>Disagreed. It was in HTML4, and it appears to be well-defined.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48109</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-05-05 21:46:19 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: This one is pretty borderline, but for &lt;a href=&quot;&quot; rel=help&gt; it seems like the kind of thing that could be helpful to provide styling hooks (e.g. to turn help links into little circled question marks).

The &lt;link rel=help&gt; seems pretty useless though. If you want just that one removed, we can probably do that. Reopen the bug if that&apos;s what you want.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48186</commentid>
    <comment_count>3</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-05-06 16:02:36 +0000</bug_when>
    <thetext>If that&apos;s the purpose, why don&apos;t you include :link[rel~=help] { cursor: help } in the UA stylesheet?  Otherwise it&apos;s not really any different from class=help from an authoring perspective.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48233</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-05-06 20:20:28 +0000</bug_when>
    <thetext>The only difference to class=help is that this one has a defined semantic meaning so that you don&apos;t have to work out what the class is defined as when moving from one project to another. This is the same as why we have most attributes and elements in the language rather than just letting authors invent their own language with each project.

We could do :link[rel~=help] { cursor: help }, is that a common UI?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>48244</commentid>
    <comment_count>5</comment_count>
    <who name="Aryeh Gregor">ayg</who>
    <bug_when>2011-05-06 20:54:51 +0000</bug_when>
    <thetext>If rel=help does nothing out of the box, nobody&apos;s going to know about it or use it, and if they do use it they&apos;ll misuse it, as with any hidden metadata.  If it turns the cursor into a help icon, people will say &quot;Hey, cool, rel=help turns the cursor into a help icon&quot;, and while they might not use it for all their help links, you can be sure they&apos;ll *only* use it for help links.  This improves the value for everyone.

People use features correctly only when their visible effects make it obvious how to use them.  Authors usually use &lt;ol&gt; only for its intended purpose, because the visible effect is useless for other purposes.  They do not use &lt;br&gt; only for its intended purpose, because the visible effect is useful for lots of purposes.  They don&apos;t use rel=help at all because it has no visible effect.

If your only use-case is &quot;could be used for author styling hooks&quot;, then class serves the exact same use-case.  Porting between sites is not an advantage of rel=help unless you believe that a) lots of sites use &lt;a rel=help&gt; (they don&apos;t), and b) it&apos;s reasonably common to copy raw HTML between them (seems unlikely), and c) you&apos;d actually want to adopt the new site&apos;s styles for rel=help (not necessarily: what if site A just turns it a different color and depends on the text being visible, while site B replaces the text with an icon because all its help links&apos; text is &quot;Help&quot;?).

I&apos;ve definitely seen help cursors used in some places for help links.  I can&apos;t find any right now, though.  Most apps don&apos;t have links to separate help pages these days anyway.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52123</commentid>
    <comment_count>6</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-03 07:03:44 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Partially Accepted
Change Description: see diff given below
Rationale: Agreed with comment 3.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52124</commentid>
    <comment_count>7</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-08-03 07:04:41 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6357.
Check-in comment: Try to make &lt;a rel=help&gt; more useful.
http://html5.org/tools/web-apps-tracker?from=6356&amp;to=6357</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53852</commentid>
    <comment_count>8</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:33:49 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>