RESOLVED FIXED 78505
Make HTMLTableCaptionElement inherit from HTMLElement.
https://bugs.webkit.org/show_bug.cgi?id=78505
Summary Make HTMLTableCaptionElement inherit from HTMLElement.
Andreas Kling
Reported 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().
Attachments
Pätch (3.56 KB, patch)
2012-02-13 09:33 PST, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2012-02-13 09:33:25 PST
Andreas Kling
Comment 2 2012-02-13 09:44:38 PST
Note You need to log in before you can comment on or make changes to this bug.