Re: [spec-reviews] CSSOM View document.scrollingElement (#51)

The bug was inherited from Webkit, who has since ripped the bandaid off.

If the future is that scrollingElement is just another stop gap, and already has a polyfill, we point the libs to the polyfill until they can wrap their heads around just always using document.documentElement.

jQuery has worked around this in UI for a while. In fact, we're eagerly awaiting the bandaid to be ripped off simply so we can remove our workarounds.

Perhaps I'm misunderstanding, but the UA sniffs and the polyfills are all because Blink hasn't bit the bullet yet.

Shipping scrollingElement won't alleviate need for polyfill of old blink, so nothing is gained by introduction of the new API? 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/51#issuecomment-93857027

Received on Thursday, 16 April 2015 22:53:59 UTC