Bug 78505

Summary: Make HTMLTableCaptionElement inherit from HTMLElement.
Product: WebKit Reporter: Andreas Kling <kling>
Component: TablesAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Pätch koivisto: review+

Description Andreas Kling 2012-02-13 09:31:07 PST
HTMLTableCaptionElement doesn't use anything from HTMLTablePartElement so we can just make it a HTMLElement instead, then we won't need to override parseAttribute().
Comment 1 Andreas Kling 2012-02-13 09:33:25 PST
Created attachment 126784 [details]
Pätch
Comment 2 Andreas Kling 2012-02-13 09:44:38 PST
Committed r107580: <http://trac.webkit.org/changeset/107580>