pax_global_header 0000666 0000000 0000000 00000000064 14473502774 0014527 g ustar 00root root 0000000 0000000 52 comment=a322d5a7bae3548ffb7d8d4ba804925854bffc5f
data-2.1.0/ 0000775 0000000 0000000 00000000000 14473502774 0012440 5 ustar 00root root 0000000 0000000 data-2.1.0/.editorconfig 0000664 0000000 0000000 00000000223 14473502774 0015112 0 ustar 00root root 0000000 0000000 root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
data-2.1.0/.github/ 0000775 0000000 0000000 00000000000 14473502774 0014000 5 ustar 00root root 0000000 0000000 data-2.1.0/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 14473502774 0016163 5 ustar 00root root 0000000 0000000 data-2.1.0/.github/ISSUE_TEMPLATE/bug.yml 0000664 0000000 0000000 00000002205 14473502774 0017462 0 ustar 00root root 0000000 0000000 name: "Issue report"
description: Report an unexpected problem or unintended behavior.
labels: ["needs triage"]
body:
- type: markdown
attributes:
value: |
### Before you start
**Want to fix the problem yourself?** This project is open source and we welcome fixes and improvements from the community!
↩ Check the project [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) guide to see how to get started.
---
- type: textarea
id: problem
attributes:
label: What information was incorrect, unhelpful, or incomplete?
validations:
required: true
- type: textarea
id: expected
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
id: references
attributes:
label: Do you have any supporting links, references, or citations?
description: Link to information that helps us confirm your issue.
- type: textarea
id: more-info
attributes:
label: Do you have anything more you want to share?
description: For example, steps to reproduce, screenshots, screen recordings, or sample code.
data-2.1.0/.github/ISSUE_TEMPLATE/config.yml 0000664 0000000 0000000 00000001447 14473502774 0020161 0 ustar 00root root 0000000 0000000 blank_issues_enabled: true
contact_links:
- name: Content or feature request
url: https://github.com/mdn/mdn/issues/new/choose
about: Propose new content for MDN Web Docs or submit a feature request using this link.
- name: MDN GitHub Discussions
url: https://github.com/orgs/mdn/discussions
about: Does the issue involve a lot of changes, or is it hard to split it into actionable tasks? Start a discussion before opening an issue.
- name: MDN Web Docs on Discourse
url: https://discourse.mozilla.org/c/mdn/learn/250
about: Need help with assessments on MDN Web Docs? We have a support community for this purpose on Discourse.
- name: Help with code
url: https://stackoverflow.com/
about: If you are stuck and need help with code, StackOverflow is a great resource.
data-2.1.0/.github/PULL_REQUEST_TEMPLATE 0000664 0000000 0000000 00000001226 14473502774 0017203 0 ustar 00root root 0000000 0000000
### Description
### Motivation
### Additional details
### Related issues and pull requests
data-2.1.0/.github/dependabot.yml 0000664 0000000 0000000 00000000152 14473502774 0016626 0 ustar 00root root 0000000 0000000 version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
data-2.1.0/.github/workflows/ 0000775 0000000 0000000 00000000000 14473502774 0016035 5 ustar 00root root 0000000 0000000 data-2.1.0/.github/workflows/codeql.yml 0000664 0000000 0000000 00000001523 14473502774 0020030 0 ustar 00root root 0000000 0000000 name: "CodeQL"
on:
push:
branches: ["main"]
paths-ignore:
- "**.md"
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
paths-ignore:
- "**.md"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
data-2.1.0/.github/workflows/idle.yml 0000664 0000000 0000000 00000000562 14473502774 0017500 0 ustar 00root root 0000000 0000000 # This workflow is hosted at: https://github.com/mdn/workflows/blob/main/.github/workflows/idle.yml
# Docs for this workflow: https://github.com/mdn/workflows/blob/main/README.md#idle
name: "Label idle issues"
on:
schedule:
- cron: "0 9 * * 5"
jobs:
mark-as-idle:
uses: mdn/workflows/.github/workflows/idle.yml@main
with:
target-repo: "mdn/data"
data-2.1.0/.github/workflows/lint.yml 0000664 0000000 0000000 00000000434 14473502774 0017527 0 ustar 00root root 0000000 0000000 name: lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
with:
node-version: '12.x'
- run: npm ci
- run: npm test
data-2.1.0/.github/workflows/publish-release.yml 0000664 0000000 0000000 00000000453 14473502774 0021646 0 ustar 00root root 0000000 0000000 name: publish-release
on:
push:
branches:
- main
jobs:
publish-release:
uses: mdn/workflows/.github/workflows/publish-release.yml@main
with:
target-repo: "mdn/data"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
data-2.1.0/.github/workflows/welcome-bot.yml 0000664 0000000 0000000 00000002706 14473502774 0021002 0 ustar 00root root 0000000 0000000 # This workflow is hosted at: https://github.com/mdn/workflows/blob/main/.github/workflows/allo-allo.yml
# Docs for this workflow: https://github.com/mdn/workflows/blob/main/README.md#allo-allo
name: "AlloAllo"
on:
issues:
types:
- opened
pull_request_target:
branches:
- main
types:
- opened
- closed
jobs:
allo-allo:
uses: mdn/workflows/.github/workflows/allo-allo.yml@main
with:
target-repo: "mdn/data"
issue-welcome: >
It looks like this is your first issue. Welcome! 👋
One of the project maintainers will be with you as soon as possible. We
appreciate your patience. To safeguard the health of the project, please
take a moment to read our [code of conduct](../blob/main/CODE_OF_CONDUCT.md).
pr-welcome: >
It looks like this is your first pull request. 🎉
Thank you for your contribution! One of the project maintainers will triage
and assign the pull request for review. We appreciate your patience. To
safeguard the health of the project, please take a moment to read our
[code of conduct](../blob/main/CODE_OF_CONDUCT.md).
pr-merged: >
Congratulations on your first merged pull request. 🎉 Thank you for your contribution!
Did you know we have a [project board](https://github.com/orgs/mdn/projects/25) with high-impact contribution opportunities?
We look forward to your next contribution.
data-2.1.0/.gitignore 0000664 0000000 0000000 00000000030 14473502774 0014421 0 ustar 00root root 0000000 0000000 /node_modules/
.DS_Store data-2.1.0/.npmignore 0000664 0000000 0000000 00000000032 14473502774 0014432 0 ustar 00root root 0000000 0000000 .travis.yml
.editorconfig
data-2.1.0/.prettierrc.json 0000664 0000000 0000000 00000000036 14473502774 0015573 0 ustar 00root root 0000000 0000000 {
"bracketSameLine": true
}
data-2.1.0/CHANGELOG.md 0000664 0000000 0000000 00000007566 14473502774 0014267 0 ustar 00root root 0000000 0000000 # Changelog
## [2.1.0](https://github.com/mdn/data/compare/v2.0.33...v2.1.0) (2023-08-29)
### Features
* CSS contain-intrinsic-* syntax updates ([#684](https://github.com/mdn/data/issues/684)) ([59748c3](https://github.com/mdn/data/commit/59748c3705842f6ef78622e38c208eb5b9f6e6b8))
### Bug Fixes
* **css:** Mark all 'text-emphasis*' properties inheritable ([#685](https://github.com/mdn/data/issues/685)) ([4382320](https://github.com/mdn/data/commit/4382320919e033de157f923172f3877045493951))
## [2.0.33](https://github.com/mdn/data/compare/v2.0.32...v2.0.33) (2023-08-21)
### Features
* update CSS offset-path syntax ([#680](https://github.com/mdn/data/issues/680)) ([a609205](https://github.com/mdn/data/commit/a6092053a42f8ae15c3d16148980e22dffa41634))
### Miscellaneous Chores
* release 2.0.33 ([fa9c0e5](https://github.com/mdn/data/commit/fa9c0e5fb5bf95df0daa6689c0bc7cf874bda0e6))
## [2.0.32](https://github.com/mdn/data/compare/v2.0.32...v2.0.32) (2023-05-12)
### Miscellaneous Chores
* release 2.0.32 ([6ff71b4](https://github.com/mdn/data/commit/6ff71b4956f7d3ad3fe5fd27cdd84881da8fc0a4))
## [2.0.31](https://github.com/mdn/data/compare/v2.0.30...v2.0.31) (2023-02-03)
### Bug Fixes
* scroll-timeline-axis and scroll-timeline-name are properties ([#631](https://github.com/mdn/data/issues/631)) ([7bb3805](https://github.com/mdn/data/commit/7bb3805b883fd75f79826bd5cd1582e1cc1bcc55))
## [2.0.30](https://github.com/mdn/data/compare/v2.0.29...v2.0.30) (2022-10-28)
### Bug Fixes
* correct mask-repeat initial value ([b36469e](https://github.com/mdn/data/commit/b36469e253ba551ba2a5a9738b814522309e5f6a))
* correct scroll-timeline-axis and mask-repeat initial value ([#622](https://github.com/mdn/data/issues/622)) ([e48302d](https://github.com/mdn/data/commit/e48302df0348c753db319c059cd5827b3603807d))
* correct scroll-timeline-axis initial value ([5144622](https://github.com/mdn/data/commit/51446221397120b25d39125bb608a2572c47b0d2))
## [2.0.29](https://github.com/mdn/data/compare/v2.0.28...v2.0.29) (2022-08-30)
### Miscellaneous Chores
* release 2.0.29 ([da9510f](https://github.com/mdn/data/commit/da9510f7c6cbb79e6eeda6dda51bc39358301ea6))
## [2.0.28](https://github.com/mdn/data/compare/v2.0.27...v2.0.28) (2022-07-12)
### Bug Fixes
* **css:** correct two syntax examples in selectors ([#589](https://github.com/mdn/data/issues/589)) ([91ab33a](https://github.com/mdn/data/commit/91ab33a40bf2dfd75286a01785453705105533e8))
### [2.0.27](https://github.com/mdn/data/compare/v2.0.26...v2.0.27) (2022-02-24)
### Miscellaneous Chores
* release ([a99ae2e](https://github.com/mdn/data/commit/a99ae2ebfeb930524c18f8d46954e8e32ab6b630))
### [2.0.26](https://www.github.com/mdn/data/compare/v2.0.25...v2.0.26) (2022-01-19)
### Miscellaneous Chores
* release 2.0.26 ([8b1045d](https://www.github.com/mdn/data/commit/8b1045dc488c7b278c933143efd1bdba75b6832f))
### [2.0.25](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.25) (2021-12-21)
### Bug Fixes
* change branch reference to main ([a473261](https://www.github.com/mdn/data/commit/a473261308cf82ee387cec886c70ef3d570fc957))
* remove old clashing workflow ([af9a18c](https://www.github.com/mdn/data/commit/af9a18ce3af2cbca83582debf3c3d3fc0ace7402))
### Miscellaneous Chores
* release 2.0.25 ([db5a54b](https://www.github.com/mdn/data/commit/db5a54ba4f3c28b52d0801e115fd5ff0a0052743))
* release 2.0.25 ([0f453ee](https://www.github.com/mdn/data/commit/0f453eedadbd9065d552203260210bdfafa9d7ff))
### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.24) (2021-12-17)
### Miscellaneous Chores
* release 2.0.24 ([4d00c38](https://www.github.com/mdn/data/commit/4d00c386efe1cfbf536bb3bc80fed6d687f9ad04))
### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.23...v2.0.24) (2021-12-15)
### Miscellaneous Chores
* release 2.0.24 ([abff6ff](https://www.github.com/mdn/data/commit/abff6ff0fb88e834c65a2cc05f346b105a9b2e99))
data-2.1.0/CODE_OF_CONDUCT.md 0000664 0000000 0000000 00000000720 14473502774 0015236 0 ustar 00root root 0000000 0000000 # Code of conduct
This repository is governed by Mozilla's code of conduct and etiquette guidelines.
For more details, read [Mozilla's Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
## Reporting violations
For more information on how to report violations of the Community Participation Guidelines, read the [How to report](https://www.mozilla.org/about/governance/policies/participation/reporting/) page.
data-2.1.0/CONTRIBUTING.md 0000664 0000000 0000000 00000003742 14473502774 0014677 0 ustar 00root root 0000000 0000000 # MDN data contribution guide
Thanks for taking the time to contribute to [MDN Web Docs](https://developer.mozilla.org)! :tada:
This file lists some general guidelines to help you contribute effectively.
## Publishing a release
Details about publishing a release can be found in the [publishing guide](./docs/publishing.md).
## Types of contribution
There are many ways you can help improve this repository! For example:
### General tasks
- **Fixing a bug:** we have a list of [issues](https://github.com/mdn/data/issues),
or maybe you found your own.
- **Reviewing a pull request:** there is a list of [PRs](https://github.com/mdn/data/pulls).
Let us know if these look good to you.
- **Localizing strings:** translations are in the [l10n folder](./l10n). You can add your locale.
### CSS data tasks
- **Updating CSS data**: familiarize yourself with the [CSS schema files](./css/README.md) and add missing CSS data. An additional guide is provided in the [How to update the CSS JSON DB](./docs/updating_css_json.md) document.
## Validating the data
You can use `npm test` to validate data against the schema. You might need to install the devDependencies using `npm install --dev`.
## Reviewer's checklist
Not everything is enforced or validated by the schema. A few things a reviewer should pay attention to:
- Make sure `npm test` reports no errors.
- Double check the data using the latest specifications.
## Code style
The JSON files should be formatted according to the [.editorconfig](.editorconfig) file.
## Licensing
Please note that the compatibility data is made available under the
[CC0 1.0 Universal (public domain) license](LICENSE),
so any contributions must be compatible with that license. If you're not sure about that, just ask.
## Getting help
If you need help with this repository or have any questions, contact the MDN team
in the [#mdn](irc://irc.mozilla.org/mdn) IRC channel on irc.mozilla.org or write us on [discourse](https://discourse.mozilla-community.org/c/mdn).
data-2.1.0/LICENSE 0000664 0000000 0000000 00000014633 14473502774 0013454 0 ustar 00root root 0000000 0000000 CC0 1.0 Universal
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator and
subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for the
purpose of contributing to a commons of creative, cultural and scientific
works ("Commons") that the public can reliably and without fear of later
claims of infringement build upon, modify, incorporate in other works, reuse
and redistribute as freely as possible in any form whatsoever and for any
purposes, including without limitation commercial purposes. These owners may
contribute to the Commons to promote the ideal of a free culture and the
further production of creative, cultural and scientific works, or to gain
reputation or greater distribution for their Work in part through the use and
efforts of others.
For these and/or other purposes and motivations, and without any expectation
of additional consideration or compensation, the person associating CC0 with a
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
and publicly distribute the Work under its terms, with knowledge of his or her
Copyright and Related Rights in the Work and the meaning and intended legal
effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not limited
to, the following:
i. the right to reproduce, adapt, distribute, perform, display, communicate,
and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or likeness
depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data in
a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation thereof,
including any amended or successor version of such directive); and
vii. other similar, equivalent or corresponding rights throughout the world
based on applicable law or treaty, and any national implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention of,
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
and Related Rights and associated claims and causes of action, whether now
known or unknown (including existing as well as future claims and causes of
action), in the Work (i) in all territories worldwide, (ii) for the maximum
duration provided by applicable law or treaty (including future time
extensions), (iii) in any current or future medium and for any number of
copies, and (iv) for any purpose whatsoever, including without limitation
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
the Waiver for the benefit of each member of the public at large and to the
detriment of Affirmer's heirs and successors, fully intending that such Waiver
shall not be subject to revocation, rescission, cancellation, termination, or
any other legal or equitable action to disrupt the quiet enjoyment of the Work
by the public as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason be
judged legally invalid or ineffective under applicable law, then the Waiver
shall be preserved to the maximum extent permitted taking into account
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
is so judged Affirmer hereby grants to each affected person a royalty-free,
non transferable, non sublicensable, non exclusive, irrevocable and
unconditional license to exercise Affirmer's Copyright and Related Rights in
the Work (i) in all territories worldwide, (ii) for the maximum duration
provided by applicable law or treaty (including future time extensions), (iii)
in any current or future medium and for any number of copies, and (iv) for any
purpose whatsoever, including without limitation commercial, advertising or
promotional purposes (the "License"). The License shall be deemed effective as
of the date CC0 was applied by Affirmer to the Work. Should any part of the
License for any reason be judged legally invalid or ineffective under
applicable law, such partial invalidity or ineffectiveness shall not
invalidate the remainder of the License, and in such case Affirmer hereby
affirms that he or she will not (i) exercise any of his or her remaining
Copyright and Related Rights in the Work or (ii) assert any associated claims
and causes of action with respect to the Work, in either case contrary to
Affirmer's express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or warranties
of any kind concerning the Work, express, implied, statutory or otherwise,
including without limitation warranties of title, merchantability, fitness
for a particular purpose, non infringement, or the absence of latent or
other defects, accuracy, or the present or absence of errors, whether or not
discoverable, all to the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without limitation
any person's Copyright and Related Rights in the Work. Further, Affirmer
disclaims responsibility for obtaining any necessary consents, permissions
or other rights required for any use of the Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to this
CC0 or use of the Work.
For more information, please see
data-2.1.0/README.md 0000664 0000000 0000000 00000004307 14473502774 0013723 0 ustar 00root root 0000000 0000000 # Welcome to MDN data
> **Note**
> We are in the process of deprecating the `mdn/data` package in favor of [`w3c/webref`](https://github.com/w3c/webref).
> If you depend on this project, let us know in our community [GitHub discussions](https://github.com/mdn/mdn-community/discussions/categories/platform).
> Thank you.
[](https://www.npmjs.com/package/mdn-data)
[](https://github.com/mdn/data/actions/workflows/lint.yml)
This repository contains general data for Web technologies and is maintained by the [MDN team at Mozilla](https://wiki.mozilla.org/MDN).
## Repository contents
The data in this repository is used in MDN Web Docs to build [information boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/background) and [sidebar navigation](https://developer.mozilla.org/en-US/docs/Web/API/Window).
External tools make use of this data as well, for example, the [CSSTree](https://github.com/csstree/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](./css/README.md) documentation and the [Updating CSS JSON DB](./docs/updating_css_json.md) 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](https://github.com/mdn/data/issues/new).
## 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](./CONTRIBUTING.md) document for more information.
## See also
- [https://github.com/mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)
for compatibility data for Web technologies
data-2.1.0/REVIEWING.md 0000664 0000000 0000000 00000001145 14473502774 0014322 0 ustar 00root root 0000000 0000000 # Reviewing guide
All reviewers must abide by the [code of conduct](CODE_OF_CONDUCT.md); they are also protected by the code of conduct.
A reviewer should not tolerate poor behavior and is encouraged to [report any behavior](CODE_OF_CONDUCT.md#Reporting_violations) that violates the code of conduct.
## Review process
The MDN Web Docs team has a well-defined review process that must be followed by reviewers in all repositories under the GitHub MDN organization.
This process is described in detail on the [Pull request guidelines](https://developer.mozilla.org/en-US/docs/MDN/Community/Pull_requests) page.
data-2.1.0/api/ 0000775 0000000 0000000 00000000000 14473502774 0013211 5 ustar 00root root 0000000 0000000 data-2.1.0/api/index.js 0000664 0000000 0000000 00000000076 14473502774 0014661 0 ustar 00root root 0000000 0000000 module.exports = {
inheritance: require('./inheritance'),
}
data-2.1.0/api/inheritance.json 0000664 0000000 0000000 00000147460 14473502774 0016411 0 ustar 00root root 0000000 0000000 {
"AbsoluteOrientationSensor": {
"inherits": "OrientationSensor",
"implements": []
},
"AbstractRange": {
"inherits": null,
"implements": []
},
"Accelerometer": {
"inherits": "Sensor",
"implements": []
},
"AmbientLightSensor": {
"inherits": "Sensor",
"implements": []
},
"AnalyserNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"AnimationEvent": {
"inherits": "Event",
"implements": []
},
"ArchiveRequest": {
"inherits": "DOMRequest",
"implements": []
},
"Attr": {
"inherits": "Node",
"implements": []
},
"AudioBufferSourceNode": {
"inherits": "AudioScheduledSourceNode",
"implements": [
"AudioNodePassThrough"
]
},
"AudioChannelManager": {
"inherits": "EventTarget",
"implements": []
},
"AudioContext": {
"inherits": "BaseAudioContext",
"implements": []
},
"AudioDestinationNode": {
"inherits": "AudioNode",
"implements": []
},
"AudioNode": {
"inherits": "EventTarget",
"implements": []
},
"AudioProcessingEvent": {
"inherits": "Event",
"implements": []
},
"AudioScheduledSourceNode": {
"inherits": "AudioNode",
"implements": []
},
"AudioStreamTrack": {
"inherits": "MediaStreamTrack",
"implements": []
},
"AudioTrackList": {
"inherits": "EventTarget",
"implements": []
},
"AutocompleteErrorEvent": {
"inherits": "Event",
"implements": []
},
"BarProp": {
"inherits": null,
"implements": []
},
"BaseAudioContext": {
"inherits": "EventTarget",
"implements": []
},
"BatteryManager": {
"inherits": "EventTarget",
"implements": []
},
"BeforeAfterKeyboardEvent": {
"inherits": "KeyboardEvent",
"implements": []
},
"BeforeInstallPromptEvent": {
"inherits": "Event",
"implements": []
},
"BeforeUnloadEvent": {
"inherits": "Event",
"implements": []
},
"BiquadFilterNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"BlobEvent": {
"inherits": "Event",
"implements": []
},
"BluetoothAdapter": {
"inherits": "EventTarget",
"implements": []
},
"BluetoothAdapterEvent": {
"inherits": "Event",
"implements": []
},
"BluetoothAttributeEvent": {
"inherits": "Event",
"implements": []
},
"BluetoothDevice": {
"inherits": "EventTarget",
"implements": []
},
"BluetoothDeviceEvent": {
"inherits": "Event",
"implements": []
},
"BluetoothDiscoveryHandle": {
"inherits": "EventTarget",
"implements": []
},
"BluetoothDiscoveryStateChangedEvent": {
"inherits": "Event",
"implements": []
},
"BluetoothGatt": {
"inherits": "EventTarget",
"implements": []
},
"BluetoothManager": {
"inherits": "EventTarget",
"implements": []
},
"BluetoothPairingEvent": {
"inherits": "Event",
"implements": []
},
"BluetoothStatusChangedEvent": {
"inherits": "Event",
"implements": []
},
"BoxObject": {
"inherits": null,
"implements": []
},
"BroadcastChannel": {
"inherits": "EventTarget",
"implements": []
},
"BrowserElement": {
"inherits": null,
"implements": [
"BrowserElementCommon",
"BrowserElementPrivileged"
]
},
"CDATASection": {
"inherits": "Text",
"implements": []
},
"CFStateChangeEvent": {
"inherits": "Event",
"implements": []
},
"CSSCounterStyleRule": {
"inherits": "CSSRule",
"implements": []
},
"CSSFontFaceLoadEvent": {
"inherits": "Event",
"implements": []
},
"CSSImageValue": {
"inherits": "CSSStyleValue",
"implements": []
},
"CSSKeywordValue": {
"inherits": "CSSStyleValue",
"implements": []
},
"CSSMathInvert": {
"inherits": "CSSMathValue",
"implements": []
},
"CSSMathMax": {
"inherits": "CSSMathValue",
"implements": []
},
"CSSMathMin": {
"inherits": "CSSMathValue",
"implements": []
},
"CSSMathNegate": {
"inherits": "CSSMathValue",
"implements": []
},
"CSSMathProduct": {
"inherits": "CSSMathValue",
"implements": []
},
"CSSMathSum": {
"inherits": "CSSMathValue",
"implements": []
},
"CSSMathValue": {
"inherits": "CSSNumericValue",
"implements": [
"CSSMathInvert",
"CSSMathMax",
"CSSMathMin",
"CSSMathNegate",
"CSSMathProduct",
"CSSMathSum"
]
},
"CSSMatrixComponent": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSNumericValue": {
"inherits": "CSSStyleValue",
"implements": [
"CSSMathValue",
"CSSUnitValue"
]
},
"CSSPerspective": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSPositionValue": {
"inherits": "CSSStyleValue",
"implements": []
},
"CSSPrimitiveValue": {
"inherits": "CSSValue",
"implements": []
},
"CSSPseudoElement": {
"inherits": "EventTarget",
"implements": [
"Animatable"
]
},
"CSSRotate": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSScale": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSSkew": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSSkewX": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSSkewY": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSStyleDeclaration": {
"inherits": null,
"implements": []
},
"CSSStyleSheet": {
"inherits": "StyleSheet",
"implements": []
},
"CSSStyleValue": {
"inherits": null,
"implements": [
"CSSImageValue",
"CSSKeywordValue",
"CSSNumericValue",
"CSSPositionValue",
"CSSTransformValue",
"CSSUnitValue",
"CSSUnparsedValue"
]
},
"CSSTransformComponent": {
"inherits": null,
"implements": [
"CSSMatrixComponent",
"CSSPerspective",
"CSSRotate",
"CSSScale",
"CSSSkew",
"CSSSkewX",
"CSSSkewY",
"CSSTranslate"
]
},
"CSSTransformValue": {
"inherits": "CSSStyleValue",
"implements": []
},
"CSSTranslate": {
"inherits": "CSSTransformComponent",
"implements": []
},
"CSSUnitValue": {
"inherits": "CSSNumericValue",
"implements": []
},
"CSSUnparsedValue": {
"inherits": "CSSStyleValue",
"implements": []
},
"CSSValueList": {
"inherits": "CSSValue",
"implements": []
},
"CallEvent": {
"inherits": "Event",
"implements": []
},
"CallGroupErrorEvent": {
"inherits": "Event",
"implements": []
},
"CameraClosedEvent": {
"inherits": "Event",
"implements": []
},
"CameraConfigurationEvent": {
"inherits": "Event",
"implements": []
},
"CameraControl": {
"inherits": "MediaStream",
"implements": []
},
"CameraFacesDetectedEvent": {
"inherits": "Event",
"implements": []
},
"CameraStateChangeEvent": {
"inherits": "Event",
"implements": []
},
"CanvasCaptureMediaStream": {
"inherits": "MediaStream",
"implements": []
},
"CaretPosition": {
"inherits": null,
"implements": []
},
"ChannelMergerNode": {
"inherits": "AudioNode",
"implements": []
},
"ChannelSplitterNode": {
"inherits": "AudioNode",
"implements": []
},
"CharacterData": {
"inherits": "Node",
"implements": [
"ChildNode",
"NonDocumentTypeChildNode"
]
},
"ChromeWorker": {
"inherits": "Worker",
"implements": []
},
"Clipboard": {
"inherits": "EventTarget",
"implements": []
},
"ClipboardEvent": {
"inherits": "Event",
"implements": []
},
"CloseEvent": {
"inherits": "Event",
"implements": []
},
"CommandEvent": {
"inherits": "Event",
"implements": []
},
"Comment": {
"inherits": "CharacterData",
"implements": []
},
"CompositionEvent": {
"inherits": "UIEvent",
"implements": []
},
"ConstantSourceNode": {
"inherits": "AudioScheduledSourceNode",
"implements": []
},
"ContactManager": {
"inherits": "EventTarget",
"implements": []
},
"ContainerBoxObject": {
"inherits": "BoxObject",
"implements": []
},
"ConvolverNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"Crypto": {
"inherits": null,
"implements": []
},
"CustomEvent": {
"inherits": "Event",
"implements": []
},
"DOMApplication": {
"inherits": "EventTarget",
"implements": []
},
"DOMApplicationsManager": {
"inherits": "EventTarget",
"implements": []
},
"DOMCursor": {
"inherits": "EventTarget",
"implements": [
"DOMRequestShared"
]
},
"DOMDownload": {
"inherits": "EventTarget",
"implements": []
},
"DOMDownloadManager": {
"inherits": "EventTarget",
"implements": []
},
"DOMException": {
"inherits": null,
"implements": [
"ExceptionMembers"
]
},
"DOMImplementation": {
"inherits": null,
"implements": []
},
"DOMMatrix": {
"inherits": "DOMMatrixReadOnly",
"implements": []
},
"DOMMobileMessageError": {
"inherits": "DOMError",
"implements": []
},
"DOMParser": {
"inherits": null,
"implements": []
},
"DOMPoint": {
"inherits": "DOMPointReadOnly",
"implements": []
},
"DOMRect": {
"inherits": "DOMRectReadOnly",
"implements": []
},
"DOMRequest": {
"inherits": "EventTarget",
"implements": [
"DOMRequestShared"
]
},
"DOMSettableTokenList": {
"inherits": "DOMTokenList",
"implements": []
},
"DOMStringMap": {
"inherits": null,
"implements": []
},
"DOMTokenList": {
"inherits": null,
"implements": []
},
"DOMTransactionEvent": {
"inherits": "Event",
"implements": []
},
"DataContainerEvent": {
"inherits": "Event",
"implements": []
},
"DataErrorEvent": {
"inherits": "Event",
"implements": []
},
"DataStore": {
"inherits": "EventTarget",
"implements": []
},
"DataStoreChangeEvent": {
"inherits": "Event",
"implements": []
},
"DedicatedWorkerGlobalScope": {
"inherits": "WorkerGlobalScope",
"implements": []
},
"DelayNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"DesktopNotification": {
"inherits": "EventTarget",
"implements": []
},
"DeviceLightEvent": {
"inherits": "Event",
"implements": []
},
"DeviceMotionEvent": {
"inherits": "Event",
"implements": []
},
"DeviceOrientationEvent": {
"inherits": "Event",
"implements": []
},
"DeviceProximityEvent": {
"inherits": "Event",
"implements": []
},
"DeviceStorage": {
"inherits": "EventTarget",
"implements": []
},
"DeviceStorageChangeEvent": {
"inherits": "Event",
"implements": []
},
"Document": {
"inherits": "Node",
"implements": [
"FontFaceSource",
"GeometryUtils",
"GlobalEventHandlers",
"OnErrorEventHandlerForNodes",
"ParentNode",
"TouchEventHandlers",
"XPathEvaluator"
]
},
"DocumentFragment": {
"inherits": "Node",
"implements": [
"ParentNode"
]
},
"DocumentType": {
"inherits": "Node",
"implements": [
"ChildNode"
]
},
"DownloadEvent": {
"inherits": "Event",
"implements": []
},
"DragEvent": {
"inherits": "MouseEvent",
"implements": []
},
"DynamicsCompressorNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"Element": {
"inherits": "Node",
"implements": [
"Animatable",
"ChildNode",
"GeometryUtils",
"NonDocumentTypeChildNode",
"ParentNode"
]
},
"EngineeringMode": {
"inherits": "EventTarget",
"implements": []
},
"ErrorEvent": {
"inherits": "Event",
"implements": []
},
"Event": {
"inherits": null,
"implements": []
},
"EventSource": {
"inherits": "EventTarget",
"implements": []
},
"Exception": {
"inherits": null,
"implements": [
"ExceptionMembers"
]
},
"ExtendableEvent": {
"inherits": "Event",
"implements": []
},
"FMRadio": {
"inherits": "EventTarget",
"implements": []
},
"FetchEvent": {
"inherits": "Event",
"implements": []
},
"File": {
"inherits": "Blob",
"implements": []
},
"FileList": {
"inherits": null,
"implements": []
},
"FileReader": {
"inherits": "EventTarget",
"implements": []
},
"FocusEvent": {
"inherits": "UIEvent",
"implements": []
},
"FontFaceSet": {
"inherits": "EventTarget",
"implements": []
},
"FormData": {
"inherits": null,
"implements": []
},
"GainNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"GamepadAxisMoveEvent": {
"inherits": "GamepadEvent",
"implements": []
},
"GamepadButtonEvent": {
"inherits": "GamepadEvent",
"implements": []
},
"GamepadEvent": {
"inherits": "Event",
"implements": []
},
"Gyroscope": {
"inherits": "Sensor",
"implements": []
},
"HMDVRDevice": {
"inherits": "VRDevice",
"implements": []
},
"HTMLAnchorElement": {
"inherits": "HTMLElement",
"implements": [
"HTMLHyperlinkElementUtils",
"URLUtilsSearchParams"
]
},
"HTMLAppletElement": {
"inherits": "HTMLElement",
"implements": [
"MozFrameLoaderOwner",
"MozImageLoadingContent",
"MozObjectLoadingContent"
]
},
"HTMLAreaElement": {
"inherits": "HTMLElement",
"implements": [
"HTMLHyperlinkElementUtils",
"URLUtilsSearchParams"
]
},
"HTMLAudioElement": {
"inherits": "HTMLMediaElement",
"implements": []
},
"HTMLBRElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLBaseElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLBodyElement": {
"inherits": "HTMLElement",
"implements": [
"WindowEventHandlers"
]
},
"HTMLButtonElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLCanvasElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLCollection": {
"inherits": null,
"implements": []
},
"HTMLContentElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLDListElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLDataElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLDataListElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLDirectoryElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLDivElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLDocument": {
"inherits": "Document",
"implements": []
},
"HTMLElement": {
"inherits": "Element",
"implements": [
"GlobalEventHandlers",
"OnErrorEventHandlerForNodes",
"TouchEventHandlers"
]
},
"HTMLEmbedElement": {
"inherits": "HTMLElement",
"implements": [
"MozFrameLoaderOwner",
"MozImageLoadingContent",
"MozObjectLoadingContent"
]
},
"HTMLFieldSetElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLFontElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLFormControlsCollection": {
"inherits": "HTMLCollection",
"implements": []
},
"HTMLFormElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLFrameElement": {
"inherits": "HTMLElement",
"implements": [
"MozFrameLoaderOwner"
]
},
"HTMLFrameSetElement": {
"inherits": "HTMLElement",
"implements": [
"WindowEventHandlers"
]
},
"HTMLHRElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLHeadElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLHeadingElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLHtmlElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLIFrameElement": {
"inherits": "HTMLElement",
"implements": [
"BrowserElement",
"MozFrameLoaderOwner"
]
},
"HTMLImageElement": {
"inherits": "HTMLElement",
"implements": [
"MozImageLoadingContent"
]
},
"HTMLInputElement": {
"inherits": "HTMLElement",
"implements": [
"MozImageLoadingContent",
"MozPhonetic"
]
},
"HTMLLIElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLLabelElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLLegendElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLLinkElement": {
"inherits": "HTMLElement",
"implements": [
"LinkStyle"
]
},
"HTMLMapElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMarqueeElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMediaElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMenuElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMenuItemElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMetaElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMeterElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLModElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLOListElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLObjectElement": {
"inherits": "HTMLElement",
"implements": [
"MozFrameLoaderOwner",
"MozImageLoadingContent",
"MozObjectLoadingContent"
]
},
"HTMLOptGroupElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLOptionElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLOptionsCollection": {
"inherits": "HTMLCollection",
"implements": []
},
"HTMLOutputElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLParagraphElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLParamElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLPictureElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLPreElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLProgressElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLPropertiesCollection": {
"inherits": "HTMLCollection",
"implements": []
},
"HTMLQuoteElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLScriptElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLSelectElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLShadowElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLSourceElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLSpanElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLStyleElement": {
"inherits": "HTMLElement",
"implements": [
"LinkStyle"
]
},
"HTMLTableCaptionElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTableCellElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTableColElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTableElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTableRowElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTableSectionElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTemplateElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTextAreaElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTimeElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTitleElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLTrackElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLUListElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLUnknownElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLVideoElement": {
"inherits": "HTMLMediaElement",
"implements": []
},
"HashChangeEvent": {
"inherits": "Event",
"implements": []
},
"History": {
"inherits": null,
"implements": []
},
"IDBCursorWithValue": {
"inherits": "IDBCursor",
"implements": []
},
"IDBDatabase": {
"inherits": "EventTarget",
"implements": []
},
"IDBFileHandle": {
"inherits": "EventTarget",
"implements": []
},
"IDBFileRequest": {
"inherits": "DOMRequest",
"implements": []
},
"IDBMutableFile": {
"inherits": "EventTarget",
"implements": []
},
"IDBOpenDBRequest": {
"inherits": "IDBRequest",
"implements": []
},
"IDBRequest": {
"inherits": "EventTarget",
"implements": []
},
"IDBTransaction": {
"inherits": "EventTarget",
"implements": []
},
"IDBVersionChangeEvent": {
"inherits": "Event",
"implements": []
},
"IccCardLockError": {
"inherits": "DOMError",
"implements": []
},
"IccChangeEvent": {
"inherits": "Event",
"implements": []
},
"ImageCapture": {
"inherits": "EventTarget",
"implements": []
},
"ImageCaptureErrorEvent": {
"inherits": "Event",
"implements": []
},
"ImageDocument": {
"inherits": "HTMLDocument",
"implements": []
},
"InputEvent": {
"inherits": "UIEvent",
"implements": []
},
"InstallEvent": {
"inherits": "ExtendableEvent",
"implements": []
},
"InstallTrigger": {
"inherits": null,
"implements": []
},
"KeyboardEvent": {
"inherits": "UIEvent",
"implements": [
"KeyEvent"
]
},
"LinearAccelerationSensor": {
"inherits": "Accelerometer",
"implements": []
},
"ListBoxObject": {
"inherits": "BoxObject",
"implements": []
},
"LocalMediaStream": {
"inherits": "MediaStream",
"implements": []
},
"Location": {
"inherits": null,
"implements": []
},
"Magnetometer": {
"inherits": "Sensor",
"implements": []
},
"MediaDevices": {
"inherits": "EventTarget",
"implements": []
},
"MediaElementAudioSourceNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"MediaEncryptedEvent": {
"inherits": "Event",
"implements": []
},
"MediaKeyError": {
"inherits": "Event",
"implements": []
},
"MediaKeyMessageEvent": {
"inherits": "Event",
"implements": []
},
"MediaKeySession": {
"inherits": "EventTarget",
"implements": []
},
"MediaRecorder": {
"inherits": "EventTarget",
"implements": []
},
"MediaSource": {
"inherits": "EventTarget",
"implements": []
},
"MediaStream": {
"inherits": "EventTarget",
"implements": []
},
"MediaStreamAudioDestinationNode": {
"inherits": "AudioNode",
"implements": []
},
"MediaStreamAudioSourceNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"MediaStreamEvent": {
"inherits": "Event",
"implements": []
},
"MediaStreamTrackEvent": {
"inherits": "Event",
"implements": []
},
"MenuBoxObject": {
"inherits": "BoxObject",
"implements": []
},
"MerchantValidationEvent": {
"inherits": "Event",
"implements": []
},
"MessageEvent": {
"inherits": "Event",
"implements": []
},
"MessagePort": {
"inherits": "EventTarget",
"implements": [
"Transferable"
]
},
"MimeTypeArray": {
"inherits": null,
"implements": []
},
"MouseEvent": {
"inherits": "UIEvent",
"implements": []
},
"MouseScrollEvent": {
"inherits": "MouseEvent",
"implements": []
},
"MozAbortablePromise": {
"inherits": "_Promise",
"implements": []
},
"MozActivity": {
"inherits": "DOMRequest",
"implements": []
},
"MozApplicationEvent": {
"inherits": "Event",
"implements": []
},
"MozCdmaIccInfo": {
"inherits": "MozIccInfo",
"implements": []
},
"MozCellBroadcast": {
"inherits": "EventTarget",
"implements": []
},
"MozCellBroadcastEvent": {
"inherits": "Event",
"implements": []
},
"MozClirModeEvent": {
"inherits": "Event",
"implements": []
},
"MozContactChangeEvent": {
"inherits": "Event",
"implements": []
},
"MozEmergencyCbModeEvent": {
"inherits": "Event",
"implements": []
},
"MozGsmIccInfo": {
"inherits": "MozIccInfo",
"implements": []
},
"MozIcc": {
"inherits": "EventTarget",
"implements": []
},
"MozIccManager": {
"inherits": "EventTarget",
"implements": []
},
"MozInputMethod": {
"inherits": "EventTarget",
"implements": []
},
"MozInterAppMessageEvent": {
"inherits": "Event",
"implements": []
},
"MozInterAppMessagePort": {
"inherits": "EventTarget",
"implements": []
},
"MozMessageDeletedEvent": {
"inherits": "Event",
"implements": []
},
"MozMmsEvent": {
"inherits": "Event",
"implements": []
},
"MozMobileConnection": {
"inherits": "EventTarget",
"implements": []
},
"MozMobileMessageManager": {
"inherits": "EventTarget",
"implements": []
},
"MozNFC": {
"inherits": "EventTarget",
"implements": [
"MozNFCManager"
]
},
"MozNFCPeerEvent": {
"inherits": "Event",
"implements": []
},
"MozNFCTagEvent": {
"inherits": "Event",
"implements": []
},
"MozOtaStatusEvent": {
"inherits": "Event",
"implements": []
},
"MozSettingsEvent": {
"inherits": "Event",
"implements": []
},
"MozSettingsTransactionEvent": {
"inherits": "Event",
"implements": []
},
"MozSmsEvent": {
"inherits": "Event",
"implements": []
},
"MozSpeakerManager": {
"inherits": "EventTarget",
"implements": []
},
"MozStkCommandEvent": {
"inherits": "Event",
"implements": []
},
"MozVoicemail": {
"inherits": "EventTarget",
"implements": []
},
"MozVoicemailEvent": {
"inherits": "Event",
"implements": []
},
"MozWifiConnectionInfoEvent": {
"inherits": "Event",
"implements": []
},
"MozWifiManager": {
"inherits": "EventTarget",
"implements": []
},
"MozWifiStationInfoEvent": {
"inherits": "Event",
"implements": []
},
"MozWifiStatusChangeEvent": {
"inherits": "Event",
"implements": []
},
"MutationEvent": {
"inherits": "Event",
"implements": []
},
"MutationObserver": {
"inherits": null,
"implements": []
},
"MutationRecord": {
"inherits": null,
"implements": []
},
"NamedNodeMap": {
"inherits": null,
"implements": []
},
"Navigator": {
"inherits": null,
"implements": [
"NavigatorBattery",
"NavigatorContentUtils",
"NavigatorDataStore",
"NavigatorFeatures",
"NavigatorGeolocation",
"NavigatorID",
"NavigatorLanguage",
"NavigatorMobileId",
"NavigatorOnLine",
"NavigatorStorageUtils"
]
},
"NetworkInformation": {
"inherits": "EventTarget",
"implements": []
},
"Node": {
"inherits": "EventTarget",
"implements": []
},
"NodeIterator": {
"inherits": null,
"implements": []
},
"NodeList": {
"inherits": null,
"implements": []
},
"Notification": {
"inherits": "EventTarget",
"implements": []
},
"NotifyPaintEvent": {
"inherits": "Event",
"implements": []
},
"OfflineAudioCompletionEvent": {
"inherits": "Event",
"implements": []
},
"OfflineAudioContext": {
"inherits": "BaseAudioContext",
"implements": []
},
"OfflineResourceList": {
"inherits": "EventTarget",
"implements": []
},
"OffscreenCanvas": {
"inherits": "EventTarget",
"implements": []
},
"OrientationSensor": {
"inherits": "Sensor",
"implements": []
},
"OscillatorNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"PageTransitionEvent": {
"inherits": "Event",
"implements": []
},
"PaintRequest": {
"inherits": null,
"implements": []
},
"PaintRequestList": {
"inherits": null,
"implements": []
},
"PannerNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"PaymentAddress": {
"inherits": null,
"implements": []
},
"PaymentMethodChangeEvent": {
"inherits": "PaymentRequestUpdateEvent",
"implements": []
},
"PaymentRequest": {
"inherits": "EventTarget",
"implements": []
},
"PaymentRequestUpdateEvent": {
"inherits": "Event",
"implements": []
},
"PaymentResponse": {
"inherits": "EventTarget",
"implements": []
},
"Performance": {
"inherits": null,
"implements": []
},
"PerformanceLongTaskTiming": {
"inherits": "PerformanceEntry",
"implements": []
},
"PerformanceMark": {
"inherits": "PerformanceEntry",
"implements": []
},
"PerformanceMeasure": {
"inherits": "PerformanceEntry",
"implements": []
},
"PerformanceNavigationTiming": {
"inherits": "PerformanceEntry",
"implements": []
},
"PerformancePaintTiming": {
"inherits": "PerformanceEntry",
"implements": []
},
"PerformanceResourceTiming": {
"inherits": "PerformanceEntry",
"implements": []
},
"Plugin": {
"inherits": null,
"implements": []
},
"PluginArray": {
"inherits": null,
"implements": []
},
"PluginCrashedEvent": {
"inherits": "Event",
"implements": []
},
"PointerEvent": {
"inherits": "MouseEvent",
"implements": []
},
"PopStateEvent": {
"inherits": "Event",
"implements": []
},
"PopupBlockedEvent": {
"inherits": "Event",
"implements": []
},
"PopupBoxObject": {
"inherits": "BoxObject",
"implements": []
},
"PositionSensorVRDevice": {
"inherits": "VRDevice",
"implements": []
},
"PresentationDeviceInfoManager": {
"inherits": "EventTarget",
"implements": []
},
"ProcessingInstruction": {
"inherits": "CharacterData",
"implements": []
},
"ProgressEvent": {
"inherits": "Event",
"implements": []
},
"PromiseRejectionEvent": {
"inherits": "Event",
"implements": []
},
"PropertyNodeList": {
"inherits": "NodeList",
"implements": []
},
"PseudoElement": {
"inherits": null,
"implements": [
"GeometryUtils"
]
},
"RTCDTMFSender": {
"inherits": "EventTarget",
"implements": []
},
"RTCDTMFToneChangeEvent": {
"inherits": "Event",
"implements": []
},
"RTCDataChannel": {
"inherits": "EventTarget",
"implements": []
},
"RTCDataChannelEvent": {
"inherits": "Event",
"implements": []
},
"RTCDtlsTransport": {
"inherits": "EventTarget",
"implements": []
},
"RTCIceTransport": {
"inherits": "EventTarget",
"implements": []
},
"RTCPeerConnection": {
"inherits": "EventTarget",
"implements": []
},
"RTCPeerConnectionIceEvent": {
"inherits": "Event",
"implements": []
},
"RTCPeerConnectionIdentityErrorEvent": {
"inherits": "Event",
"implements": []
},
"RTCPeerConnectionIdentityEvent": {
"inherits": "Event",
"implements": []
},
"RTCSctpTransport": {
"inherits": "EventTarget",
"implements": []
},
"RTCTrackEvent": {
"inherits": "Event",
"implements": []
},
"RadioNodeList": {
"inherits": "NodeList",
"implements": []
},
"Range": {
"inherits": "AbstractRange",
"implements": []
},
"RecordErrorEvent": {
"inherits": "Event",
"implements": []
},
"Rect": {
"inherits": null,
"implements": []
},
"RelativeOrientationSensor": {
"inherits": "OrientationSensor",
"implements": []
},
"Request": {
"inherits": null,
"implements": [
"Body"
]
},
"Response": {
"inherits": null,
"implements": [
"Body"
]
},
"StaticRange": {
"inherits": "AbstractRange",
"implements": []
},
"SVGAElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"SVGURIReference"
]
},
"SVGAltGlyphElement": {
"inherits": "SVGTextPositioningElement",
"implements": [
"SVGURIReference"
]
},
"SVGAnimateElement": {
"inherits": "SVGAnimationElement",
"implements": []
},
"SVGAnimateMotionElement": {
"inherits": "SVGAnimationElement",
"implements": []
},
"SVGAnimateTransformElement": {
"inherits": "SVGAnimationElement",
"implements": []
},
"SVGAnimatedEnumeration": {
"inherits": null,
"implements": []
},
"SVGAnimatedInteger": {
"inherits": null,
"implements": []
},
"SVGAnimatedNumber": {
"inherits": null,
"implements": []
},
"SVGAnimatedNumberList": {
"inherits": null,
"implements": []
},
"SVGAnimatedPreserveAspectRatio": {
"inherits": null,
"implements": []
},
"SVGAnimatedString": {
"inherits": null,
"implements": []
},
"SVGAnimationElement": {
"inherits": "SVGElement",
"implements": [
"SVGTests"
]
},
"SVGCircleElement": {
"inherits": "SVGGeometryElement",
"implements": []
},
"SVGClipPathElement": {
"inherits": "SVGElement",
"implements": [
"SVGUnitTypes"
]
},
"SVGComponentTransferFunctionElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGCursorElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference"
]
},
"SVGDefsElement": {
"inherits": "SVGGraphicsElement",
"implements": []
},
"SVGDescElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGDocument": {
"inherits": "Document",
"implements": []
},
"SVGElement": {
"inherits": "Element",
"implements": [
"GlobalEventHandlers",
"OnErrorEventHandlerForNodes",
"TouchEventHandlers"
]
},
"SVGEllipseElement": {
"inherits": "SVGGeometryElement",
"implements": []
},
"SVGFEBlendElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEColorMatrixElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEComponentTransferElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFECompositeElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEConvolveMatrixElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEDiffuseLightingElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEDisplacementMapElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEDistantLightElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGFEDropShadowElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEFloodElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEFuncAElement": {
"inherits": "SVGComponentTransferFunctionElement",
"implements": []
},
"SVGFEFuncBElement": {
"inherits": "SVGComponentTransferFunctionElement",
"implements": []
},
"SVGFEFuncGElement": {
"inherits": "SVGComponentTransferFunctionElement",
"implements": []
},
"SVGFEFuncRElement": {
"inherits": "SVGComponentTransferFunctionElement",
"implements": []
},
"SVGFEGaussianBlurElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEImageElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes",
"SVGURIReference"
]
},
"SVGFEMergeElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEMergeNodeElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGFEMorphologyElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEOffsetElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFEPointLightElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGFESpecularLightingElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFESpotLightElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGFETileElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFETurbulenceElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
},
"SVGFilterElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference",
"SVGUnitTypes"
]
},
"SVGForeignObjectElement": {
"inherits": "SVGGraphicsElement",
"implements": []
},
"SVGGElement": {
"inherits": "SVGGraphicsElement",
"implements": []
},
"SVGGeometryElement": {
"inherits": "SVGGraphicsElement",
"implements": []
},
"SVGGradientElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference",
"SVGUnitTypes"
]
},
"SVGGraphicsElement": {
"inherits": "SVGElement",
"implements": [
"SVGTests"
]
},
"SVGImageElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"MozImageLoadingContent",
"SVGURIReference"
]
},
"SVGLengthList": {
"inherits": null,
"implements": []
},
"SVGLineElement": {
"inherits": "SVGGeometryElement",
"implements": []
},
"SVGLinearGradientElement": {
"inherits": "SVGGradientElement",
"implements": []
},
"SVGMPathElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference"
]
},
"SVGMarkerElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox"
]
},
"SVGMaskElement": {
"inherits": "SVGElement",
"implements": [
"SVGUnitTypes"
]
},
"SVGMetadataElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGNumberList": {
"inherits": null,
"implements": []
},
"SVGPathElement": {
"inherits": "SVGGeometryElement",
"implements": [
"SVGAnimatedPathData"
]
},
"SVGPathSegArcAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegArcRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegClosePath": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoCubicAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoCubicRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoCubicSmoothAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoCubicSmoothRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoQuadraticAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoQuadraticRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoQuadraticSmoothAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegCurvetoQuadraticSmoothRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegLinetoAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegLinetoHorizontalAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegLinetoHorizontalRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegLinetoRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegLinetoVerticalAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegLinetoVerticalRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegList": {
"inherits": null,
"implements": []
},
"SVGPathSegMovetoAbs": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPathSegMovetoRel": {
"inherits": "SVGPathSeg",
"implements": []
},
"SVGPatternElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox",
"SVGURIReference",
"SVGUnitTypes"
]
},
"SVGPoint": {
"inherits": null,
"implements": []
},
"SVGPointList": {
"inherits": null,
"implements": []
},
"SVGPolygonElement": {
"inherits": "SVGGeometryElement",
"implements": [
"SVGAnimatedPoints"
]
},
"SVGPolylineElement": {
"inherits": "SVGGeometryElement",
"implements": [
"SVGAnimatedPoints"
]
},
"SVGPreserveAspectRatio": {
"inherits": null,
"implements": []
},
"SVGRadialGradientElement": {
"inherits": "SVGGradientElement",
"implements": []
},
"SVGRect": {
"inherits": null,
"implements": []
},
"SVGRectElement": {
"inherits": "SVGGeometryElement",
"implements": []
},
"SVGSVGElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"SVGFitToViewBox",
"SVGZoomAndPan"
]
},
"SVGScriptElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference"
]
},
"SVGSetElement": {
"inherits": "SVGAnimationElement",
"implements": []
},
"SVGStopElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGStringList": {
"inherits": null,
"implements": []
},
"SVGStyleElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGSwitchElement": {
"inherits": "SVGGraphicsElement",
"implements": []
},
"SVGSymbolElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox",
"SVGTests"
]
},
"SVGTSpanElement": {
"inherits": "SVGTextPositioningElement",
"implements": []
},
"SVGTextContentElement": {
"inherits": "SVGGraphicsElement",
"implements": []
},
"SVGTextElement": {
"inherits": "SVGTextPositioningElement",
"implements": []
},
"SVGTextPathElement": {
"inherits": "SVGTextContentElement",
"implements": [
"SVGURIReference"
]
},
"SVGTextPositioningElement": {
"inherits": "SVGTextContentElement",
"implements": []
},
"SVGTitleElement": {
"inherits": "SVGElement",
"implements": []
},
"SVGTransformList": {
"inherits": null,
"implements": []
},
"SVGUseElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"SVGURIReference"
]
},
"SVGViewElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox",
"SVGZoomAndPan"
]
},
"SVGZoomEvent": {
"inherits": "UIEvent",
"implements": []
},
"Screen": {
"inherits": "EventTarget",
"implements": []
},
"ScriptProcessorNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"ScrollAreaEvent": {
"inherits": "UIEvent",
"implements": []
},
"ScrollBoxObject": {
"inherits": "BoxObject",
"implements": []
},
"ScrollViewChangeEvent": {
"inherits": "Event",
"implements": []
},
"Selection": {
"inherits": null,
"implements": []
},
"SelectionStateChangedEvent": {
"inherits": "Event",
"implements": []
},
"Sensor": {
"inherits": "EventTarget",
"implements": []
},
"SensorErrorEvent": {
"inherits": "Event",
"implements": []
},
"ServiceWorker": {
"inherits": "EventTarget",
"implements": [
"AbstractWorker"
]
},
"ServiceWorkerContainer": {
"inherits": "EventTarget",
"implements": []
},
"ServiceWorkerGlobalScope": {
"inherits": "WorkerGlobalScope",
"implements": [
"GlobalFetch"
]
},
"ServiceWorkerRegistration": {
"inherits": "EventTarget",
"implements": []
},
"SettingsLock": {
"inherits": "EventTarget",
"implements": []
},
"SettingsManager": {
"inherits": "EventTarget",
"implements": []
},
"ShadowRoot": {
"inherits": "DocumentFragment",
"implements": []
},
"SharedWorker": {
"inherits": "EventTarget",
"implements": [
"AbstractWorker"
]
},
"SharedWorkerGlobalScope": {
"inherits": "WorkerGlobalScope",
"implements": []
},
"SimpleGestureEvent": {
"inherits": "MouseEvent",
"implements": []
},
"SourceBuffer": {
"inherits": "EventTarget",
"implements": []
},
"SourceBufferList": {
"inherits": "EventTarget",
"implements": []
},
"SpeechRecognition": {
"inherits": "EventTarget",
"implements": []
},
"SpeechRecognitionError": {
"inherits": "Event",
"implements": []
},
"SpeechRecognitionEvent": {
"inherits": "Event",
"implements": []
},
"SpeechSynthesisEvent": {
"inherits": "Event",
"implements": []
},
"SpeechSynthesisUtterance": {
"inherits": "EventTarget",
"implements": []
},
"StereoPannerNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"StorageEvent": {
"inherits": "Event",
"implements": []
},
"StylePropertyMap": {
"inherits": "StylePropertyMapReadOnly",
"implements": []
},
"StylePropertyMapReadOnly": {
"inherits": null,
"implements": [
"StylePropertyMap"
]
},
"StyleRuleChangeEvent": {
"inherits": "Event",
"implements": []
},
"StyleSheet": {
"inherits": null,
"implements": []
},
"StyleSheetApplicableStateChangeEvent": {
"inherits": "Event",
"implements": []
},
"StyleSheetChangeEvent": {
"inherits": "Event",
"implements": []
},
"SyncEvent": {
"inherits": "ExtendableEvent",
"implements": []
},
"TVChannel": {
"inherits": "EventTarget",
"implements": []
},
"TVCurrentChannelChangedEvent": {
"inherits": "Event",
"implements": []
},
"TVCurrentSourceChangedEvent": {
"inherits": "Event",
"implements": []
},
"TVEITBroadcastedEvent": {
"inherits": "Event",
"implements": []
},
"TVManager": {
"inherits": "EventTarget",
"implements": []
},
"TVScanningStateChangedEvent": {
"inherits": "Event",
"implements": []
},
"TVSource": {
"inherits": "EventTarget",
"implements": []
},
"TVTuner": {
"inherits": "EventTarget",
"implements": []
},
"TaskAttributionTiming": {
"inherits": "PerformanceEntry",
"implements": []
},
"Telephony": {
"inherits": "EventTarget",
"implements": []
},
"TelephonyCall": {
"inherits": "EventTarget",
"implements": []
},
"TelephonyCallGroup": {
"inherits": "EventTarget",
"implements": []
},
"Text": {
"inherits": "CharacterData",
"implements": [
"GeometryUtils"
]
},
"TextTrack": {
"inherits": "EventTarget",
"implements": []
},
"TextTrackList": {
"inherits": "EventTarget",
"implements": []
},
"TimeEvent": {
"inherits": "Event",
"implements": []
},
"Touch": {
"inherits": null,
"implements": []
},
"TouchEvent": {
"inherits": "UIEvent",
"implements": []
},
"TouchList": {
"inherits": null,
"implements": []
},
"TrackEvent": {
"inherits": "Event",
"implements": []
},
"TransitionEvent": {
"inherits": "Event",
"implements": []
},
"TreeBoxObject": {
"inherits": "BoxObject",
"implements": []
},
"TreeColumns": {
"inherits": null,
"implements": []
},
"TreeWalker": {
"inherits": null,
"implements": []
},
"UDPMessageEvent": {
"inherits": "Event",
"implements": []
},
"UDPSocket": {
"inherits": "EventTarget",
"implements": []
},
"UIEvent": {
"inherits": "Event",
"implements": []
},
"URL": {
"inherits": null,
"implements": [
"URLUtils",
"URLUtilsSearchParams"
]
},
"USSDReceivedEvent": {
"inherits": "Event",
"implements": []
},
"UndoManager": {
"inherits": null,
"implements": []
},
"UserProximityEvent": {
"inherits": "Event",
"implements": []
},
"VRFieldOfView": {
"inherits": "VRFieldOfViewReadOnly",
"implements": []
},
"VTTCue": {
"inherits": "EventTarget",
"implements": []
},
"ValidityState": {
"inherits": null,
"implements": []
},
"VideoStreamTrack": {
"inherits": "MediaStreamTrack",
"implements": []
},
"VideoTrackList": {
"inherits": "EventTarget",
"implements": []
},
"WaveShaperNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
},
"WebGL2RenderingContext": {
"inherits": "WebGLRenderingContext",
"implements": []
},
"WebGLContextEvent": {
"inherits": "Event",
"implements": []
},
"WebSocket": {
"inherits": "EventTarget",
"implements": []
},
"WheelEvent": {
"inherits": "MouseEvent",
"implements": []
},
"Window": {
"inherits": null,
"implements": [
"ChromeWindow",
"GlobalCrypto",
"GlobalEventHandlers",
"OnErrorEventHandlerForWindow",
"SpeechSynthesisGetter",
"TouchEventHandlers",
"WindowEventHandlers",
"WindowModal",
"WindowOrWorkerGlobalScope"
]
},
"WindowClient": {
"inherits": "Client",
"implements": []
},
"WindowRoot": {
"inherits": "EventTarget",
"implements": []
},
"Worker": {
"inherits": "EventTarget",
"implements": [
"AbstractWorker"
]
},
"WorkerGlobalScope": {
"inherits": "EventTarget",
"implements": [
"GlobalCrypto",
"WindowOrWorkerGlobalScope"
]
},
"WorkerLocation": {
"inherits": null,
"implements": [
"URLUtilsReadOnly"
]
},
"WorkerNavigator": {
"inherits": null,
"implements": [
"NavigatorDataStore",
"NavigatorID",
"NavigatorLanguage",
"NavigatorOnLine"
]
},
"XMLDocument": {
"inherits": "Document",
"implements": []
},
"XMLHttpRequest": {
"inherits": "XMLHttpRequestEventTarget",
"implements": []
},
"XMLHttpRequestEventTarget": {
"inherits": "EventTarget",
"implements": []
},
"XMLHttpRequestUpload": {
"inherits": "XMLHttpRequestEventTarget",
"implements": []
},
"XMLSerializer": {
"inherits": null,
"implements": []
},
"XMLStylesheetProcessingInstruction": {
"inherits": "ProcessingInstruction",
"implements": []
},
"XPathEvaluator": {
"inherits": null,
"implements": []
},
"XR": {
"inherits": "EventTarget",
"implements": []
},
"XRBoundedReferenceSpace": {
"inherits": "XRReferenceSpace",
"implements": []
},
"XRFrame": {
"inherits": null,
"implements": []
},
"XRInputSource": {
"inherits": null,
"implements": []
},
"XRInputSourceArray": {
"inherits": null,
"implements": []
},
"XRInputSourceEvent": {
"inherits": "Event",
"implements": []
},
"XRInputSourcesChangeEvent": {
"inherits": "Event",
"implements": []
},
"XRPose": {
"inherits": null,
"implements": []
},
"XRReferenceSpace": {
"inherits": "XRSpace",
"implements": []
},
"XRReferenceSpaceEvent": {
"inherits": "Event",
"implements": []
},
"XRRenderState": {
"inherits": null,
"implements": []
},
"XRRigidTransform": {
"inherits": null,
"implements": []
},
"XRSession": {
"inherits": "EventTarget",
"implements": []
},
"XRSessionEvent": {
"inherits": "Event",
"implements": []
},
"XRSpace": {
"inherits": "EventTarget",
"implements": []
},
"XRView": {
"inherits": null,
"implements": []
},
"XRViewerPose": {
"inherits": "XRPose",
"implements": []
},
"XRViewport": {
"inherits": null,
"implements": []
},
"XRWebGLLayer": {
"inherits": null,
"implements": []
},
"XULCommandEvent": {
"inherits": "UIEvent",
"implements": []
},
"XULDocument": {
"inherits": "Document",
"implements": []
},
"XULElement": {
"inherits": "Element",
"implements": [
"GlobalEventHandlers",
"MozFrameLoaderOwner",
"OnErrorEventHandlerForNodes",
"TouchEventHandlers"
]
}
}
data-2.1.0/api/inheritance.md 0000664 0000000 0000000 00000002036 14473502774 0016025 0 ustar 00root root 0000000 0000000 # Inheritance
[data](https://github.com/mdn/data/blob/main/api/inheritance.json) |
[schema](https://github.com/mdn/data/blob/main/api/inheritance.schema.json)
Interfaces of Web APIs can inherit from other interfaces or implement [mixins](https://developer.mozilla.org/en-US/docs/Glossary/Mixin). For each interface, this data informs about the inherited (parent) interface and the implemented mixins.
## Structure for inheritance data of a specific name
The overall inheritance data is an object with one property per interface.
Each interface entry looks like the following example (E.g. for the DocumentFragment interface).
```json
"DocumentFragment": {
"inherits": "Node",
"implements": [
"ParentNode",
"LegacyQueryInterface"
]
}
```
The 2 properties are both required.
* `inherits` (a string or null): the name of the interface it inherits properties and methods from. If null, it means it doesn't inherit from any interface.
* `implements` (array of strings): the list of mixins the interface implements. The array can be empty.
data-2.1.0/api/inheritance.schema.json 0000664 0000000 0000000 00000001022 14473502774 0017627 0 ustar 00root root 0000000 0000000 {
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"inherits": {
"oneOf": [
{
"type": "null"
},
{
"type": "string",
"minLength": 1
}
]
},
"implements": {
"minItems": 0,
"uniqueItems": true,
"items": {
"type": "string"
}
}
},
"required": [
"inherits",
"implements"
]
}
}
data-2.1.0/css/ 0000775 0000000 0000000 00000000000 14473502774 0013230 5 ustar 00root root 0000000 0000000 data-2.1.0/css/README.md 0000664 0000000 0000000 00000003621 14473502774 0014511 0 ustar 00root root 0000000 0000000 # MDN CSS data
This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.
## How to update the CSS JSON DB
A guide to making changes is provided in the [How to update the CSS JSON DB](../docs/updating_css_json.md) document.
## Different types of CSS data
The CSS data is split into these parts:
- **at-rules**:
[data](https://github.com/mdn/data/blob/main/css/at-rules.json) |
[schema](https://github.com/mdn/data/blob/main/css/at-rules.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/at-rules.md)
- **functions**:
[data](https://github.com/mdn/data/blob/main/css/functions.json) |
[schema](https://github.com/mdn/data/blob/main/css/functions.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/functions.md)
- **properties**:
[data](https://github.com/mdn/data/blob/main/css/properties.json) |
[schema](https://github.com/mdn/data/blob/main/css/properties.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/properties.md)
- **selectors**:
[data](https://github.com/mdn/data/blob/main/css/selectors.json) |
[schema](https://github.com/mdn/data/blob/main/css/selectors.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/selectors.md)
- **syntaxes**:
[data](https://github.com/mdn/data/blob/main/css/syntaxes.json) |
[schema](https://github.com/mdn/data/blob/main/css/syntaxes.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/syntaxes.md)
- **types**:
[data](https://github.com/mdn/data/blob/main/css/types.json) |
[schema](https://github.com/mdn/data/blob/main/css/types.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/types.md)
- **units**:
[data](https://github.com/mdn/data/blob/main/css/units.json) |
[schema](https://github.com/mdn/data/blob/main/css/units.schema.json) |
[docs](https://github.com/mdn/data/blob/main/css/units.md)
data-2.1.0/css/at-rules.json 0000664 0000000 0000000 00000047237 14473502774 0015674 0 ustar 00root root 0000000 0000000 {
"@charset": {
"syntax": "@charset \"\";",
"groups": [
"CSS Charsets"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
},
"@counter-style": {
"syntax": "@counter-style {\n [ system: ; ] ||\n [ symbols: ; ] ||\n [ additive-symbols: ; ] ||\n [ negative: ; ] ||\n [ prefix: ; ] ||\n [ suffix: ; ] ||\n [ range: ; ] ||\n [ pad: ; ] ||\n [ speak-as: ; ] ||\n [ fallback: ; ]\n}",
"interfaces": [
"CSSCounterStyleRule"
],
"groups": [
"CSS Counter Styles"
],
"descriptors": {
"additive-symbols": {
"syntax": "[ && ]#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"fallback": {
"syntax": "",
"media": "all",
"initial": "decimal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"negative": {
"syntax": " ?",
"media": "all",
"initial": "\"-\" hyphen-minus",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"pad": {
"syntax": " && ",
"media": "all",
"initial": "0 \"\"",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"prefix": {
"syntax": "",
"media": "all",
"initial": "\"\"",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"range": {
"syntax": "[ [ | infinite ]{2} ]# | auto",
"media": "all",
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"speak-as": {
"syntax": "auto | bullets | numbers | words | spell-out | ",
"media": "all",
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"suffix": {
"syntax": "",
"media": "all",
"initial": "\". \"",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"symbols": {
"syntax": "+",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"system": {
"syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed ? ] | [ extends ]",
"media": "all",
"initial": "symbolic",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
},
"@document": {
"syntax": "@document [ | url-prefix() | domain() | media-document() | regexp() ]# {\n \n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule"
],
"groups": [
"CSS Conditional Rules"
],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
},
"@font-palette-values": {
"syntax": "@font-palette-values { }",
"groups": [
"CSS Fonts"
],
"descriptors": {
"base-palette": {
"syntax": "light | dark | ",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-family": {
"syntax": "#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"override-colors": {
"syntax": "[ ]#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
},
"@font-face": {
"syntax": "@font-face {\n [ font-family: ; ] ||\n [ src: ; ] ||\n [ unicode-range: ; ] ||\n [ font-variant: ; ] ||\n [ font-feature-settings: ; ] ||\n [ font-variation-settings: ; ] ||\n [ font-stretch: ; ] ||\n [ font-weight: ; ] ||\n [ font-style: ; ] ||\n [ size-adjust: ; ] ||\n [ ascent-override: ; ] ||\n [ descent-override: ; ] ||\n [ line-gap-override: ; ]\n}",
"interfaces": [
"CSSFontFaceRule"
],
"groups": [
"CSS Fonts"
],
"descriptors": {
"ascent-override": {
"syntax": "normal | ",
"media": "all",
"initial": "normal",
"percentages": "asSpecified",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "experimental"
},
"descent-override": {
"syntax": "normal | ",
"media": "all",
"initial": "normal",
"percentages": "asSpecified",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "experimental"
},
"font-display": {
"syntax": "[ auto | block | swap | fallback | optional ]",
"media": "visual",
"percentages": "no",
"initial": "auto",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"font-family": {
"syntax": "",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-feature-settings": {
"syntax": "normal | #",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"font-variation-settings": {
"syntax": "normal | [ ]#",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"font-stretch": {
"syntax": "{1,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-style": {
"syntax": "normal | italic | oblique {0,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-weight": {
"syntax": "{1,2}",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-variant": {
"syntax": "normal | none | [ || || || || stylistic() || historical-forms || styleset(#) || character-variant(#) || swash() || ornaments() || annotation() || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || || || || ordinal || slashed-zero || || || ruby ]",
"media": "all",
"initial": "normal",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"line-gap-override": {
"syntax": "normal | ",
"media": "all",
"initial": "normal",
"percentages": "asSpecified",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "experimental"
},
"size-adjust": {
"syntax": "",
"media": "all",
"initial": "100%",
"percentages": "asSpecified",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "experimental"
},
"src": {
"syntax": "[ [ format( # ) ]? | local( ) ]#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"unicode-range": {
"syntax": "#",
"media": "all",
"initial": "U+0-10FFFF",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face"
},
"@font-feature-values": {
"syntax": "@font-feature-values # {\n \n}",
"interfaces": [
"CSSFontFeatureValuesRule"
],
"groups": [
"CSS Fonts"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
},
"@import": {
"syntax": "@import [ | ]\n [ layer | layer() ]?\n [ supports( [ | ] ) ]?\n ? ;",
"groups": [
"CSS Conditional Rules",
"Media Queries"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
},
"@keyframes": {
"syntax": "@keyframes {\n \n}",
"interfaces": [
"CSSKeyframeRule",
"CSSKeyframesRule"
],
"groups": [
"CSS Animations"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes"
},
"@layer": {
"syntax": "@layer [ # | ? {\n \n} ]",
"interfaces": [
"CSSLayerBlockRule",
"CSSLayerStatementRule"
],
"groups": [
"CSS Cascading and Inheritance"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@layer"
},
"@media": {
"syntax": "@media {\n \n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule",
"CSSMediaRule",
"CSSCustomMediaRule"
],
"groups": [
"CSS Conditional Rules",
"Media Queries"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media"
},
"@namespace": {
"syntax": "@namespace ? [ | ];",
"groups": [
"CSS Namespaces"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@namespace"
},
"@page": {
"syntax": "@page {\n \n}",
"interfaces": [
"CSSPageRule"
],
"groups": [
"CSS Pages"
],
"descriptors": {
"bleed": {
"syntax": "auto | ",
"media": [
"visual",
"paged"
],
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"marks": {
"syntax": "none | [ crop || cross ]",
"media": [
"visual",
"paged"
],
"initial": "none",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"page-orientation": {
"syntax": "upright | rotate-left | rotate-right ",
"media": [
"visual",
"paged"
],
"initial": "upright",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"size": {
"syntax": "{1,2} | auto | [ || [ portrait | landscape ] ]",
"media": [
"visual",
"paged"
],
"initial": "auto",
"percentages": "no",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
"order": "orderOfAppearance",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page"
},
"@property": {
"syntax": "@property {\n \n}",
"interfaces": [
"CSS",
"CSSPropertyRule"
],
"groups": [
"CSS Houdini"
],
"descriptors": {
"syntax": {
"syntax": "",
"media": "all",
"percentages": "no",
"initial": "n/a (required)",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"inherits": {
"syntax": "true | false",
"media": "all",
"percentages": "no",
"initial": "auto",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"initial-value": {
"syntax": "",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
}
},
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
},
"@scroll-timeline": {
"syntax": "@scroll-timeline { }",
"interfaces": [
"ScrollTimeline"
],
"groups": [
"CSS Animations"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"
},
"@supports": {
"syntax": "@supports {\n \n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule",
"CSSSupportsRule"
],
"groups": [
"CSS Conditional Rules"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
},
"@viewport": {
"syntax": "@viewport {\n \n}",
"interfaces": [
"CSSViewportRule"
],
"groups": [
"CSS Device Adaptation"
],
"descriptors": {
"height": {
"syntax": "{1,2}",
"media": [
"visual",
"continuous"
],
"initial": [
"min-height",
"max-height"
],
"percentages": [
"min-height",
"max-height"
],
"computed": [
"min-height",
"max-height"
],
"order": "orderOfAppearance",
"status": "standard"
},
"max-height": {
"syntax": "",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToHeightOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"max-width": {
"syntax": "",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToWidthOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"max-zoom": {
"syntax": "auto | | ",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
"order": "uniqueOrder",
"status": "standard"
},
"min-height": {
"syntax": "",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToHeightOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"min-width": {
"syntax": "",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToWidthOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
"order": "uniqueOrder",
"status": "standard"
},
"min-zoom": {
"syntax": "auto | | ",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
"order": "uniqueOrder",
"status": "standard"
},
"orientation": {
"syntax": "auto | portrait | landscape",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "referToSizeOfBoundingBox",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"user-zoom": {
"syntax": "zoom | fixed",
"media": [
"visual",
"continuous"
],
"initial": "zoom",
"percentages": "referToSizeOfBoundingBox",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"viewport-fit": {
"syntax": "auto | contain | cover",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"width": {
"syntax": "{1,2}",
"media": [
"visual",
"continuous"
],
"initial": [
"min-width",
"max-width"
],
"percentages": [
"min-width",
"max-width"
],
"computed": [
"min-width",
"max-width"
],
"order": "orderOfAppearance",
"status": "standard"
},
"zoom": {
"syntax": "auto | | ",
"media": [
"visual",
"continuous"
],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
"order": "uniqueOrder",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@viewport"
}
}
data-2.1.0/css/at-rules.md 0000664 0000000 0000000 00000006702 14473502774 0015313 0 ustar 00root root 0000000 0000000 # At-rules
[data](https://github.com/mdn/data/blob/main/css/at-rules.json) |
[schema](https://github.com/mdn/data/blob/main/css/at-rules.schema.json)
An [at-rule](https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule) is a CSS statement beginning with an at sign (@) that instructs CSS how to behave. There are several available identifiers defining what CSS should do in certain situations.
## Structure for simple at-rules
A simple at-rule object might look like this:
```json
"@myRule": {
"syntax": "@myRule {\n \n};",
"groups": [
"CSS myGroup"
],
"status": "standard"
},
```
The 3 properties seen above are all required:
* `syntax` (string): This is the formal syntax of the at-rule and is usually found in the specification.
* `groups` (array of strings): CSS is organized in modules like "CSS Fonts" or "CSS Animations". MDN organizes features in these groups as well — `groups` should contain the name of the module(s) the at-rule is defined in.
* `status` (enum string): This is either `standard`, `nonstandard`, or `experimental` depending on the standardization status of the feature.
There are 3 more properties that are optional:
* `mdn_url` (string): a URL linking to the at-rule's page on MDN. This URL must omit the localization part of the URL (such as `en-US/`).
* `interfaces` (array of strings): These are the [CSSOM](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model) interfaces that belong to the at-rule.
* `descriptors` (object): see below
## Structure for at-rules with descriptors
The `descriptors` object (when included) contains one or more objects that describe the different descriptors available on the at-rule. Look at `@font-face`, for example:
```json
"@font-face": {
"syntax": "...",
"interfaces": [],
"groups": [],
"descriptors": {
"font-display": {
"syntax": "[ auto | block | swap | fallback | optional ]",
"media": "visual",
"percentages": "no",
"initial": "auto",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"font-family": {
"syntax": "",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
}
},
"status": "standard"
}
```
Each `descriptors` object consists of 7 required properties:
* `syntax` (string): The syntax / possible values of the descriptor.
* `media` (string): The media groups the descriptor applies to, e.g. "all, visual" (multiple values are comma-separated).
* `percentages` (string or array of strings):
* If it is an array, the elements are the other descriptors this descriptor is taking the percentages from (array elements must be in a descriptors list).
* If it is a string, it indicates the percentage value of the descriptor.
* `initial` (string or array of strings):
* If it is an array, the elements are the other descriptors this descriptor is taking the initial values from (array elements must be in a descriptors list).
* If it is a string, it indicates the initial value of the descriptor.
* `computed` (string or array of strings):
* If it is an array, the elements are the other descriptors this descriptor is computed from (array elements must be in a descriptors list).
* If it is a string, it indicates the computed value of the descriptor.
* `order` (enum string): Either `orderOfAppearance` or `uniqueOrder`.
data-2.1.0/css/at-rules.schema.json 0000664 0000000 0000000 00000006172 14473502774 0017124 0 ustar 00root root 0000000 0000000 {
"definitions": {
"stringOrPropertyList": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "string",
"property-reference": {
"comment": "property-reference is an extension to the JSON schema validator. Here it jumps 3 levels up in the hierarchy and tests if a value is an existing key in descriptors. See test/validate-schema.js for implementation details.",
"$data": "3"
}
}
}
]
}
},
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"syntax": {
"type": "string"
},
"interfaces": {
"type": "array",
"items": {
"type": "string"
}
},
"groups": {
"type": "array",
"minitems": 1,
"uniqueItems": true,
"items": {
"$ref": "definitions.json#/groupList"
}
},
"descriptors": {
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"syntax": {
"type": "string"
},
"media": {
"oneOf": [
{
"type": "string",
"enum": [
"all",
"continuous",
"paged",
"visual"
]
},
{
"type": "array",
"minItems": 2,
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"continuous",
"paged",
"visual"
]
}
}
]
},
"initial": {
"$ref": "#/definitions/stringOrPropertyList"
},
"percentages": {
"$ref": "#/definitions/stringOrPropertyList"
},
"computed": {
"$ref": "#/definitions/stringOrPropertyList"
},
"order": {
"enum": [
"orderOfAppearance",
"uniqueOrder"
]
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
}
},
"required": [
"syntax",
"initial",
"percentages",
"computed",
"order",
"status"
]
}
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
},
"mdn_url": {
"type": "string",
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
}
},
"required": [
"syntax",
"groups",
"status"
]
}
}
data-2.1.0/css/definitions.json 0000664 0000000 0000000 00000003452 14473502774 0016442 0 ustar 00root root 0000000 0000000 {
"groupList": {
"enum": [
"Basic Selectors",
"Combinators",
"Compositing and Blending",
"CSS Angles",
"CSS Animations",
"CSS Backgrounds and Borders",
"CSS Basic User Interface",
"CSS Box Model",
"CSS Box Alignment",
"CSS Break",
"CSS Cascading and Inheritance",
"CSS Charsets",
"CSS Color",
"CSS Columns",
"CSS Conditional Rules",
"CSS Containment",
"CSS Counter Styles",
"CSS Device Adaptation",
"CSS Display",
"CSS Flexible Box Layout",
"CSS Flexible Lengths",
"CSS Fonts",
"CSS Fragmentation",
"CSS Frequencies",
"CSS Generated Content",
"CSS Grid Layout",
"CSS Houdini",
"CSS Images",
"CSS Inline",
"CSS Lengths",
"CSS Lists and Counters",
"CSS Logical Properties",
"CSS Masking",
"CSS Miscellaneous",
"CSS Motion Path",
"CSS Namespaces",
"CSS Overflow",
"CSS Pages",
"CSS Positioning",
"CSS Regions",
"CSS Resolutions",
"CSS Ruby",
"CSS Scroll Anchoring",
"CSS Scrollbars",
"CSS Scroll Snap",
"CSS Shadow Parts",
"CSS Shapes",
"CSS Speech",
"CSS Table",
"CSS Text",
"CSS Text Decoration",
"CSS Times",
"CSS Transforms",
"CSS Transitions",
"CSS Types",
"CSS Units",
"CSS Variables",
"CSS View Transitions",
"CSS Will Change",
"CSS Writing Modes",
"CSSOM View",
"Filter Effects",
"Grouping Selectors",
"MathML",
"Media Queries",
"Microsoft Extensions",
"Mozilla Extensions",
"Pointer Events",
"Pseudo",
"Pseudo-classes",
"Pseudo-elements",
"Selectors",
"WebKit Extensions"
]
}
}
data-2.1.0/css/functions.json 0000664 0000000 0000000 00000041511 14473502774 0016135 0 ustar 00root root 0000000 0000000 {
"attr()": {
"syntax": "attr( ? [, ]? )",
"groups": [
"CSS Generated Content"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/attr"
},
"blur()": {
"syntax": "blur( )",
"groups": [
"Filter Effects"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/blur"
},
"brightness()": {
"syntax": "brightness( )",
"groups": [
"Filter Effects"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/brightness"
},
"calc()": {
"syntax": "calc( )",
"groups": [
"CSS Units",
"CSS Lengths"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc"
},
"circle()": {
"syntax": "circle( [ ]? [ at ]? )",
"groups": [
"CSS Shapes"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/circle"
},
"clamp()": {
"syntax": "clamp( #{3} )",
"groups": [
"CSS Fonts"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clamp"
},
"conic-gradient()": {
"syntax": "conic-gradient( [ from ]? [ at ]?, )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/conic-gradient"
},
"contrast()": {
"syntax": "contrast( [ ] )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast"
},
"counter()": {
"syntax": "counter( , ? )",
"groups": [
"CSS Lists and Counters"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter"
},
"counters()": {
"syntax": "counters( , , ? )",
"groups": [
"CSS Lists and Counters"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counters"
},
"cross-fade()": {
"syntax": "cross-fade( , ? )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cross-fade"
},
"drop-shadow()": {
"syntax": "drop-shadow( {2,3} ? )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/drop-shadow"
},
"element()": {
"syntax": "element( )",
"groups": [
"CSS Miscellaneous"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
},
"ellipse()": {
"syntax": "ellipse( [ {2} ]? [ at ]? )",
"groups": [
"CSS Shapes"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/ellipse"
},
"env()": {
"syntax": "env( , ? )",
"groups": [
"CSS Box Model"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
},
"fit-content()": {
"syntax": "fit-content( [ | ] )",
"groups": [
"CSS Box Model"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content"
},
"grayscale()": {
"syntax": "grayscale( )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/grayscale"
},
"hsl()": {
"syntax": "hsl( [ / ]? ) | hsl( , , , ? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsl"
},
"hsla()": {
"syntax": "hsla( [ / ]? ) | hsla( , , , ? )",
"groups": [
"CSS Color"
],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsla"
},
"hue-rotate()": {
"syntax": "hue-rotate( )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/hue-rotate"
},
"image()": {
"syntax": "image( ? [ ? , ? ]! )",
"groups": [
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/image"
},
"image-set()": {
"syntax": "image-set( # )",
"groups": [
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/image-set"
},
"inset()": {
"syntax": "inset( {1,4} [ round <'border-radius'> ]? )",
"groups": [
"CSS Shapes"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/inset"
},
"invert()": {
"syntax": "invert( )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/invert"
},
"leader()": {
"syntax": "leader( )",
"groups": [
"CSS Miscellaneous"
],
"status": "nonstandard"
},
"linear-gradient()": {
"syntax": "linear-gradient( [ | to ]? , )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient"
},
"matrix()": {
"syntax": "matrix( #{6} )",
"groups": [
"CSS Transforms"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/matrix"
},
"matrix3d()": {
"syntax": "matrix3d( #{16} )",
"groups": [
"CSS Transforms"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/matrix3d"
},
"max()": {
"syntax": "max( # )",
"groups": [
"CSS Units",
"CSS Lengths"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/max"
},
"min()": {
"syntax": "min( # )",
"groups": [
"CSS Units",
"CSS Lengths"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min"
},
"minmax()": {
"syntax": "minmax( [ | | min-content | max-content | auto ] , [ | | | min-content | max-content | auto ] )",
"groups": [
"CSS Units",
"CSS Lengths"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/minmax"
},
"oklab()": {
"syntax": "oklab( [ | | none] [ | | none] [ | | none] [ / [ | none] ]? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklab"
},
"oklch()": {
"syntax": "oklch( [ | | none] [ | | none] [ | none] [ / [ | none] ]? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklch"
},
"opacity()": {
"syntax": "opacity( [ ] )",
"groups": [
"Filter Effects",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/opacity"
},
"path()": {
"syntax": "path( [ , ]? )",
"groups": [
"CSS Shapes",
"CSS Motion Path"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/path"
},
"paint()": {
"syntax": "paint( , ? )",
"groups": [
"CSS Backgrounds and Borders"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/paint"
},
"perspective()": {
"syntax": "perspective( )",
"groups": [
"CSS Transforms"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/perspective"
},
"polygon()": {
"syntax": "polygon( ? , [ ]# )",
"groups": [
"CSS Shapes"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/polygon"
},
"radial-gradient()": {
"syntax": "radial-gradient( [ || ]? [ at ]? , )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
},
"ray()": {
"syntax": "ray( && ? && contain? )",
"groups": [
"CSS Motion Path"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
},
"repeating-linear-gradient()": {
"syntax": "repeating-linear-gradient( [ | to ]? , )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/repeating-linear-gradient"
},
"repeating-radial-gradient()": {
"syntax": "repeating-radial-gradient( [ || ]? [ at ]? , )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
},
"rgb()": {
"syntax": "rgb( {3} [ / ]? ) | rgb( {3} [ / ]? ) | rgb( #{3} , ? ) | rgb( #{3} , ? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
},
"rgba()": {
"syntax": "rgba( {3} [ / ]? ) | rgba( {3} [ / ]? ) | rgba( #{3} , ? ) | rgba( #{3} , ? )",
"groups": [
"CSS Color"
],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgba"
},
"rotate()": {
"syntax": "rotate( [ | ] )",
"groups": [
"CSS Transforms"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotate"
},
"rotate3d()": {
"syntax": "rotate3d( , , , [ | ] )",
"groups": [
"CSS Transforms"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotate3d"
},
"rotateX()": {
"syntax": "rotateX( [ | ] )",
"groups": [
"CSS Transforms"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateX"
},
"rotateY()": {
"syntax": "rotateY( [