You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make deprecated media types an error (not warning)
When the CSS3 profile is selected, this change makes the CSS checker
report an error if any deprecated media types are used — per the
normative requirements in the current Media Queries spec:
https://www.w3.org/TR/2017/CR-mediaqueries-4-20170905/#media-types
> ...the following deprecated media types are defined. Authors must not use
these media types: tty, tv, projection, handheld, braille, embossed, aural
Otherwise, without this change, only a warning (rather than an error) is
reported.
0 commit comments