On Wed, Mar 28, 2001 at 11:16:14AM -0700, Thanasis Kinias wrote: > Josh Soref e-mailed me directly, requesting that the the error explanation > page [1] use <a name> in addition to id to provide targets, so that the > anchors work in legacy (i.e., NS4) browsers. That's allowable in > Transitional XHTML 1, so it seems a good idea. > > [1] <http://validator.w3.org/docs/errors.html> Done. Actually, I tried to do this the other day but I did it wrong and checklink wasn't happy with it. What I tried was: <dt id="foo"><a name="foo">...</a></dt> instead of what is suggested in the XHTML spec: <dt><a id="foo" name="foo">...</a></dt> -- Gerald Oskoboiny http://www.w3.org/People/Gerald/ World Wide Web Consortium (W3C) http://www.w3.org/ tel:+1-613-261-6630 mailto:gerald@w3.orgReceived on Wednesday, 28 March 2001 14:03:59 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:20 UTC