Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#55679 closed defect (bug) (duplicate)

Invalid HTML detected in WP core by w3.org validator

Reported by: wordmax's profile wordmax Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.9
Component: General Keywords:
Focuses: Cc:

Description

Using latest version of WordPress & Blocksy theme with very few modifications or plugins. I notified Blocksy of an invalid HTML detected by validator.w3.org and the theme developers say that the WordPress core is actually the cause, not the theme.

Here is the code that produces invalid HTML at w3.org:

<style>.wp-container-1 .alignleft { float: left; margin-right: 2em; }.wp-container-1 .alignright { float: right; margin-left: 2em; }</style>
<style>.wp-container-2 .alignleft { float: left; margin-right: 2em; }.wp-container-2 .alignright { float: right; margin-left: 2em; }</style>
<style>.wp-container-3 .alignleft { float: left; margin-right: 2em; }.wp-container-3 .alignright { float: right; margin-left: 2em; }</style>

Attachments (1)

1.png (108.9 KB) - added by wordmax 2 years ago.
screenshot of html validation errors at w3

Download all attachments as: .zip

Change History (2)

@wordmax
2 years ago

screenshot of html validation errors at w3

#1 @audrasjb
2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
  • Version changed from 5.9.3 to 5.9

Hello and thank you for opening this ticket.
This was already reported in #55375 and it was reported on Gutenberg GitHub repository.

Closing this as duplicate. Thanks again!

Last edited 2 years ago by audrasjb (previous) (diff)
Note: See TracTickets for help on using tickets.