css-element-queries icon indicating copy to clipboard operation
css-element-queries copied to clipboard

Support for properties like scrollHeight, scrollWidth

Open vytautas-pranskunas- opened this issue 9 years ago • 4 comments
trafficstars

It would be nice if this library support scrollHeigth and scrollWidth too e.g. .widget-name[scroll-height~="400px"] h2 { display: none; }

vytautas-pranskunas- avatar Sep 23 '16 06:09 vytautas-pranskunas-

Actually, we could make it generic so whatever you specify in scroll-height it will be added to the engine so it reads the actual element attribute of scrollHeight. you could then query all available dom properties of an element.

marcj avatar Sep 23 '16 10:09 marcj

It is great idea... It would be nice!

vytautas-pranskunas- avatar Sep 23 '16 11:09 vytautas-pranskunas-

updates?

agrublev avatar May 18 '17 02:05 agrublev

No planned to support that yet.

marcj avatar Jan 09 '18 00:01 marcj