Opened 2 years ago
Last modified 2 years ago
#56873 new defect (bug)
Core Blocks validation error from wordpress 6.0.3
Reported by: | gigito78 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 6.0.3 |
Component: | Editor | Keywords: | |
Focuses: | javascript | Cc: |
Description
Hello! There seem to be some validation errors of some core block patterns from version 6.0.3 (they seem to be inconsistencies of the style attribute). They can be viewed in the developer console.
Attachments (1)
Change History (6)
#2
@
2 years ago
I have tried different patterns and so far have not been able to reproduce it.
It would be helpful to have the original markup HTML for this error.
This ticket was mentioned in Slack in #core-editor by wildworks. View the logs.
2 years ago
#4
@
2 years ago
Another report of this here: https://wordpress.org/support/topic/getting-alot-of-console-errors-on-fresh-wordpress-install/
It looks like validation warnings for button
are very common (1, 2, 3). Are we certain that the button block is not missing a deprecation?
#5
@
2 years ago
I have listed here the causes I expect for this problem:
https://github.com/WordPress/gutenberg/issues/45153#issuecomment-1286350765
Hello, and thank you for your bug report!
This looks a bit similar to this issue (missing block deprecations for
elements
class name). I'll ask folks there to have a look at this and confirm.