Bug 30283

Summary: Use of <a name> causes bad styling
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: WebKit WebsiteAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 eric: review+

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