data
data copied to clipboard
This repository contains general data for Web technologies
Hello, this is Pine from [VS Code](https://github.com/microsoft/vscode) team. We are looking into using MDN data to provide an always up-to-date auto completion in VS Code, for example:  The auto...
Implement automatic publication to npm.
When linting https://github.com/mdn/data/blob/master/css/at-rules.json, a schema error was detected for the `@property` object (https://github.com/mdn/data/blob/3a92ce8348e83a0ce7beef84b45accf151645f92/css/at-rules.json#L331): ```json "@property": { "syntax": "@property {\n \n}", "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property" }, ``` because it was missing...
## Summary **MDN Data** should make a couple of breaking changes: - move the package into the `@mdn` scope on **npm** (i.e., rename `mdn-data` to `@mdn/data`) - drop support for...
This appears to be false, as it is [defined in a spec](https://drafts.csswg.org/css-ui-4/#propdef-user-select), and listed in BCD as on a standards track.
Seeing autogenerated types in [css-type](https://github.com/frenic/css-type/index.d.ts) is really nice. When using React or Preact, their type definitions only have names of elements but not any documentation about their usage. Would be...
It appears that both the rgb and rgba value definitions are incorrect. https://github.com/mdn/data/blob/a2e2d7adb53f7906985b50e30dc3c6fd9c200652/css/syntaxes.json#L531 `rgb( {3} [ / ]? ) | rgb( {3} [ / ]? ) | rgb( #{3} ,...
Setting array as the `media` field's value (in properties.json) causes "_Value not found in DB!_" error on the MDN page for the following CSS properties: 1. [cursor](https://developer.mozilla.org/en-US/docs/Web/CSS/cursor) 2. [outline](https://developer.mozilla.org/en-US/docs/Web/CSS/outline) 3....
Spec: https://drafts.fxtf.org/css-masking-1/#the-mask-repeat Right value: `no-repeat`
A JSON file that maps `` element types to the attributes they support, as well as providing links to a page on MDN with information about each attribute and either...