Skip to content
/ data Public

This repository contains general data for Web technologies

License

Notifications You must be signed in to change notification settings

mdn/data

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c06d79 · Jan 20, 2024
Nov 3, 2023
Dec 22, 2022
Jan 20, 2024
Jan 3, 2024
Jan 15, 2024
Jan 25, 2022
Jun 12, 2017
Sep 26, 2023
Jun 12, 2017
Dec 22, 2022
Jan 15, 2024
Jan 3, 2023
Nov 3, 2023
Sep 23, 2018
Feb 3, 2023
Jan 3, 2023
Oct 16, 2017
Jan 15, 2024
Jan 15, 2024

Repository files navigation

Welcome to MDN data

Note We are in the process of deprecating the mdn/data package in favor of w3c/webref. If you depend on this project, let us know in our community GitHub discussions. Thank you.

NPM version lint

This repository contains general data for Web technologies and is maintained by the MDN team at Mozilla.

Repository contents

The data in this repository is used in MDN Web Docs to build information boxes and sidebar navigation. External tools make use of this data as well, for example, the CSSTree CSS parser.

There's a top-level directory for each broad area covered: for example, api and css. Inside each of these directories is one or more JSON files containing the data.

api

Contains data about Web APIs:

  • API inheritance (interface inheritance and mixin implementations)

css

Contains data about:

  • CSS at-rules
  • CSS functions
  • CSS properties
  • CSS selectors
  • CSS syntaxes
  • CSS types
  • CSS units

For more information, see the CSS data documentation and the Updating CSS JSON DB guide.

l10n

The l10n folder contains localization strings that are used in the various json files throughout this repository.

Problems?

If you find a problem, please file an issue.

Contributing

We're very happy to accept contributions to this data. Please familiarize yourself with the schema for the data you're editing, and send us a pull request. See the CONTRIBUTING.md document for more information.

See also