[whatwg] UNSUBSCRIBE

2017-06-11 Thread Sharon Kopecki Kaitner
Please unsubscribe   ~ Sharon Carl Jung wrote, "I am not what happened to me. I am what I choose to become."    Buddha said, "The trouble is you think you have time." From: "whatwg-requ...@lists.whatwg.org" To: whatwg@lists.whatwg.org Sent: Sunday, June 11, 2017 12:12 PM Subject: whatwg

Re: [whatwg] Suggestion: Element.scrollParent

2017-06-11 Thread Simon Pieters
On Sun, 11 Jun 2017 11:15:27 +0200, Ori.A wrote: Suggestion: Element.scrollParent Returns the closest element which controls the position of current element with a scroll. This feature is useful in many cases, easy for browsers to implement and hard for plugins such as jQueryUI to get it r

[whatwg] Suggestion: Element.scrollParent

2017-06-11 Thread Ori.A
Suggestion: Element.scrollParent Returns the closest element which controls the position of current element with a scroll. This feature is useful in many cases, easy for browsers to implement and hard for plugins such as jQueryUI to get it right. Thanks