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 137854 - missing support for "id" attribute in anchors
missing support for "id" attribute in anchors
Status: RESOLVED FIXED
Product: gtkhtml2
Classification: Deprecated
Component: DOM
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
Depends on:
Blocks:
 
 
Reported: 2004-03-21 15:31 UTC by Sven Neumann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that adds support for the "id" attribute (1.15 KB, patch)
2004-03-21 15:36 UTC, Sven Neumann
none Details | Review

Description Sven Neumann 2004-03-21 15:31:19 UTC
XHTML 1.0 formally deprecates the "name" attribute of anchor elements and
replaces it with "id". gtkhtml2 however looks for "name" only. This makes
it less useful for use in the GIMP help-browser since the new help content
uses the "id" attribute. I will attach a simple patch to fix this problem.
Comment 1 Sven Neumann 2004-03-21 15:36:03 UTC
Created attachment 25853 [details] [review]
patch that adds support for the "id" attribute
Comment 2 Sven Neumann 2004-03-21 15:43:49 UTC
See also http://www.w3.org/TR/xhtml1/#h-4.10
Comment 3 padraig.obriain 2004-03-22 10:47:37 UTC
Patch committed to CVS HEAD.