- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Fri, 10 Mar 2006 15:28:21 -0600
- To: Mihai Sucan <mihai.sucan@gmail.com>
- CC: Andrew Fedoniouk <news@terrainformatica.com>, www-style@w3.org
Mihai Sucan wrote:
> 1. Provide DOM elements for scrollbars and for all "hidden" elements.
>
> document.getElementById('scrollable-element').scrollbar:
What happens if I appendChild this element somewhere else in my document? Does
the scrollbar break?
What if I change its style to display:none?
What if I set random attributes on it?
-Boris
Received on Friday, 10 March 2006 21:29:48 UTC