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
<group-rule-body> is wrong for the block of @viewport (should be a list of descriptors)
I think we need to change the description of @counter-style, @font-face and @viewport, since those at-rules have a limited list of descriptors and block syntax can be generated from a descriptors section. The rest at-rule descriptions should be revisited too.
I can bring a PR later if there is no blockers for changes (like MDN pages).
The text was updated successfully, but these errors were encountered:
There are some syntax description issues in
css/at-rule.json
:@charset \"<charset>\";
is quite incorrect, should be@charset <string> ;
@counter-style
has a description of block, but declaration refers to wrong types (i.e.system: <counter-system>;
butsystem
key indescriptors
)@font-face
had a problem with wrong reference like in@counter-style
syntax, but I fixed it in Fix a syntax errors for @font-face #221<group-rule-body>
is wrong for the block of@viewport
(should be a list of descriptors)I think we need to change the description of
@counter-style
,@font-face
and@viewport
, since those at-rules have a limited list of descriptors and block syntax can be generated from adescriptors
section. The rest at-rule descriptions should be revisited too.I can bring a PR later if there is no blockers for changes (like MDN pages).
The text was updated successfully, but these errors were encountered: