On Tue, Aug 25, 2015 at 6:39 PM, Behrang Saeedzadeh <[email protected]> wrote: > Looks like at the moment DOM does not expose any properties that signify > whether an element has become hidden due to an overflow: hidden on their > parent element. > > Any chance of adding this feature to DOM?
That's a result of CSS layout/rendering; it doesn't seem super-appropriate to add to the DOM. It's also a bit troublesome; an element can be partially hidden, so when does this flag flip to true? It's also very specific; there are a ton of ways that an element can get hidden besides being clipped by an overflow:hidden ancestor. What's the actual use-case you're trying to address here? ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

