diff --git a/css/selectors.json b/css/selectors.json index 9909a5f8..3773e5c4 100644 --- a/css/selectors.json +++ b/css/selectors.json @@ -516,7 +516,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:not" }, ":nth-child()": { - "syntax": ":nth-child( [ of ]? )", + "syntax": ":nth-child( [ of ]? )", "groups": [ "Pseudo-classes", "Selectors" @@ -525,7 +525,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child" }, ":nth-last-child()": { - "syntax": ":nth-last-child( [ of ]? )", + "syntax": ":nth-last-child( [ of ]? )", "groups": [ "Pseudo-classes", "Selectors" @@ -534,7 +534,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child" }, ":nth-last-of-type()": { - "syntax": ":nth-last-of-type( )", + "syntax": ":nth-last-of-type( )", "groups": [ "Pseudo-classes", "Selectors" @@ -543,7 +543,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-of-type" }, ":nth-of-type()": { - "syntax": ":nth-of-type( )", + "syntax": ":nth-of-type( )", "groups": [ "Pseudo-classes", "Selectors" diff --git a/css/syntaxes.json b/css/syntaxes.json index 8ec74fb5..6e3b4295 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -11,6 +11,9 @@ "alpha-value": { "syntax": " | " }, + "an+b": { + "syntax": "odd | even | | | '+'?† n | -n | | '+'?† | | | '+'?† n | -n | | '+'?† n- | -n- | ['+' | '-'] | '+'?† n ['+' | '-'] | -n ['+' | '-'] " + }, "anchor()": { "syntax": "anchor( ? && , ? )" }, @@ -263,6 +266,9 @@ "dasharray": { "syntax": "[ [ | ]+ ]#" }, + "dashndashdigit-ident": { + "syntax": "" + }, "deprecated-system-color": { "syntax": "ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonHighlight | ButtonShadow | CaptionText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText" }, @@ -422,6 +428,9 @@ "id-selector": { "syntax": "" }, + "integer": { + "syntax": "" + }, "image": { "syntax": " | | | | | | " }, @@ -587,6 +596,18 @@ "mod()": { "syntax": "mod( , )" }, + "n-dimension": { + "syntax": "" + }, + "ndash-dimension": { + "syntax": "" + }, + "ndashdigit-dimension": { + "syntax": "" + }, + "ndashdigit-ident": { + "syntax": "" + }, "name-repeat": { "syntax": "repeat( [ | auto-fill ], + )" }, @@ -599,9 +620,6 @@ "ns-prefix": { "syntax": "[ | '*' ]? '|'" }, - "nth": { - "syntax": " | even | odd" - }, "number-percentage": { "syntax": " | " }, @@ -839,6 +857,12 @@ "sign()": { "syntax": "sign( )" }, + "signed-integer": { + "syntax": "" + }, + "signless-integer": { + "syntax": "" + }, "sin()": { "syntax": "sin( )" }, diff --git a/css/types.json b/css/types.json index e23a0354..db5a0f1b 100644 --- a/css/types.json +++ b/css/types.json @@ -1,10 +1,4 @@ { - "an-plus-b": { - "groups": [ - "Selectors" - ], - "status": "standard" - }, "angle": { "groups": [ "CSS Types"