<?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>26530</bug_id>
          
          <creation_ts>2014-08-06 07:19:37 +0000</creation_ts>
          <short_desc>reverse hyperlink attribute rev missing in HTML5</short_desc>
          <delta_ts>2014-08-28 15:07:16 +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>CR HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</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="Christian Hujer">cherriedquat</reporter>
          <assigned_to name="Robin Berjon">robin</assigned_to>
          <cc>mike</cc>
    
    <cc>public-html-admin</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>109982</commentid>
    <comment_count>0</comment_count>
    <who name="Christian Hujer">cherriedquat</who>
    <bug_when>2014-08-06 07:19:37 +0000</bug_when>
    <thetext>Previous versions of (X)HTML had a rev attribute for the a and link elements (and XHTML 2 for nearly all elements) which allowed to specify the reverse relationship of hyperlinks.
This is very useful to create Index and Glossary entries in document collections.
For example, using something like

 &lt;h2 id=&quot;compiler_gcc&quot;&gt;Support for &lt;a rev=&quot;Index&quot;&gt;GCC&lt;a&gt;&lt;/h2&gt;

in a document foo.xhtml could automatically (i.e. using XSLT) create an Index entry &lt;a href=&quot;foo.xhtml#compiler_gcc&quot;&gt;GCC&lt;/a&gt; in an Index document for that document collection.

The rev attribute seems to be completely forgotten, as it also is not listed in 11 Obsolete features http://www.w3.org/TR/html5/obsolete.html#obsolete

I think the rev attribute is a great feature, totally underestimated feature, please do not drop it from (X)HTML.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>109986</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2014-08-06 08:33:11 +0000</bug_when>
    <thetext>(In reply to Christian Hujer from comment #0)
&gt; For example, using something like
&gt; 
&gt;  &lt;h2 id=&quot;compiler_gcc&quot;&gt;Support for &lt;a rev=&quot;Index&quot;&gt;GCC&lt;a&gt;&lt;/h2&gt;
&gt; 
&gt; in a document foo.xhtml could automatically (i.e. using XSLT) create an
&gt; Index entry &lt;a href=&quot;foo.xhtml#compiler_gcc&quot;&gt;GCC&lt;/a&gt; in an Index document
&gt; for that document collection.

You could instead just mark up that example as, e.g., &lt;a rel=&quot;IndexTerm&quot;&gt;GCC&lt;/a&gt;

&gt; The rev attribute seems to be completely forgotten,

It&apos;s not forgotten. It was intentionally dropped in HTML5.
It&apos;s documented as a dropped attribute here:

  http://www.w3.org/TR/html5-diff/#obsolete-attributes

It&apos;s actually the first attribute listed there.

&gt; as it also is not listed
&gt; in 11 Obsolete features http://www.w3.org/TR/html5/obsolete.html#obsolete

That&apos;s a bug in the HTML5 spec. I&apos;ve raised bug 26531 for it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>110713</commentid>
    <comment_count>2</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2014-08-28 15:07:16 +0000</bug_when>
    <thetext>Since this was intentionally dropped but is indeed not properly listed, and since Mike opened bug 26531 for that, we can close here.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>