[Webkit-unassigned] [Bug 75306] ShadowContentElement query should be able to have fallback element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 21:32:07 PST 2012


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


MORITA Hajime <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #122709|review?                     |review-
               Flag|                            |




--- Comment #6 from MORITA Hajime <morrita at google.com>  2012-01-16 21:32:07 PST ---
(From update of attachment 122709)
View in context: https://bugs.webkit.org/attachment.cgi?id=122709&action=review

Could you test some nested cases?

> Source/WebCore/ChangeLog:24
> +          Changed the order of calculation a bit.

Please explain the change concretely.

> Source/WebCore/dom/NodeRenderingContext.cpp:86
> +            if (!shadowContentElement->inclusions() || !shadowContentElement->inclusions()->first()) {

Can inclusions() be null? Is it OK to take the case as a fallback?

-- 
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