[Webkit-unassigned] [Bug 168725] position: sticky shouldn't create a stacking context
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 14 15:16:24 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=168725
Emilio Cobos Álvarez (:emilio) <emilio at crisal.io> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emilio at crisal.io
--- Comment #3 from Emilio Cobos Álvarez (:emilio) <emilio at crisal.io> ---
@smfr: Did safari regress something here?
data:text/html,<meta charset=utf8><h1 style="position: sticky; top: 0;background-color:tomato; text-align: center;">Hello</h1><main style="height: 200vh;"><button>Plain, under</button><button style="opacity: 0.6;">Translucid, overlaps</button></main>
Seems to not behave the same as:
data:text/html,<meta charset=utf8><h1 style="position: fixed; width: 100% top: 0;background-color:tomato; text-align: center;">Hello</h1><main style="height: 200vh;"><button>Plain, under</button><button style="opacity: 0.6;">Translucid, overlaps</button></main>
in Safari, but it does in Gecko and Blink.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220714/839eed9b/attachment-0001.htm>
More information about the webkit-unassigned
mailing list