[Webkit-unassigned] [Bug 161788] New: Change offsetParent to match spec change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 01:55:27 PDT 2016


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

            Bug ID: 161788
           Summary: Change offsetParent to match spec change
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com
                CC: cdumez at apple.com

See https://github.com/w3c/csswg-drafts/issues/409

Spec change https://github.com/w3c/csswg-drafts/commit/180b348a1ac0931043cd195651fc5164463d2bce

Test/demo
https://jsfiddle.net/nqgL7L2e/

WebKit:
outer.style    inner.offsetParent
/* empty */    body
position: relative    outer
transform: translate(0)    body
will-change: position    body
will-change: transform    body

Gecko:
outer.style     inner.offsetParent
/* empty */    body
position: relative    outer
transform: translate(0)    outer
will-change: position    outer
will-change: transform    outer

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160909/9148f6ef/attachment-0001.html>


More information about the webkit-unassigned mailing list