-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HTML validation errors #2375
Copy link
Copy link
Closed
Labels
Good First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Milestone
Metadata
Metadata
Assignees
Labels
Good First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Type
Fields
Give feedbackNo fields configured for issues without a type.
On current master demo content (0.8 just released):
1
Error: Attribute label not allowed on element button at this point.
<button type="button" aria-expanded="true" label="Open section: Status & Visibility" ...this is because the panel body Button receives a
labelprop that should bearia-label2
Error: Element figcaption not allowed as child of element div in this context.
3
Error: Element div not allowed as child of element span in this context.
<div class="editor-visual-editor__block-edit"><span class="wp-block-button"><div class="blocks-editable">4
Error: The scrolling attribute on the iframe element is obsolete. Use CSS instead.