Make WordPress Core

Opened 7 years ago

Closed 3 years ago

#42200 closed defect (bug) (invalid)

Code Editor: false error on "@charset"

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

Description

When I edit style.css in the code editor it reports a false error for the following line:

@charset "UTF-8";

Attachments (1)

charset.png (23.8 KB) - added by joneiseman 7 years ago.

Download all attachments as: .zip

Change History (3)

@joneiseman
7 years ago

#1 @helen
7 years ago

  • Keywords close added

It seems that @charset needs to be the very first element in the stylesheet and not preceded by anything, not even comments: https://developer.mozilla.org/en-US/docs/Web/CSS/@charset

Not sure how that plays out with the way themes need to define headers, but in this case the linter is correct that you have an error.

#2 @desrosj
3 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Closing this one out. It seems the linter was indeed working as expected.

Note: See TracTickets for help on using tickets.