[d565449] | 1 | # MDN data
|
---|
| 2 |
|
---|
| 3 | [https://github.com/mdn/data](https://github.com/mdn/data)
|
---|
| 4 |
|
---|
| 5 | Maintained by the [MDN team at Mozilla](https://wiki.mozilla.org/MDN).
|
---|
| 6 |
|
---|
| 7 | This repository contains general data for Web technologies.
|
---|
| 8 |
|
---|
| 9 | This data is used in MDN documentation, to build
|
---|
| 10 | [information boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/background)
|
---|
| 11 | or [sidebar navigation](https://developer.mozilla.org/en-US/docs/Web/API/Window).
|
---|
| 12 | External tools have started to make use of this data as well.
|
---|
| 13 | For 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 |
|
---|
| 21 | There'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
|
---|
| 23 | JSON files containing the data.
|
---|
| 24 |
|
---|
| 25 | ### api
|
---|
| 26 | Contains 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 |
|
---|
| 38 | Read more about [CSS data](https://github.com/mdn/data/blob/master/css/readme.md) and the format of the files.
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 | ### l10n
|
---|
| 42 | The l10n folder contains localization strings that are used in the various
|
---|
| 43 | json files throughout this repository.
|
---|
| 44 |
|
---|
| 45 | ## Problems?
|
---|
| 46 |
|
---|
| 47 | If you find a problem, please [file an issue](https://github.com/mdn/data/issues/new).
|
---|
| 48 |
|
---|
| 49 | ## Contributing
|
---|
| 50 |
|
---|
| 51 | We're very happy to accept contributions to this data. Please familiarize yourself
|
---|
| 52 | with 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)
|
---|
| 56 | for compatibility data for Web technologies.
|
---|