[webkit-reviews] review granted: [Bug 81069] Implement :scope for element.querySelector[All]() : [Attachment 192630] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 21:32:23 PDT 2013


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Takashi Sakamoto
<tasak at google.com>'s request for review:
Bug 81069: Implement :scope for element.querySelector[All]()
https://bugs.webkit.org/show_bug.cgi?id=81069

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

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=192630&action=review


> Source/WebCore/css/SelectorChecker.h:51
> +    enum BehaviorAtBoundary { DoesNotCrossBoundary, CrossesBoundary,
CrossesScopeNotTreeScope };

StaysWithinTreeScope?


More information about the webkit-reviews mailing list