Michaël Gallego

Results 110 comments of Michaël Gallego

Thanks a lot for investigating this issue :)

Thanks for spending time on this. We should open a bug tracker to Chrome. I think you have more context about the issue than I have, can you please try...

Hello @stefcameron , Thanks for your answer :). The Popover API is indeed awesome, unfortunately we still need to support from iOS 14 so I suppose that for us it...

Thanks for the answer. The issue is that popover is iOS 17.4+, so we can't use it, we need support up to iOS14 :(. From my understanding, FocusTrap is not...

`If there's no loop, how is there a trap? Without a loop, you're just left with how focus would naturally traverse the DOM regardless of any boundaries by way of...

Hi @stipsan , any info on whether this could be merged or not? :)

Hi :), I tried, for curiosity, to learn more about how apps are working in 2023. I was also extremely confused by the distinction made between frontend/backend. I looked at...

This is indeed problematic, I spent a few hours figuring out why my scroll-timeline experiments did not work. The animation-timeline order needs to be preserved :).

Hi @devongovett . I have face a similar issue related to animation-range. In Chrome at least, Lightning CSS will ignore this: ``` .foo { animation: linear foo; animation-timeline: view(); animation-range:...

Thanks for the answer. I will do some more debugging then, because the more `` tag I add on the page, the more forced reflows attributed to the getBoundingClientRect appears...