Bug 78505 - Make HTMLTableCaptionElement inherit from HTMLElement.
Summary: Make HTMLTableCaptionElement inherit from HTMLElement.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 09:31 PST by Andreas Kling
Modified: 2012-02-13 09:44 PST (History)
0 users

See Also:


Attachments
Pätch (3.56 KB, patch)
2012-02-13 09:33 PST, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>