Results 70 comments of Viktor Hubert

I thought that's what the spec describes? `$this` or `:self` doesn't make sense to me unless it only effects elements **inside** the one defining the queries. That's what separates element-...

All right, let's start the discussion then XD it's very useful to see your definition for "scoped" stylesheet and element / container queries. I'll try to give me mine, because...

Also, imagine this: ```pcss @element input (min-characters: 15) { body { background: red; } } @element input (min-characters: 15) { body { background: green; } } ``` What happens here?...

I think this is the difference between two viewpoints: I work with "components" on a regular bases, and use OOCSS methodologies (like BEM) to achieve scoping of styles. This, in...

I think we got a bit sidetracked here, what we talk about are starting to become topic of the WICG discussions on container/element queries, rather than this specific spec. 😅...

That didn't work for me @karenjwap , but pointed me in the right direction. Ideally the Emscripten JavaScript build of the C++ port of the ZXing Java library should be...

I'd probably still go with mojibar. I like consistency across devices. :)

This is usually a sign that you have an infinite loop in your code that was caught. I'd try to debug how it's getting together so much. not sure what...

Yeah having a rAF call in there would mean that you no longer get notification of resize events as they happen, but rather with a 16ms delay or so. (Depending...

@makenosound any chance you could give me a minimal example code on codesandbox or somewhere, where the issue is reproduced? I thought it would be easy but can't seem to...