Ido Rosenthal

Results 11 comments of Ido Rosenthal

I also encountered the same issue, and also found that `5.1.6` doesn't have it. I think I have a simpler case, and also a bit different, that might be helpful:...

> - Persistent > - hover over one of the buttons, tooltip appears. Move mouse cursor out of button (and out of tooltip), tooltip is dismissed. > - tab to...

I can't say for 80% of users, but my intuition is that no matter how a tooltip opened, holding the mouse pointer on it is like another focus point that...

@carmacleod, that's all good points, I'm trying to understand what would be a good default to start with. I wonder if there should be different behaviors: 1. under different contexts...

Custom properties currently get trimmed, which creates a different output for development/production modes: ```css .c { --x: aaa bbb ; --y: zzz ; } /* OUTPUT: removed whitespace before and...

`getComputedStyle(node).getPropertyValue('--x')` returns the untrimmed value

I take it back, looking at the csswg it seems that custom properties [should be trimmed](https://github.com/w3c/csswg-drafts/pull/1986). Browser implementation [currently fail](https://wpt.live/css/css-syntax/declarations-trim-whitespace.html) in my case.

`Hello.svelte.d.ts` is already not picked up today in case you have `moduleResolution: node16` configured

@DanielRosenwasser , you mean for the case that both a global `declare module '*.ext'` and a `.d.ext.ts` are found?

#48 - just a quick fix for allowPlainValue with {_type}