GNOME Bugzilla – Bug 137854
missing support for "id" attribute in anchors
Last modified: 2004-12-22 21:47:04 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.
Created attachment 25853 [details] [review] patch that adds support for the "id" attribute
See also http://www.w3.org/TR/xhtml1/#h-4.10
Patch committed to CVS HEAD.