[wp-trac] [WordPress Trac] #53795: WP5.8 CSS Validation errors

WordPress Trac noreply at wordpress.org
Mon Aug 30 05:02:37 UTC 2021


#53795: WP5.8 CSS Validation errors
--------------------------+-----------------------
 Reporter:  jim5471       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  5.8.1
Component:  Editor        |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+-----------------------

Comment (by peterwilsoncc):

 There is a [https://github.com/WordPress/gutenberg/pull/33793 pull request
 in progress] for this on the Gutenberg repository.

 The reported error on line 267 (selector list in `:not()`) is a false
 positive as the validator is for CSS 3 and `:not()` began supporting
 selector lists in CSS Level 4. All browsers supported by WordPress support
 the feature. https://caniuse.com/css-not-sel-list

 The reported error on line 2283 is a genuine positive: `width: none` is
 not valid.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53795#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list