[webkit-reviews] review denied: [Bug 126418] Generate toHTMLTableElement(), and use it : [Attachment 220280] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 23:27:31 PST 2014


Andreas Kling <akling at apple.com> has denied Gyuyoung Kim
<gyuyoung.kim at samsung.com>'s request for review:
Bug 126418: Generate toHTMLTableElement(), and use it
https://bugs.webkit.org/show_bug.cgi?id=126418

Attachment 220280: Patch
https://bugs.webkit.org/attachment.cgi?id=220280&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=220280&action=review


> Source/WebCore/ChangeLog:3
> +	   Generate toHTMLTableElement(), and use it

This patch seems to be about toHTMLTableSectionElement(), not
toHTMLTableElement().

> Source/WebCore/html/HTMLTagNames.in:121
> -tbody interfaceName=HTMLTableSectionElement
> +tbody interfaceName=HTMLTableSectionElement, generateTypeHelpers

HTMLTableSectionElement can have one of three tags: <thead>, <tbody> or
<tfoot>.
This would generate an isHTMLTableSectionElement() that only returns true for
<tbody>.


More information about the webkit-reviews mailing list