RESOLVED FIXED 30283
Use of <a name> causes bad styling
https://bugs.webkit.org/show_bug.cgi?id=30283
Summary Use of <a name> causes bad styling
Cameron McCormack (:heycam)
Reported 2009-10-11 02:41:07 PDT
Uses of <h3><a name="X">...</a></h3> on coding/contributing.html should be replaced with <h3 id="X">...</h3> to avoid having those headings being styled like links.
Attachments
Patch v1 (4.17 KB, patch)
2009-10-11 02:53 PDT, Cameron McCormack (:heycam)
eric: review+
Cameron McCormack (:heycam)
Comment 1 2009-10-11 02:53:52 PDT
Created attachment 41000 [details] Patch v1
Eric Seidel (no email)
Comment 2 2009-10-12 07:09:11 PDT
Comment on attachment 41000 [details] Patch v1 Thank you for correcting my error.
Cameron McCormack (:heycam)
Comment 3 2009-10-12 22:39:53 PDT
Note You need to log in before you can comment on or make changes to this bug.