After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 255549 - "id" attribute is ignored
"id" attribute is ignored
Status: RESOLVED DUPLICATE of bug 205233
Product: GtkHtml
Classification: Other
Component: Parsing
unspecified
Other All
: Normal minor
: Future
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2004-03-13 19:46 UTC by Mikhail Sobolev
Modified: 2005-05-12 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mikhail Sobolev 2004-03-13 19:46:48 UTC
Description of Problem:

According to the HTML specification ID attributes can be used as anchors to
jump to.  So basically

<a href="#later">Go a bit down</a>

<h1><a name="later">Yes</a></h1>

and

<a href="#later">Go a bit down</a>

<h1 id="later">Yes</h1>

are practically having the same meaning...

While checking the code for gtkhtml 3.1.8, I saw that the value of "id"
attribute is only used for <a> elements, for others it's just ignored.

Have this functionality been considered at all? And, if yes, is it going to
be implemented?
Comment 1 André Klapper 2005-05-12 13:26:22 UTC

*** This bug has been marked as a duplicate of 205233 ***