CSS3 icon indicating copy to clipboard operation
CSS3 copied to clipboard

`font`, `menu`, `backdrop-filter` not highlighting/including properly

Open ehzro3 opened this issue 3 years ago • 1 comments

I'm learning ST syntax definition to contribute but before I make any change I want to report problems according to the guideline.

Problem

Many property values in font are unmatched

Functional notation

Screen Shot 2022-08-21 at 18 24 51

Keyword

Screen Shot 2022-08-21 at 18 25 09

backdrop-filter is unmatched

Screen Shot 2022-08-21 at 18 25 17

menu matches invalid.deprecated.css

  • menuitem is deprecated but menu is not Screen Shot 2022-08-21 at 18 25 01

ehzro3 avatar Aug 21 '22 22:08 ehzro3

nice catches 👍🏻

argyleink avatar Aug 22 '22 17:08 argyleink

PRs have been opened:

  • font: https://github.com/ryboe/CSS3/pull/192
  • backdrop-filter: https://github.com/ryboe/CSS3/pull/187
  • menu: https://github.com/ryboe/CSS3/pull/186

vrugtehagel avatar Jul 27 '23 19:07 vrugtehagel