Dave Smith
Dave Smith
So to confirm we need a PR to remove the `aria-hidden` from the nodes?
This Issue isn't specifically a problem of the Nav list view. It's a problem for all list view instances. It needs to be resolved but it's going to require folks...
I think maybe we could make a small change here as a middle ground to help. When a user selects a suggestion we allow it to auto-apply _but_ we wouldn't...
I'm hopeful that https://github.com/WordPress/gutenberg/issues/50891 will address this in time.
I just cherry-picked this PR to the cherry-pick-wp-6-5-beta-3 branch to get it included in the next release: eba2b3c6d6
@mikachan I don't think these changes are required in `trunk`. Post type registration is handled in it's own way in WP Core and so porting this PR's changes to Core...
> I just cherry-picked this PR to the cherry-pick-wp-6-5-beta-3 branch to get it included in the next release: [eba2b3c](https://github.com/WordPress/gutenberg/commit/eba2b3c6d6995d496a8ee04b0a349cc5c979d7d4) I spoke to @matiasbenedetto and he confirmed that this PR does...
I've started to see: - `Needs PHP backport` as "Has _PHP_ changes that need to be _manually_ synced to WP Core" - `Backport to WP Beta/RC` as "Has some changes...
e2e tests are far less expensive than they were previously, however I take your point. The testing instructions on the previous PR had _a lot_ of edge cases and potential...
> the timeouts I've had to add for these tests. It seems that the Font Library takes a while to resolve in the Playwright environment. In my experience these typically...