data
data copied to clipboard
This repository contains general data for Web technologies
Add SVG data
It would be helpful to have also SVG related data. Optimizers like svgo heavily use such data, see https://github.com/svg/svgo/blob/master/plugins/_collections.js . Some svgo plugins also define extra data: - https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill.js -...
It feels to me like the `appliesto` property of the CSS properties data isn't defined very specifically at the moment. For context, here is a concrete example: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#formal_definition MDN says...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/CSS/direction ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? MDN says the CSS property supports...
Originally filed as https://github.com/microsoft/vscode/issues/149733 According to the [MDN page about the CSS `aspect-ratio` property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio), it is no longer considered experimental. https://github.com/mdn/data/blob/7ad63b7a52b16415e9a67af700a0006300b69b7b/css/properties.json#L1995 still has the `experimental` status.
Bumps [better-ajv-errors](https://github.com/atlassian/better-ajv-errors) from 1.1.2 to 1.2.0. Changelog Sourced from better-ajv-errors's changelog. 1.2.0 Minor Changes 3918d58: Add integration with ajv-errors Patch Changes 6120105: Remove for...in loop to prevent possible enumeration errors...
Formal Syntax incorrectly implies that all border-style values can be used. Fix https://github.com/mdn/data/issues/567 See for more info: https://www.w3.org/TR/css-ui-4/#typedef-outline-line-style
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.11.0. Release notes Sourced from ajv's releases. v8.11.0 Use root schemaEnv when resolving references in oneOf (#1901, @asprouse) Only use equal function in generated code...
MDN URL: https://developer.mozilla.org/en-US/docs/Web/CSS/outline-style #### What information was incorrect, unhelpful, or incomplete? Formal syntax auto | <'border-style'> #### What did you expect to see? Formal syntax auto | <outline-line-style> According to...
I am a bit surprised % is not in the units json, maybe I am not aware of some differentiation? Feel free to close if that's the case
Here's where the CSS standard is defined: https://www.w3.org/TR/CSS21/aural.html#speaking-props It's missing the following: ``` .foo{ speak: none; speak: normal; speak: spell-out } ```