Bug 30283 - Use of <a name> causes bad styling
Summary: Use of <a name> causes bad styling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-11 02:41 PDT by Cameron McCormack (:heycam)
Modified: 2009-10-12 22:39 PDT (History)
0 users

See Also:


Attachments
Patch v1 (4.17 KB, patch)
2009-10-11 02:53 PDT, Cameron McCormack (:heycam)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 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.
Comment 1 Cameron McCormack (:heycam) 2009-10-11 02:53:52 PDT
Created attachment 41000 [details]
Patch v1
Comment 2 Eric Seidel (no email) 2009-10-12 07:09:11 PDT
Comment on attachment 41000 [details]
Patch v1

Thank you for correcting my error.
Comment 3 Cameron McCormack (:heycam) 2009-10-12 22:39:53 PDT
Committed: http://trac.webkit.org/changeset/49491