Paragraph elements now all have id attribute
-
In the last few days something has changed in the Gutenberg editor to add a unique id to each <p> paragraph tag (visible when editing html/code and in published source code). The form is id=”[something that looks like a GUID]”. I have not added any plugins or done anything I know of to trigger this behaviour.
It may also be that the setting of a paragraph background colour now uses a span element (with likely associated in line element problems) rather than adding the CSS to the <p> tag.
Is there any explanation? Seems like unnecessary bloat, and may also be breaking some pages?
Thanks for any insights/answers/fixes.
The topic ‘Paragraph elements now all have id attribute’ is closed to new replies.