[Webkit-unassigned] [Bug 75930] Reimplement DETAILS and SUMMARY using selector query.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 22:48:15 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75930





--- Comment #4 from MORITA Hajime <morrita at google.com>  2012-02-02 22:48:15 PST ---
(From update of attachment 125261)
View in context: https://bugs.webkit.org/attachment.cgi?id=125261&action=review

> Source/WebCore/html/HTMLDetailsElement.cpp:123
> +    return static_cast<DetailsSummaryElement*>(shadowRoot()->firstChild())->fallbackSummary();

I hope we have some safe net ASSERT here considering we are going to have multiple shadows...
How about to give an unique tag name to DetailsSummaryElement and check it here or it will done by coming built-in check?

> Source/WebCore/html/HTMLSummaryElement.cpp:93
>      return 0;

return false? (Well, it has been wrong...)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list