Re: [csswg-drafts] [css-position] Events for stickiness changes

Going back to the other thread and Tab's comment 'wide' and 'tight' loops. it seems like the distinguishing factor is that because it's based on user interaction, the properties from :hover don't get applied until after the user interaction phase (where the page has been fully rendered). Wouldn't it be possible to just mimic this behaviour even if the specific pseudo selector wasn't dependent on user interaction?

So basically just wait until everything is rendered, then compute whatever is in the :stuck declaration?  Obviously the endless loop would still be there, but would this make it function just like :hover loop?

-- 
GitHub Notification of comment by geoken
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1660#issuecomment-338818583 using your GitHub account

Received on Monday, 23 October 2017 22:46:03 UTC