Aki Hamano

Results 538 comments of Aki Hamano

My tests yielded different results. The font-family of the `body` tag is defined by `styles.typography.fontFamily`. Also, **system font** is defined here in the latest TT2: https://github.com/WordPress/twentytwentytwo/blob/27054dbcb95f5d72cd943a0f3318c3ad97599f85/theme.json#L329 Then, after changing Source...

I was able to reproduce this problem with **the post editor**, not the site editor. I also think that this problem is not limited to audio blocks. Some examples are...

I think #44209 would solve this problem. However, we may want to consider adding a backport label to this PR.

I would like to explain this issue as best I can. (However, I may be wrong on some points.) First, I believe the root cause of this problem is the...

Thank you for the advice, @youknowriad ! I would like to explain what I have learned from further research in three cases. The first important point is that only CSS...

Thank you for the advice, @talldan ! I have confirmed that this problem is still reproduced in RC2. I will create two PRs as soon as possible in time for...

I first created a PR #45118 to backport to WP6.1. I would appreciate if someone could review it.

The PR for this issue is below: - For WP6.1: #45118 - For latest Gutenberg: #45261

I have marked `Tooltip` component as a blocker because refactoring is being considered in #42753.

I think this issue contains multiple questions, but here is what I found out about `props.style`. Some blocks, including the heading block, accept `props.style` and pass it to `useBlockProps`. ###...