[wp-trac] [WordPress Trac] #41888: Code Editor: Warning messages

WordPress Trac noreply at wordpress.org
Sun Sep 17 06:14:13 UTC 2017


#41888: Code Editor: Warning messages
-----------------------------------------+------------------
 Reporter:  paaljoachim                  |       Owner:
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  4.9
Component:  General                      |     Version:
 Severity:  normal                       |  Resolution:
 Keywords:  has-patch reporter-feedback  |     Focuses:  ui
-----------------------------------------+------------------
Changes (by westonruter):

 * keywords:   => has-patch reporter-feedback


Comment:

 @paaljoachim the CSSLint rules being raised for you are:

 * `box-model`: https://github.com/CSSLint/csslint/wiki/Beware-of-box-
 model-size
 * `outline-none`: https://github.com/CSSLint/csslint/wiki/Disallow-
 outline%3Anone

 The `box-model` one can probably safely be removed, but the `outline-none`
 one seems like a key one to keep for a11y.

 What is the CSS being flagged by the `outline-none` rule? Is it in fact
 incorrect?

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


More information about the wp-trac mailing list