Snugug/eq.js

min-height

Opened this issue · 3 comments

Was thinking of using this, but there is no support for height based element queries. Any chance this is something you'd support via PR?

It depends upon the proposed syntax and constraints put upon it. The only reason eq.js has any chance of being usable is because of the strict constraints put upon what you can query and when you can query it.

What are you thinking?

On Feb 12, 2014, at 1:40 AM, Jarrod Payne notifications@github.com wrote:

Was thinking of using this, but there is no support for height based element queries. Any chance this is something you'd support via PR?


Reply to this email directly or view it on GitHub.

rupl commented

I think it's a good idea to at least explore the concept of more complex queries. I agree that right now it's faster and thus more viable to only provide min-width breakpoints, but for instance in WICG/cq-usecases#4 there is discussion about what requirements the web development community might have for a native EQ solution. Seems sensible for us to at least open a branch and prototype the behavior we want, even if it's too slow to ship.

Like I previously said, I have no problem experimenting, I'd just like to see the proposed syntax and constraints put upon it. This goes double for height as it's much more variable than width