Bug 193377

Summary: -webkit-background-clip not working with background-attachment: fixed
Product: WebKit Reporter: Jayden Irwin <gullets_pharaoh.0m>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bfulgham, simon.fraser
Priority: P2    
Version: Safari 12   
Hardware: iPhone / iPad   
OS: iOS 12   
URL: https://www.jaydenirwin.com/spritepencil/

Jayden Irwin
Reported 2019-01-11 21:53:57 PST
Code: background-attachment: fixed; -webkit-background-clip: text; This should create text with a background that is fixed to the window, so when the user scrolls the background should look like it's moving. Desktop Safari renders the element properly, but Mobile Safari does not. See the large title on the page below. It *should* go from black to green when scrolling down. (And it does in Desktop Safari.) https://www.jaydenirwin.com/spritepencil/
Attachments
Simon Fraser (smfr)
Comment 1 2019-01-14 10:35:42 PST
MobileSafari doesn't support background-attachment:fixed, and never has, to avoid lots of repaints when scrolling.
Note You need to log in before you can comment on or make changes to this bug.