- From: <bugzilla@jessica.w3.org>
- Date: Wed, 06 Aug 2014 08:33:11 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26530
Michael[tm] Smith <mike@w3.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike@w3.org
--- Comment #1 from Michael[tm] Smith <mike@w3.org> ---
(In reply to Christian Hujer from comment #0)
> For example, using something like
>
> <h2 id="compiler_gcc">Support for <a rev="Index">GCC<a></h2>
>
> in a document foo.xhtml could automatically (i.e. using XSLT) create an
> Index entry <a href="foo.xhtml#compiler_gcc">GCC</a> in an Index document
> for that document collection.
You could instead just mark up that example as, e.g., <a
rel="IndexTerm">GCC</a>
> The rev attribute seems to be completely forgotten,
It's not forgotten. It was intentionally dropped in HTML5.
It's documented as a dropped attribute here:
http://www.w3.org/TR/html5-diff/#obsolete-attributes
It's actually the first attribute listed there.
> as it also is not listed
> in 11 Obsolete features http://www.w3.org/TR/html5/obsolete.html#obsolete
That's a bug in the HTML5 spec. I've raised bug 26531 for it.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 6 August 2014 08:33:12 UTC