pax_global_header00006660000000000000000000000064144735027740014527gustar00rootroot0000000000000052 comment=a322d5a7bae3548ffb7d8d4ba804925854bffc5f data-2.1.0/000077500000000000000000000000001447350277400124405ustar00rootroot00000000000000data-2.1.0/.editorconfig000066400000000000000000000002231447350277400151120ustar00rootroot00000000000000root = 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/000077500000000000000000000000001447350277400140005ustar00rootroot00000000000000data-2.1.0/.github/ISSUE_TEMPLATE/000077500000000000000000000000001447350277400161635ustar00rootroot00000000000000data-2.1.0/.github/ISSUE_TEMPLATE/bug.yml000066400000000000000000000022051447350277400174620ustar00rootroot00000000000000name: "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.yml000066400000000000000000000014471447350277400201610ustar00rootroot00000000000000blank_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_TEMPLATE000066400000000000000000000012261447350277400172030ustar00rootroot00000000000000 ### Description ### Motivation ### Additional details ### Related issues and pull requests data-2.1.0/.github/dependabot.yml000066400000000000000000000001521447350277400166260ustar00rootroot00000000000000version: 2 updates: - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" data-2.1.0/.github/workflows/000077500000000000000000000000001447350277400160355ustar00rootroot00000000000000data-2.1.0/.github/workflows/codeql.yml000066400000000000000000000015231447350277400200300ustar00rootroot00000000000000name: "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.yml000066400000000000000000000005621447350277400175000ustar00rootroot00000000000000# 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.yml000066400000000000000000000004341447350277400175270ustar00rootroot00000000000000name: 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.yml000066400000000000000000000004531447350277400216460ustar00rootroot00000000000000name: 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.yml000066400000000000000000000027061447350277400210020ustar00rootroot00000000000000# 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/.gitignore000066400000000000000000000000301447350277400144210ustar00rootroot00000000000000/node_modules/ .DS_Storedata-2.1.0/.npmignore000066400000000000000000000000321447350277400144320ustar00rootroot00000000000000.travis.yml .editorconfig data-2.1.0/.prettierrc.json000066400000000000000000000000361447350277400155730ustar00rootroot00000000000000{ "bracketSameLine": true } data-2.1.0/CHANGELOG.md000066400000000000000000000075661447350277400142670ustar00rootroot00000000000000# 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.md000066400000000000000000000007201447350277400152360ustar00rootroot00000000000000# 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.md000066400000000000000000000037421447350277400146770ustar00rootroot00000000000000# 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/LICENSE000066400000000000000000000146331447350277400134540ustar00rootroot00000000000000CC0 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.md000066400000000000000000000043071447350277400137230ustar00rootroot00000000000000# 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. [![NPM version](https://img.shields.io/npm/v/mdn-data.svg)](https://www.npmjs.com/package/mdn-data) [![lint](https://github.com/mdn/data/actions/workflows/lint.yml/badge.svg)](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.md000066400000000000000000000011451447350277400143220ustar00rootroot00000000000000# 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/000077500000000000000000000000001447350277400132115ustar00rootroot00000000000000data-2.1.0/api/index.js000066400000000000000000000000761447350277400146610ustar00rootroot00000000000000module.exports = { inheritance: require('./inheritance'), } data-2.1.0/api/inheritance.json000066400000000000000000001474601447350277400164110ustar00rootroot00000000000000{ "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.md000066400000000000000000000020361447350277400160250ustar00rootroot00000000000000# 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.json000066400000000000000000000010221447350277400176270ustar00rootroot00000000000000{ "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/000077500000000000000000000000001447350277400132305ustar00rootroot00000000000000data-2.1.0/css/README.md000066400000000000000000000036211447350277400145110ustar00rootroot00000000000000# 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.json000066400000000000000000000472371447350277400156740ustar00rootroot00000000000000{ "@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.md000066400000000000000000000067021447350277400153130ustar00rootroot00000000000000# 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.json000066400000000000000000000061721447350277400171240ustar00rootroot00000000000000{ "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.json000066400000000000000000000034521447350277400164420ustar00rootroot00000000000000{ "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.json000066400000000000000000000415111447350277400161350ustar00rootroot00000000000000{ "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( [ | ] )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateY" }, "rotateZ()": { "syntax": "rotateZ( [ | ] )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateZ" }, "saturate()": { "syntax": "saturate( )", "groups": [ "Filter Effects", "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/saturate" }, "scale()": { "syntax": "scale( , ? )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale" }, "scale3d()": { "syntax": "scale3d( , , )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale3d" }, "scaleX()": { "syntax": "scaleX( )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleX" }, "scaleY()": { "syntax": "scaleY( )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleY" }, "scaleZ()": { "syntax": "scaleZ( )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleZ" }, "scroll()": { "syntax": "scroll([ || ]?)", "groups": [ "CSS Animations" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll" }, "skew()": { "syntax": "skew( [ | ] , [ | ]? )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skew" }, "skewX()": { "syntax": "skewX( [ | ] )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skewX" }, "skewY()": { "syntax": "skewY( [ | ] )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skewY" }, "sepia()": { "syntax": "sepia( )", "groups": [ "Filter Effects", "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/sepia" }, "target-counter()": { "syntax": "target-counter( [ | ] , , ? )", "groups": [ "CSS Lists and Counters" ], "status": "nonstandard" }, "target-counters()": { "syntax": "target-counters( [ | ] , , , ? )", "groups": [ "CSS Lists and Counters" ], "status": "nonstandard" }, "target-text()": { "syntax": "target-text( [ | ] , [ content | before | after | first-letter ]? )", "groups": [ "CSS Miscellaneous" ], "status": "nonstandard" }, "translate()": { "syntax": "translate( , ? )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translate" }, "translate3d()": { "syntax": "translate3d( , , )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translate3d" }, "translateX()": { "syntax": "translateX( )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translateX" }, "translateY()": { "syntax": "translateY( )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translateY" }, "translateZ()": { "syntax": "translateZ( )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/translateZ" }, "var()": { "syntax": "var( , ? )", "groups": [ "CSS Miscellaneous" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var" }, "view()": { "syntax": "view([ || <'view-timeline-inset'>]?)", "groups": [ "CSS Animations" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view" } } data-2.1.0/css/functions.md000066400000000000000000000022051447350277400155610ustar00rootroot00000000000000# Functions [data](https://github.com/mdn/data/blob/main/css/functions.json) | [schema](https://github.com/mdn/data/blob/main/css/functions.schema.json) [CSS value functions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions) are statements that invoke special data processing or calculations to return a CSS value for a CSS property. CSS value functions represent more complex data types and they may take some input arguments to calculate the return value. The value syntax starts with the **name of the function**, followed by a left parenthesis (. Next up are the argument(s), and the function is finished off with a closing parenthesis ). Functions can take multiple arguments, which are formatted similarly to CSS property values. Whitespace is allowed, but they are optional inside the parentheses. In some functional notations multiple arguments are separated by commas, while others use spaces. ```javascript selector { property: function([argument]? [, argument]!); } ``` For more information about the formal grammar of CSS syntaxes, see [CSS value functions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions). data-2.1.0/css/functions.schema.json000066400000000000000000000015051447350277400173730ustar00rootroot00000000000000{ "definitions": { "status": { "enum": [ "standard", "nonstandard", "experimental", "obsolete" ] }, "mdn_url": { "type": "string", "pattern": "^https://developer.mozilla.org/docs/" } }, "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "required": [ "syntax", "groups", "status" ], "properties": { "syntax": { "type": "string" }, "groups": { "type": "array", "minitems": 1, "uniqueItems": true, "items": { "$ref": "definitions.json#/groupList" } }, "status": { "$ref": "#/definitions/status" }, "mdn_url": { "$ref": "#/definitions/mdn_url" } } } } data-2.1.0/css/index.js000066400000000000000000000004261447350277400146770ustar00rootroot00000000000000module.exports = { atRules: require('./at-rules'), functions: require('./functions'), selectors: require('./selectors'), types: require('./types'), properties: require('./properties'), syntaxes: require('./syntaxes'), units: require('./units'), } data-2.1.0/css/properties.json000066400000000000000000010677031447350277400163350ustar00rootroot00000000000000{ "--*": { "syntax": "", "media": "all", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Variables" ], "initial": "seeProse", "appliesto": "allElements", "computed": "asSpecifiedWithVarsSubstituted", "order": "perGrammar", "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/--*" }, "-ms-accelerator": { "syntax": "false | true", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "false", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-accelerator" }, "-ms-block-progression": { "syntax": "tb | rl | bt | lr", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "tb", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-block-progression" }, "-ms-content-zoom-chaining": { "syntax": "none | chained", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-chaining" }, "-ms-content-zooming": { "syntax": "none | zoom", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "zoomForTheTopLevelNoneForTheRest", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zooming" }, "-ms-content-zoom-limit": { "syntax": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": [ "-ms-content-zoom-limit-max", "-ms-content-zoom-limit-min" ], "groups": [ "Microsoft Extensions" ], "initial": [ "-ms-content-zoom-limit-max", "-ms-content-zoom-limit-min" ], "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": [ "-ms-content-zoom-limit-max", "-ms-content-zoom-limit-min" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit" }, "-ms-content-zoom-limit-max": { "syntax": "", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "maxZoomFactor", "groups": [ "Microsoft Extensions" ], "initial": "400%", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-max" }, "-ms-content-zoom-limit-min": { "syntax": "", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "minZoomFactor", "groups": [ "Microsoft Extensions" ], "initial": "100%", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-min" }, "-ms-content-zoom-snap": { "syntax": "<'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": [ "-ms-content-zoom-snap-type", "-ms-content-zoom-snap-points" ], "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": [ "-ms-content-zoom-snap-type", "-ms-content-zoom-snap-points" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap" }, "-ms-content-zoom-snap-points": { "syntax": "snapInterval( , ) | snapList( # )", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "snapInterval(0%, 100%)", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-points" }, "-ms-content-zoom-snap-type": { "syntax": "none | proximity | mandatory", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-type" }, "-ms-filter": { "syntax": "", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "\"\"", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-filter" }, "-ms-flow-from": { "syntax": "[ none | ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "nonReplacedElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-flow-from" }, "-ms-flow-into": { "syntax": "[ none | ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "iframeElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-flow-into" }, "-ms-grid-columns": { "syntax": "none | | ", "media": "visual", "inherited": false, "animationType": "simpleListOfLpcDifferenceLpc", "percentages": "referToDimensionOfContentArea", "groups": [ "CSS Grid Layout" ], "initial": "none", "appliesto": "gridContainers", "computed": "asSpecifiedRelativeToAbsoluteLengths", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-grid-columns" }, "-ms-grid-rows": { "syntax": "none | | ", "media": "visual", "inherited": false, "animationType": "simpleListOfLpcDifferenceLpc", "percentages": "referToDimensionOfContentArea", "groups": [ "CSS Grid Layout" ], "initial": "none", "appliesto": "gridContainers", "computed": "asSpecifiedRelativeToAbsoluteLengths", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-grid-rows" }, "-ms-high-contrast-adjust": { "syntax": "auto | none", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-high-contrast-adjust" }, "-ms-hyphenate-limit-chars": { "syntax": "auto | {1,3}", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-chars" }, "-ms-hyphenate-limit-lines": { "syntax": "no-limit | ", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "no-limit", "appliesto": "blockContainerElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-lines" }, "-ms-hyphenate-limit-zone": { "syntax": " | ", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "referToLineBoxWidth", "groups": [ "Microsoft Extensions" ], "initial": "0", "appliesto": "blockContainerElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-zone" }, "-ms-ime-align": { "syntax": "auto | after", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-ime-align" }, "-ms-overflow-style": { "syntax": "auto | none | scrollbar | -ms-autohiding-scrollbar", "media": "interactive", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-overflow-style" }, "-ms-scrollbar-3dlight-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "dependsOnUserAgent", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-3dlight-color" }, "-ms-scrollbar-arrow-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "ButtonText", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-arrow-color" }, "-ms-scrollbar-base-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "dependsOnUserAgent", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-base-color" }, "-ms-scrollbar-darkshadow-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "ThreeDDarkShadow", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-darkshadow-color" }, "-ms-scrollbar-face-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "ThreeDFace", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-face-color" }, "-ms-scrollbar-highlight-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "ThreeDHighlight", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-highlight-color" }, "-ms-scrollbar-shadow-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "ThreeDDarkShadow", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-shadow-color" }, "-ms-scrollbar-track-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "Scrollbar", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color" }, "-ms-scroll-chaining": { "syntax": "chained | none", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "chained", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-chaining" }, "-ms-scroll-limit": { "syntax": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": [ "-ms-scroll-limit-x-min", "-ms-scroll-limit-y-min", "-ms-scroll-limit-x-max", "-ms-scroll-limit-y-max" ], "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": [ "-ms-scroll-limit-x-min", "-ms-scroll-limit-y-min", "-ms-scroll-limit-x-max", "-ms-scroll-limit-y-max" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit" }, "-ms-scroll-limit-x-max": { "syntax": "auto | ", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-max" }, "-ms-scroll-limit-x-min": { "syntax": "", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "0", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-min" }, "-ms-scroll-limit-y-max": { "syntax": "auto | ", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-max" }, "-ms-scroll-limit-y-min": { "syntax": "", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "0", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-min" }, "-ms-scroll-rails": { "syntax": "none | railed", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "railed", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-rails" }, "-ms-scroll-snap-points-x": { "syntax": "snapInterval( , ) | snapList( # )", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "snapInterval(0px, 100%)", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-x" }, "-ms-scroll-snap-points-y": { "syntax": "snapInterval( , ) | snapList( # )", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "snapInterval(0px, 100%)", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-y" }, "-ms-scroll-snap-type": { "syntax": "none | proximity | mandatory", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-type" }, "-ms-scroll-snap-x": { "syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": [ "-ms-scroll-snap-type", "-ms-scroll-snap-points-x" ], "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": [ "-ms-scroll-snap-type", "-ms-scroll-snap-points-x" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-x" }, "-ms-scroll-snap-y": { "syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": [ "-ms-scroll-snap-type", "-ms-scroll-snap-points-y" ], "appliesto": "nonReplacedBlockAndInlineBlockElements", "computed": [ "-ms-scroll-snap-type", "-ms-scroll-snap-points-y" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-y" }, "-ms-scroll-translation": { "syntax": "none | vertical-to-horizontal", "media": "interactive", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-translation" }, "-ms-text-autospace": { "syntax": "none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-text-autospace" }, "-ms-touch-select": { "syntax": "grippers | none", "media": "interactive", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "grippers", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-touch-select" }, "-ms-user-select": { "syntax": "none | element | text", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "text", "appliesto": "nonReplacedElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-user-select" }, "-ms-wrap-flow": { "syntax": "auto | both | start | end | maximum | clear", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "auto", "appliesto": "blockLevelElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-flow" }, "-ms-wrap-margin": { "syntax": "", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "0", "appliesto": "exclusionElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-margin" }, "-ms-wrap-through": { "syntax": "wrap | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "wrap", "appliesto": "blockLevelElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-through" }, "-moz-appearance": { "syntax": "none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions", "WebKit Extensions" ], "initial": "noneButOverriddenInUserAgentCSS", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance" }, "-moz-binding": { "syntax": " | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElementsExceptGeneratedContentOrPseudoElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-binding" }, "-moz-border-bottom-colors": { "syntax": "+ | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-bottom-colors" }, "-moz-border-left-colors": { "syntax": "+ | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-left-colors" }, "-moz-border-right-colors": { "syntax": "+ | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-right-colors" }, "-moz-border-top-colors": { "syntax": "+ | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-border-top-colors" }, "-moz-context-properties": { "syntax": "none | [ fill | fill-opacity | stroke | stroke-opacity ]#", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElementsThatCanReferenceImages", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties" }, "-moz-float-edge": { "syntax": "border-box | content-box | margin-box | padding-box", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "content-box", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-float-edge" }, "-moz-force-broken-image-icon": { "syntax": "0 | 1", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "0", "appliesto": "images", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-force-broken-image-icon" }, "-moz-image-region": { "syntax": " | auto", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "auto", "appliesto": "xulImageElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-image-region" }, "-moz-orient": { "syntax": "inline | block | horizontal | vertical", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "inline", "appliesto": "anyElementEffectOnProgressAndMeter", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-orient" }, "-moz-outline-radius": { "syntax": "{1,4} [ / {1,4} ]?", "media": "visual", "inherited": false, "animationType": [ "-moz-outline-radius-topleft", "-moz-outline-radius-topright", "-moz-outline-radius-bottomright", "-moz-outline-radius-bottomleft" ], "percentages": [ "-moz-outline-radius-topleft", "-moz-outline-radius-topright", "-moz-outline-radius-bottomright", "-moz-outline-radius-bottomleft" ], "groups": [ "Mozilla Extensions" ], "initial": [ "-moz-outline-radius-topleft", "-moz-outline-radius-topright", "-moz-outline-radius-bottomright", "-moz-outline-radius-bottomleft" ], "appliesto": "allElements", "computed": [ "-moz-outline-radius-topleft", "-moz-outline-radius-topright", "-moz-outline-radius-bottomright", "-moz-outline-radius-bottomleft" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius" }, "-moz-outline-radius-bottomleft": { "syntax": "", "media": "visual", "inherited": false, "animationType": "lpc", "percentages": "referToDimensionOfBorderBox", "groups": [ "Mozilla Extensions" ], "initial": "0", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomleft" }, "-moz-outline-radius-bottomright": { "syntax": "", "media": "visual", "inherited": false, "animationType": "lpc", "percentages": "referToDimensionOfBorderBox", "groups": [ "Mozilla Extensions" ], "initial": "0", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomright" }, "-moz-outline-radius-topleft": { "syntax": "", "media": "visual", "inherited": false, "animationType": "lpc", "percentages": "referToDimensionOfBorderBox", "groups": [ "Mozilla Extensions" ], "initial": "0", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topleft" }, "-moz-outline-radius-topright": { "syntax": "", "media": "visual", "inherited": false, "animationType": "lpc", "percentages": "referToDimensionOfBorderBox", "groups": [ "Mozilla Extensions" ], "initial": "0", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topright" }, "-moz-stack-sizing": { "syntax": "ignore | stretch-to-fit", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "stretch-to-fit", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-stack-sizing" }, "-moz-text-blink": { "syntax": "none | blink", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-text-blink" }, "-moz-user-focus": { "syntax": "ignore | normal | select-after | select-before | select-menu | select-same | select-all | none", "media": "interactive", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-focus" }, "-moz-user-input": { "syntax": "auto | none | enabled | disabled", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "auto", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-input" }, "-moz-user-modify": { "syntax": "read-only | read-write | write-only", "media": "interactive", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "read-only", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-user-modify" }, "-moz-window-dragging": { "syntax": "drag | no-drag", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "drag", "appliesto": "allElementsCreatingNativeWindows", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-window-dragging" }, "-moz-window-shadow": { "syntax": "default | menu | tooltip | sheet | none", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Mozilla Extensions" ], "initial": "default", "appliesto": "allElementsCreatingNativeWindows", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-window-shadow" }, "-webkit-appearance": { "syntax": "none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "noneButOverriddenInUserAgentCSS", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance" }, "-webkit-border-before": { "syntax": "<'border-width'> || <'border-style'> || ", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": [ "-webkit-border-before-width" ], "groups": [ "WebKit Extensions" ], "initial": [ "border-width", "border-style", "color" ], "appliesto": "allElements", "computed": [ "border-width", "border-style", "color" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before" }, "-webkit-border-before-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "currentcolor", "appliesto": "allElements", "computed": "computedColor", "order": "uniqueOrder", "status": "nonstandard" }, "-webkit-border-before-style": { "syntax": "<'border-style'>", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard" }, "-webkit-border-before-width": { "syntax": "<'border-width'>", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "logicalWidthOfContainingBlock", "groups": [ "WebKit Extensions" ], "initial": "medium", "appliesto": "allElements", "computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden", "order": "uniqueOrder", "status": "nonstandard" }, "-webkit-box-reflect": { "syntax": "[ above | below | right | left ]? ? ?", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect" }, "-webkit-line-clamp": { "syntax": "none | ", "media": "visual", "inherited": false, "animationType": "byComputedValueType", "percentages": "no", "groups": [ "WebKit Extensions", "CSS Overflow" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp" }, "-webkit-mask": { "syntax": "[ || [ / ]? || || [ | border | padding | content | text ] || [ | border | padding | content ] ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": [ "-webkit-mask-image", "-webkit-mask-repeat", "-webkit-mask-attachment", "-webkit-mask-position", "-webkit-mask-origin", "-webkit-mask-clip" ], "appliesto": "allElements", "computed": [ "-webkit-mask-image", "-webkit-mask-repeat", "-webkit-mask-attachment", "-webkit-mask-position", "-webkit-mask-origin", "-webkit-mask-clip" ], "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask" }, "-webkit-mask-attachment": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "scroll", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment" }, "-webkit-mask-clip": { "syntax": "[ | border | padding | content | text ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "border", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-clip" }, "-webkit-mask-composite": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "source-over", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite" }, "-webkit-mask-image": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "none", "appliesto": "allElements", "computed": "absoluteURIOrNone", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-image" }, "-webkit-mask-origin": { "syntax": "[ | border | padding | content ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "padding", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-origin" }, "-webkit-mask-position": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "referToSizeOfElement", "groups": [ "WebKit Extensions" ], "initial": "0% 0%", "appliesto": "allElements", "computed": "absoluteLengthOrPercentage", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-position" }, "-webkit-mask-position-x": { "syntax": "[ | left | center | right ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "referToSizeOfElement", "groups": [ "WebKit Extensions" ], "initial": "0%", "appliesto": "allElements", "computed": "absoluteLengthOrPercentage", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-x" }, "-webkit-mask-position-y": { "syntax": "[ | top | center | bottom ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "referToSizeOfElement", "groups": [ "WebKit Extensions" ], "initial": "0%", "appliesto": "allElements", "computed": "absoluteLengthOrPercentage", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-y" }, "-webkit-mask-repeat": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "repeat", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-repeat" }, "-webkit-mask-repeat-x": { "syntax": "repeat | no-repeat | space | round", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "repeat", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-x" }, "-webkit-mask-repeat-y": { "syntax": "repeat | no-repeat | space | round", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "repeat", "appliesto": "allElements", "computed": "absoluteLengthOrPercentage", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-y" }, "-webkit-mask-size": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "relativeToBackgroundPositioningArea", "groups": [ "WebKit Extensions" ], "initial": "auto auto", "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-size" }, "-webkit-overflow-scrolling": { "syntax": "auto | touch", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "auto", "appliesto": "scrollingBoxes", "computed": "asSpecified", "order": "orderOfAppearance", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling" }, "-webkit-tap-highlight-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "black", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-tap-highlight-color" }, "-webkit-text-fill-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "color", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "currentcolor", "appliesto": "allElements", "computed": "computedColor", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color" }, "-webkit-text-stroke": { "syntax": " || ", "media": "visual", "inherited": true, "animationType": [ "-webkit-text-stroke-width", "-webkit-text-stroke-color" ], "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": [ "-webkit-text-stroke-width", "-webkit-text-stroke-color" ], "appliesto": "allElements", "computed": [ "-webkit-text-stroke-width", "-webkit-text-stroke-color" ], "order": "canonicalOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke" }, "-webkit-text-stroke-color": { "syntax": "", "media": "visual", "inherited": true, "animationType": "color", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "currentcolor", "appliesto": "allElements", "computed": "computedColor", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color" }, "-webkit-text-stroke-width": { "syntax": "", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "0", "appliesto": "allElements", "computed": "absoluteLength", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width" }, "-webkit-touch-callout": { "syntax": "default | none", "media": "visual", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "default", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-touch-callout" }, "-webkit-user-modify": { "syntax": "read-only | read-write | read-write-plaintext-only", "media": "interactive", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "read-only", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard" }, "accent-color": { "syntax": "auto | ", "media": "interactive", "inherited": true, "animationType": "byComputedValueType", "percentages": "no", "groups": [ "CSS Basic User Interface" ], "initial": "auto", "appliesto": "allElements", "computed": "asAutoOrColor", "order": "perGrammar", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/accent-color" }, "align-content": { "syntax": "normal | | | ? ", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Box Alignment" ], "initial": "normal", "appliesto": "multilineFlexContainers", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-content" }, "align-items": { "syntax": "normal | stretch | | [ ? ]", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Box Alignment" ], "initial": "normal", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-items" }, "align-self": { "syntax": "auto | normal | stretch | | ? ", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Box Alignment" ], "initial": "auto", "appliesto": "flexItemsGridItemsAndAbsolutelyPositionedBoxes", "computed": "autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-self" }, "align-tracks": { "syntax": "[ normal | | | ? ]#", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Grid Layout" ], "initial": "normal", "appliesto": "gridContainersWithMasonryLayoutInTheirBlockAxis", "computed": "asSpecified", "order": "uniqueOrder", "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-tracks" }, "all": { "syntax": "initial | inherit | unset | revert | revert-layer", "media": "noPracticalMedia", "inherited": false, "animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection", "percentages": "no", "groups": [ "CSS Miscellaneous" ], "initial": "noPracticalInitialValue", "appliesto": "allElements", "computed": "asSpecifiedAppliesToEachProperty", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/all" }, "animation": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "notAnimatable", "percentages": "no", "groups": [ "CSS Animations" ], "initial": [ "animation-name", "animation-duration", "animation-timing-function", "animation-delay", "animation-iteration-count", "animation-direction", "animation-fill-mode", "animation-play-state", "animation-timeline" ], "appliesto": "allElements", "computed": [ "animation-name", "animation-duration", "animation-timing-function", "animation-delay", "animation-direction", "animation-iteration-count", "animation-fill-mode", "animation-play-state", "animation-timeline" ], "order": "perGrammar", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation" }, "animation-composition": { "syntax": "#", "media": "visual", "inherited": false, "animationType": "notAnimatable", "percentages": "no", "groups": [ "CSS Animations" ], "initial": "replace", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-composition" }, "animation-delay": { "syntax": "