source: trip-planner-front/node_modules/mdn-data/README.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.9 KB
Line 
1# MDN data
2
3[https://github.com/mdn/data](https://github.com/mdn/data)
4
5Maintained by the [MDN team at Mozilla](https://wiki.mozilla.org/MDN).
6
7This repository contains general data for Web technologies.
8
9This data is used in MDN documentation, to build
10[information boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/background)
11or [sidebar navigation](https://developer.mozilla.org/en-US/docs/Web/API/Window).
12External tools have started to make use of this data as well.
13For example, the [CSSTree](https://github.com/csstree/csstree/) CSS parser.
14
15
16[![NPM version](https://img.shields.io/npm/v/mdn-data.svg)](https://www.npmjs.com/package/mdn-data)
17[![Build Status](https://travis-ci.org/mdn/data.svg?branch=master)](https://travis-ci.org/mdn/data)
18
19## Repository contents
20
21There's a top-level directory for each broad area covered: for example, "api",
22"css", "svg". Inside each of these directories is one or more
23JSON files containing the data.
24
25### api
26Contains data about Web APIs:
27* API inheritance (interface inheritance and mixin implementations)
28
29### css
30 Contains data about:
31* CSS at-rules
32* CSS properties
33* CSS selectors
34* CSS syntaxes
35* CSS types
36* CSS units
37
38Read more about [CSS data](https://github.com/mdn/data/blob/master/css/readme.md) and the format of the files.
39
40
41### l10n
42The l10n folder contains localization strings that are used in the various
43json files throughout this repository.
44
45## Problems?
46
47If you find a problem, please [file an issue](https://github.com/mdn/data/issues/new).
48
49## Contributing
50
51We're very happy to accept contributions to this data. Please familiarize yourself
52with the schema for the data you're editing, and send us a pull request. See also the [Contributing file](https://github.com/mdn/data/blob/master/CONTRIBUTING.md) for more information.
53
54## See also
55* [https://github.com/mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)
56for compatibility data for Web technologies.
Note: See TracBrowser for help on using the repository browser.