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
What information was incorrect, unhelpful, or incomplete?
The issue of missing syntaxes in the new version of mdn/data was observed during an attempt to update mdn/data in css-tree. This was identified by the output of the improved linter from the rejected PR #597 as well:
Check CSS syntax connectivity...
css/properties.json "font-palette" used missed syntax definition <palette-mix()>
css/properties.json "height" used missed syntax definition <calc-size()>
css/properties.json "height" used missed syntax definition <anchor-size()>
css/properties.json "max-height" used missed syntax definition <calc-size()>
css/properties.json "max-height" used missed syntax definition <anchor-size()>
css/properties.json "max-width" used missed syntax definition <calc-size()>
css/properties.json "max-width" used missed syntax definition <anchor-size()>
css/properties.json "min-height" used missed syntax definition <calc-size()>
css/properties.json "min-height" used missed syntax definition <anchor-size()>
css/properties.json "min-width" used missed syntax definition <calc-size()>
css/properties.json "min-width" used missed syntax definition <anchor-size()>
css/properties.json "width" used missed syntax definition <calc-size()>
css/properties.json "width" used missed syntax definition <anchor-size()>
css/syntaxes.json "color" used missed syntax definition <oklab()>
css/syntaxes.json "color" used missed syntax definition <oklch()>
css/syntaxes.json "color" used missed syntax definition <color()>
What did you expect to see?
All syntaxes are defined in dictionaries
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered:
lahmatiy
added
the
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
label
Dec 5, 2024
What information was incorrect, unhelpful, or incomplete?
The issue of missing syntaxes in the new version of
mdn/data
was observed during an attempt to updatemdn/data
incss-tree
. This was identified by the output of the improved linter from the rejected PR #597 as well:What did you expect to see?
All syntaxes are defined in dictionaries
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: