data
data copied to clipboard
This repository contains general data for Web technologies
Currently `css/syntaxes.json` contains syntaxes for values, selectors and at-rules. The problem is each type of syntax have its own grammar. >> Note that the values related to at-rules are also...
There are pretty common problems when updating CSS syntax dictionaries: - added/updated definition can't be parsed; - a new syntax has broken references to other definitions, i.e. a syntax definition...
### Description Update Traditional Chinese translation ### Motivation ### Additional details ### Related issues and pull requests
### Description Chrome 123 supports the `field-sizing` property, which is used to size textual form elements and textareas by their content, rather than sticking to a fixed size. This PR...
### What information was incorrect, unhelpful, or incomplete? `paletter-identifier` isn't defined. This was introduced in : https://github.com/mdn/data/pull/656/files#diff-562978da52d865694af570af147231e961cc58b084d8c2c4d8567e4c576b0eadR4814 ### What did you expect to see? I expected it to be defined...
### What information was incorrect, unhelpful, or incomplete? [`syntaxes.json`](https://github.com/mdn/data/blob/main/css/syntaxes.json) contains data for both CSS functional notations and CSS types, but there already exist [`functions.json`](https://github.com/mdn/data/blob/main/css/functions.json) and [`types.json`](https://github.com/mdn/data/blob/main/css/types.json) for such data. I'm...
### What information was incorrect, unhelpful, or incomplete? The `syntax` for the CSS property `overflow-clip-margin` seems incorrect: > `"syntax": " || "` (https://github.com/mdn/data/blob/main/css/properties.json#L7578) ### What did you expect to see?...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.13.0. Release notes Sourced from ajv's releases. v8.13.0 add named exports update dependencies update node.js v8.12.0 fix JTD serialisation (remove leading comma in objects with...
### Description Fixes the `ray()` syntax and adds the missing `ray-size` type. ### Additional details https://drafts.fxtf.org/motion/#funcdef-ray ### Related issues and pull requests Fixes https://github.com/mdn/data/issues/722
The following was added in https://github.com/mdn/data/pull/700. https://github.com/mdn/data/blob/2e681ff548d9bbd5a5ba24e128a25d957fdb1eca/css/syntaxes.json#L624 This syntax is incorrect and also incorrectly nests the ray-size values as opposed to adding a separate type entry for it.