Lena Morita

Results 92 comments of Lena Morita

That's reasonable. It may be worth a note in the docs though, because there are quite a few scenarios where the semantic meaning will differ for two consecutive elements versus...

These are some examples I had in mind: https://codesandbox.io/s/html-nodes-ful1z The "split links" case is probably the most common one that would pose a usability problem — keyboard or mouse interactions...

Good to hear it'll be considered though, thanks! I also have an update on what I think the "correct" behavior is. I now think we actually _don't_ want to merge...

I looked into this a bit, and unfortunately could not reproduce. I suspect there is a missing repro condition. Here is an E2E test I tried in both headed/headless mode,...

Yes, that’s probably correct, I don’t imagine the WP Core codebase uses notation like this anywhere. This is just an arbitrary identifier that was in our team’s codebase. If it...

I enjoy these discussions very much, thank you 😊

> A potential solution could be to expose only high-level layout components that can be used to cover the majority of the cases: `HStack` and `VStack` already exist, and I...

Tagging some reviewers who've worked on the Cover block to check that this solution makes sense in that context.

Yes, I would say that is the cleanest fix for this problem 👍 I don't know offhand if the `direction: ltr` is going to mess up the Tooltip text direction,...

> the toggled state is slightly rectangular My bad, fixed in fa743f7 ✨ > toggled states of the iconless version to be the full 40x40 sizes I definitely see your...