[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 23:26:30 PST 2012


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





--- Comment #7 from Shinya Kawanaka <shinyak at chromium.org>  2012-01-16 23:26:30 PST ---
(In reply to comment #6)
> (From update of attachment 122709 [details])
> 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.

Done.

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

Ah, inclusions() won't be null.

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