Opened 18 months ago
Last modified 5 months ago
#61147 new defect (bug)
CSS: Parse Error. html :where([style * =border-top-color])
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | minor | Version: | 6.5 |
| Component: | Editor | Keywords: | reporter-feedback close |
| Focuses: | css | Cc: |
Description
Inline css, such as,
<style id='wp-block-library-inline-css'>
html :where([style * =border-top-color]) {
border-top-style:solid
}
</style>
ends up with a space between * and = that wasn't there in the file wp-includes/css/dist/block-library/style.css but is an error on the w3c validator.
Change History (3)
Note: See
TracTickets for help on using
tickets.
My apologies that this took so long to receive a response, @jasonmader.
Could you give this another check on a site running the latest version of WordPress? I've checked a few sites that I have and a fresh test site and I'm unable to reproduce it.