You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature 'Embed Block caption' is not working properly. I expect the figcaption to be output as a child element of the figure, but it is currently being inserted as a sibling element after the figure instead.
Step-by-step reproduction instructions
Install Gutenberg version 19.1.0.
Open Gutenberg and paste a YouTube video URL into the visual editor.
Add a figcaption via the toolbar.
Inspect the figcaption using Chrome Dev Tools. You'll see that the figcaption is placed outside of the figure element.
Screenshots, screen recording, code snippet
c208e6b82ccd707d28d5d5ae607f56d1.mp4
Environment info
Gutenberg version 19.1.0
WordPress 6.6.1
Chrome 128.0.6613.86(Official Build)
Windows 11
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered:
Description
Feature 'Embed Block caption' is not working properly. I expect the
figcaption
to be output as a child element of thefigure
, but it is currently being inserted as a sibling element after thefigure
instead.Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
c208e6b82ccd707d28d5d5ae607f56d1.mp4
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: