pax_global_header00006660000000000000000000000064147600273620014521gustar00rootroot0000000000000052 comment=83add30fa49f8745203c5b1e39077eba6aea2301 data-2.17.0/000077500000000000000000000000001476002736200125215ustar00rootroot00000000000000data-2.17.0/.editorconfig000066400000000000000000000002231476002736200151730ustar00rootroot00000000000000root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true data-2.17.0/.github/000077500000000000000000000000001476002736200140615ustar00rootroot00000000000000data-2.17.0/.github/CODEOWNERS000066400000000000000000000001171476002736200154530ustar00rootroot00000000000000# This file is used to request PR reviews. # Default * @mdn/core-yari-content data-2.17.0/.github/ISSUE_TEMPLATE/000077500000000000000000000000001476002736200162445ustar00rootroot00000000000000data-2.17.0/.github/ISSUE_TEMPLATE/bug.yml000066400000000000000000000022051476002736200175430ustar00rootroot00000000000000name: "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.17.0/.github/ISSUE_TEMPLATE/config.yml000066400000000000000000000014471476002736200202420ustar00rootroot00000000000000blank_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.17.0/.github/PULL_REQUEST_TEMPLATE000066400000000000000000000015241476002736200172650ustar00rootroot00000000000000 ### Description ### Motivation ### Additional details ### Related issues and pull requests data-2.17.0/.github/dependabot.yml000066400000000000000000000006141476002736200167120ustar00rootroot00000000000000version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: daily open-pull-requests-limit: 10 labels: - "automated pr" - "dependencies" - "javascript" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" labels: - "automated pr" - "dependencies" - "github actions" data-2.17.0/.github/workflows/000077500000000000000000000000001476002736200161165ustar00rootroot00000000000000data-2.17.0/.github/workflows/idle.yml000066400000000000000000000005621476002736200175610ustar00rootroot00000000000000# 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.17.0/.github/workflows/lint.yml000066400000000000000000000004331476002736200176070ustar00rootroot00000000000000name: lint on: push: branches: - main pull_request: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" - run: npm ci - run: npm test data-2.17.0/.github/workflows/publish-release.yml000066400000000000000000000022761476002736200217340ustar00rootroot00000000000000name: publish-release on: push: branches: - main workflow_dispatch: inputs: force-npm-publish: description: "Force npm publish" type: boolean permissions: contents: write pull-requests: write jobs: publish-release: if: github.repository == 'mdn/data' runs-on: ubuntu-latest steps: - name: Release uses: GoogleCloudPlatform/release-please-action@v4 id: release - name: Setup if: ${{ github.event.inputs.force-npm-publish || steps.release.outputs.release_created }} uses: actions/checkout@v4 - name: Checkout if: ${{ github.event.inputs.force-npm-publish || steps.release.outputs.release_created }} uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org/" node-version-file: ".nvmrc" - name: Install if: ${{ github.event.inputs.force-npm-publish || steps.release.outputs.release_created }} run: npm ci - name: Publish if: ${{ github.event.inputs.force-npm-publish || steps.release.outputs.release_created }} run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} data-2.17.0/.gitignore000066400000000000000000000000311476002736200145030ustar00rootroot00000000000000/node_modules/ .DS_Store data-2.17.0/.npmignore000066400000000000000000000000321476002736200145130ustar00rootroot00000000000000.travis.yml .editorconfig data-2.17.0/.nvmrc000066400000000000000000000000041476002736200136410ustar00rootroot00000000000000v18 data-2.17.0/.prettierrc.json000066400000000000000000000000361476002736200156540ustar00rootroot00000000000000{ "bracketSameLine": true } data-2.17.0/.release-please-manifest.json000066400000000000000000000000261476002736200201630ustar00rootroot00000000000000{ ".": "2.17.0" } data-2.17.0/CHANGELOG.md000066400000000000000000001246171476002736200143450ustar00rootroot00000000000000# Changelog ## [2.17.0](https://github.com/mdn/data/compare/v2.16.0...v2.17.0) (2025-02-26) ### Features * **css:** Sync syntax for some css functions ([#938](https://github.com/mdn/data/issues/938)) ([de14073](https://github.com/mdn/data/commit/de140730e5ee83da2d84182c05bc4395c20140f9)) ### Miscellaneous * **css:** Add mdn_url for newly documented features ([#937](https://github.com/mdn/data/issues/937)) ([7384ff1](https://github.com/mdn/data/commit/7384ff1ae98ac4a138e72abe9d003cc57ec05134)) * **css:** Update status for `:has-slotted` ([#936](https://github.com/mdn/data/issues/936)) ([43ac794](https://github.com/mdn/data/commit/43ac7940de5aaa7da62230dc41908719d34accd3)) ## [2.16.0](https://github.com/mdn/data/compare/v2.15.0...v2.16.0) (2025-02-24) ### Features * **css:** Add `@view-transition/types` ([#887](https://github.com/mdn/data/issues/887)) ([451f3bf](https://github.com/mdn/data/commit/451f3bfbc0e20385df62be531048f5f4767bfcb8)) * **css:** Add css `symbols()` function ([#905](https://github.com/mdn/data/issues/905)) ([2f71ad9](https://github.com/mdn/data/commit/2f71ad960049b32b2b27dca1343c04f0e7d8bf31)) * **css:** Add CSS Shadow Parts group to `::part()` ([#892](https://github.com/mdn/data/issues/892)) ([d8fbd6a](https://github.com/mdn/data/commit/d8fbd6a59efc964af6a308118905b9aa3953980a)) * **css:** Add data for experimental `speak-as` property ([#889](https://github.com/mdn/data/issues/889)) ([2cfb53a](https://github.com/mdn/data/commit/2cfb53a9dc9c62e9b1710244bb6391cc66cdd5bd)) * **css:** Add missing `rect()` and `xywh()` functions ([#927](https://github.com/mdn/data/issues/927)) ([90a3446](https://github.com/mdn/data/commit/90a3446b10f8fa92e96624a0db27cc3e66bbac93)) * **css:** Add rest standard selectors ([510bd92](https://github.com/mdn/data/commit/510bd9208f45197ebb9a0209e96e9282f54b0bf4)) * **css:** Add rest two standard selectors ([#893](https://github.com/mdn/data/issues/893)) ([510bd92](https://github.com/mdn/data/commit/510bd9208f45197ebb9a0209e96e9282f54b0bf4)) * **css:** Update `filter-function-list` to `filter-value-list` ([#897](https://github.com/mdn/data/issues/897)) ([34b32b1](https://github.com/mdn/data/commit/34b32b16f8c294818a01b8984da7fd852d4a026a)) * **css:** Update group definitions for CSS View Transitions ([#894](https://github.com/mdn/data/issues/894)) ([76a3bbe](https://github.com/mdn/data/commit/76a3bbec2d8baf63e0554891818368a5d7aaefb9)) * **css:** Update group value for CSS Lists and Counters group ([#898](https://github.com/mdn/data/issues/898)) ([0cd5a25](https://github.com/mdn/data/commit/0cd5a2586a8019bba778f68dbb410e5b83ca75df)) * **css:** Update status for page-break-* properties ([#909](https://github.com/mdn/data/issues/909)) ([51fec53](https://github.com/mdn/data/commit/51fec532762433c69511538dc8f0a9337c6d2b21)) * **css:** Update synatx for css `zoom` property ([#901](https://github.com/mdn/data/issues/901)) ([5c57b10](https://github.com/mdn/data/commit/5c57b10e4152f44ee3fe631a665666c0cd98fdc8)) * **css:** Update syntax for `@font-face/font-display` ([#875](https://github.com/mdn/data/issues/875)) ([8cf4abe](https://github.com/mdn/data/commit/8cf4abe05c2ef66d715c01f57caf6168f20acf9c)) * **css:** Update syntax for `an+b` type ([#907](https://github.com/mdn/data/issues/907)) ([ffeb23b](https://github.com/mdn/data/commit/ffeb23be1ba674c390fdc1fd331e2030b599562d)) * **css:** Update syntax for `circle()` and `ellipse()` functions ([#928](https://github.com/mdn/data/issues/928)) ([fbc345f](https://github.com/mdn/data/commit/fbc345f588660358e2de08f56f3b58a26cc82a78)) * **css:** Update syntax for `outline` ([#877](https://github.com/mdn/data/issues/877)) ([8791748](https://github.com/mdn/data/commit/8791748babe9e837618b94450449eb4ae8084b3a)) * **css:** Update syntax for `path()` & `polygon()` ([#885](https://github.com/mdn/data/issues/885)) ([7b41d05](https://github.com/mdn/data/commit/7b41d05b928ee49b2401fd7696c3546ba4c1d1db)) * **css:** Update syntax for `text-transform:math-auto` ([#896](https://github.com/mdn/data/issues/896)) ([3c1a279](https://github.com/mdn/data/commit/3c1a2792f85ff0e67673cc1b4ec48050a7311ecd)) * **css:** Update syntax for `white-space` ([#878](https://github.com/mdn/data/issues/878)) ([14ad879](https://github.com/mdn/data/commit/14ad8799c9831adaa8fd305fc89b6dc0865b2a4d)) * **css:** Update syntax for color functions ([#867](https://github.com/mdn/data/issues/867)) ([b172f0a](https://github.com/mdn/data/commit/b172f0ad135d430cde8813d005a0da268023771c)) ### Miscellaneous * **ci:** remove unused workflows ([#920](https://github.com/mdn/data/issues/920)) ([a4c3d9b](https://github.com/mdn/data/commit/a4c3d9b9f076a68b643488f00bb64205da6758c5)) * **css:** Add align-* and justify-* properties with CSS Flexible Bo… ([#912](https://github.com/mdn/data/issues/912)) ([74a60ad](https://github.com/mdn/data/commit/74a60adf573711801f2c198ff934c189bde0eadf)) * **css:** Add align-* and justify-* properties with CSS Flexible Box Layout group ([74a60ad](https://github.com/mdn/data/commit/74a60adf573711801f2c198ff934c189bde0eadf)) * **css:** Add CSS Anchor Positioning group ([#922](https://github.com/mdn/data/issues/922)) ([0c3a40b](https://github.com/mdn/data/commit/0c3a40b2772bbc2e98c53b75580ec2765846273c)) * **css:** Fix group for `clip-rule` ([#925](https://github.com/mdn/data/issues/925)) ([abca3c7](https://github.com/mdn/data/commit/abca3c7400c86606b777d1c700d64cea37a398e1)) * **css:** Fix group for `shape-rendering` ([#926](https://github.com/mdn/data/issues/926)) ([b8cd457](https://github.com/mdn/data/commit/b8cd4570604b1532361ec84f0cceacf9e3b06bb0)) * **css:** Fix group for css `env()` function ([#915](https://github.com/mdn/data/issues/915)) ([6c947bc](https://github.com/mdn/data/commit/6c947bc9a3bb67eed78978321948e4040bdb3cc9)) * **css:** FIx group for CSS Box Sizing ([#914](https://github.com/mdn/data/issues/914)) ([9c304df](https://github.com/mdn/data/commit/9c304dff73fb6b08c0c0b57d74637ecb06e24efb)) * **css:** Fix group for CSS Display module features ([#916](https://github.com/mdn/data/issues/916)) ([e19ddbd](https://github.com/mdn/data/commit/e19ddbd39003ed6b58916a6d829b817f19eae61f)) * **css:** Fix group for CSS Images module ([#935](https://github.com/mdn/data/issues/935)) ([068de27](https://github.com/mdn/data/commit/068de2721afc2ac688a2ac85cfc7824ad0201631)) * **css:** Fix group for some CSS Inline module feature ([#921](https://github.com/mdn/data/issues/921)) ([925fbc4](https://github.com/mdn/data/commit/925fbc455db5343da9f9a876287870c584e2ed77)) * **css:** Fix group key for `text-overflow` ([#910](https://github.com/mdn/data/issues/910)) ([7000695](https://github.com/mdn/data/commit/7000695b54d006848666f10d82433cfa0b94a212)) * **css:** Fix group value for CSS Overscroll Behavior features ([#917](https://github.com/mdn/data/issues/917)) ([e3976c9](https://github.com/mdn/data/commit/e3976c91bdc8d24644fc58947991b11905bf1675)) * **css:** Fox group for CSS Display module features ([e19ddbd](https://github.com/mdn/data/commit/e19ddbd39003ed6b58916a6d829b817f19eae61f)) * **css:** Remove never used CSSOM View group ([#904](https://github.com/mdn/data/issues/904)) ([10abfad](https://github.com/mdn/data/commit/10abfad86be783bc15fd8ddaac172019b5184b54)) * **css:** Remove non-existent 'CSS Flexible Lengths' group ([#913](https://github.com/mdn/data/issues/913)) ([015220c](https://github.com/mdn/data/commit/015220c81fdfae71531e4289c466f8e972f52c79)) * **css:** Remove not existed CSS Flexible Lengths group ([015220c](https://github.com/mdn/data/commit/015220c81fdfae71531e4289c466f8e972f52c79)) * **css:** Rename CSS Columns to CSS Multi-column Layout ([#919](https://github.com/mdn/data/issues/919)) ([8debe78](https://github.com/mdn/data/commit/8debe7824793745eba3593f0c0b63c873eb42efc)) * **css:** Rename CSS Device Adaptation to CSS Viewport ([#900](https://github.com/mdn/data/issues/900)) ([0ade227](https://github.com/mdn/data/commit/0ade2279b8abef1051725698842537d51d5c9d6a)) * **css:** Rename CSS Logical Properties to CSS Logical Properties and Values ([#929](https://github.com/mdn/data/issues/929)) ([9ba094b](https://github.com/mdn/data/commit/9ba094bc31c7a24d7f78f8aa775758792e222bda)) * **css:** Rename CSS Motion Path to Motion Path ([#902](https://github.com/mdn/data/issues/902)) ([9138aa7](https://github.com/mdn/data/commit/9138aa74e167490c1feffb1b29ae3a333efc1348)) * **css:** Rename CSS Pages group to CSS Paged Media group ([#918](https://github.com/mdn/data/issues/918)) ([34b49a3](https://github.com/mdn/data/commit/34b49a31edf442a1bef33691fc64869b2de4bdf3)) * **css:** Rename CSS Scrollbars to CSS Scrollbars Styling to match spec ([#895](https://github.com/mdn/data/issues/895)) ([79d0ace](https://github.com/mdn/data/commit/79d0ace62c27c183ff6098f76e09d80346cb7dc7)) * **css:** Update for CSS Generated Content group ([#890](https://github.com/mdn/data/issues/890)) ([8060a0a](https://github.com/mdn/data/commit/8060a0a8464f8dbdb70fc95843370cc6a3fb032c)) * **css:** Update group for `[@import](https://github.com/import)` ([#908](https://github.com/mdn/data/issues/908)) ([194f3b0](https://github.com/mdn/data/commit/194f3b0b412101233f87a6f3cb372cec87a7956a)) * **css:** Update group for `paint()` function ([#891](https://github.com/mdn/data/issues/891)) ([845020b](https://github.com/mdn/data/commit/845020b38a0bbfdd2247d67b09f1c5979258763e)) * **css:** Update group for CSS Animations ([#931](https://github.com/mdn/data/issues/931)) ([4186fe3](https://github.com/mdn/data/commit/4186fe368ddc25c9bf8599a07053a488cf023878)) * **css:** Update group for CSS Fonts ([#932](https://github.com/mdn/data/issues/932)) ([b6ec854](https://github.com/mdn/data/commit/b6ec8543081f76ce8f2acf2bf2748dc7d0596781)) * **css:** Update group for CSS Text ([#933](https://github.com/mdn/data/issues/933)) ([68917b2](https://github.com/mdn/data/commit/68917b2dc0ef43f784344261f236da90154ad773)) ## [2.15.0](https://github.com/mdn/data/compare/v2.14.0...v2.15.0) (2025-01-16) ### Features * **css:** Add data for css `[@view-transition](https://github.com/view-transition)` at-rule ([#851](https://github.com/mdn/data/issues/851)) ([f326618](https://github.com/mdn/data/commit/f32661804f3d76269dd933e4c8c52053deede037)) * **css:** add legacy `-webkit-user-select` property ([#864](https://github.com/mdn/data/issues/864)) ([37b9934](https://github.com/mdn/data/commit/37b993409c32a601201540cf13a5ed1dc93c37eb)) * **css:** add missing `:modal` pseudo-classes ([#862](https://github.com/mdn/data/issues/862)) ([314b1ce](https://github.com/mdn/data/commit/314b1cee99a5736e48671c23befdcd49ca31e176)) * **css:** Add missing `anchor-side` syntax for `anchor()` ([#860](https://github.com/mdn/data/issues/860)) ([774d6c5](https://github.com/mdn/data/commit/774d6c5aa583932461a48b0bed04854d311b1e6a)) * **css:** add missing `anchor-size` syntax for `anchor-size()` ([#861](https://github.com/mdn/data/issues/861)) ([37bf01a](https://github.com/mdn/data/commit/37bf01a6a45a7fb49513f5c49333deebf21bd5e7)) * **css:** add missing css `color-mix()` function ([#857](https://github.com/mdn/data/issues/857)) ([3fe902e](https://github.com/mdn/data/commit/3fe902e9e2c7726e370d33a5f3f8f304dc132a9d)) * **css:** Add missing css `color()` function ([397906c](https://github.com/mdn/data/commit/397906caf12d19f733d3e8ce5f087fac8e9eadac)) * **css:** Add missing css `color()` function ([#858](https://github.com/mdn/data/issues/858)) ([397906c](https://github.com/mdn/data/commit/397906caf12d19f733d3e8ce5f087fac8e9eadac)) * **css:** add missing pseudo classes [a-c] ([#871](https://github.com/mdn/data/issues/871)) ([7a57280](https://github.com/mdn/data/commit/7a57280a0d946fd4474b68f14f79d830e134a480)) * **css:** add missing pseudo classes [h-m] ([#872](https://github.com/mdn/data/issues/872)) ([59d6142](https://github.com/mdn/data/commit/59d61421303d0f25c80a8f9a2d5632c0b05a1a46)) * **css:** add missing pseudo classes [p-s] ([#873](https://github.com/mdn/data/issues/873)) ([10e61fd](https://github.com/mdn/data/commit/10e61fdaa9024852fae24cfc695b4e12d4bb055b)) * **css:** add missing pseudo classes [v-x] ([#874](https://github.com/mdn/data/issues/874)) ([a8104c4](https://github.com/mdn/data/commit/a8104c424d9e4e32fd4623ee267912e4ce3bd036)) * **css:** add missing pseudo elements ([#868](https://github.com/mdn/data/issues/868)) ([23379df](https://github.com/mdn/data/commit/23379df6cf7cd4eebdf538aaf42bbe799f7c2535)) * **css:** Add/Fix interfaces field of at-rules ([#856](https://github.com/mdn/data/issues/856)) ([20f0bab](https://github.com/mdn/data/commit/20f0baba366ff4b0fd5446662834e5ae1ab04b0b)) * **css:** consistent naming for function-like pseudo-classes ([#865](https://github.com/mdn/data/issues/865)) ([8d17ec8](https://github.com/mdn/data/commit/8d17ec8526b7ca5807c3a41d102181a9665d511a)) * **css:** Remove lack-support, deprecated `input-security` ([#863](https://github.com/mdn/data/issues/863)) ([857fe8d](https://github.com/mdn/data/commit/857fe8d9ea223fc8524df479fdd548c299325b4b)) * **css:** remove mdn_url for all IE features ([#847](https://github.com/mdn/data/issues/847)) ([edf11bb](https://github.com/mdn/data/commit/edf11bbbd356490d3a865cefb838e985df2daccf)) * **css:** Remove mdn_url for some obsolute/experiemental features ([#849](https://github.com/mdn/data/issues/849)) ([fd7fc88](https://github.com/mdn/data/commit/fd7fc88ee5703d8d6d15448d827d2fb33d78f76f)) * **css:** Remove never-supported obsolute azimuth feature ([#832](https://github.com/mdn/data/issues/832)) ([c4ab0f3](https://github.com/mdn/data/commit/c4ab0f316b691ff576c5a058cf5297bbf577b8a9)) * **css:** Replace `<box>` type with `` type ([#842](https://github.com/mdn/data/issues/842)) ([57b11d6](https://github.com/mdn/data/commit/57b11d685a7a030f4fdb79f020aa74afa0d81adc)) * **css:** Update css2 syntax for some pseudo-elements ([#866](https://github.com/mdn/data/issues/866)) ([7798a1c](https://github.com/mdn/data/commit/7798a1c6661e4c3f5dabf554f5898e38028d886d)) * **css:** Update synatx for `background-origin` ([#838](https://github.com/mdn/data/issues/838)) ([aa45cc7](https://github.com/mdn/data/commit/aa45cc7cbe8f19e464ebaa1fee5feddbe9e7b6ca)) * **css:** Update syntax for @font-face/unicode-range ([#833](https://github.com/mdn/data/issues/833)) ([5186311](https://github.com/mdn/data/commit/5186311bb3a880d11143a5029fbff69e99355d13)) * **css:** Update syntax for `[-webkit]-mask-{clip,origin}` ([#839](https://github.com/mdn/data/issues/839)) ([c73adfe](https://github.com/mdn/data/commit/c73adfec11d1849c32e149d9be9a093ea7bd3922)) * **css:** Update syntax for `background-clip` ([#835](https://github.com/mdn/data/issues/835)) ([76d7860](https://github.com/mdn/data/commit/76d78604b877742bce965b58014b1bc8ad66820c)) * **css:** Update syntax for `image-rendering` property `smooth` value ([#834](https://github.com/mdn/data/issues/834)) ([22b6586](https://github.com/mdn/data/commit/22b65866b1dadaed758af0b4f97c4e061114ac04)) * **css:** Update syntax of filter functions for optional parameters ([#886](https://github.com/mdn/data/issues/886)) ([a3814e6](https://github.com/mdn/data/commit/a3814e622258084c7ada70e312c1bd5c06e51e99)) * **css:** Update/Extra <color> syntax ([ec560a1](https://github.com/mdn/data/commit/ec560a1ea6cdfec28f37a46abceefd6b775b95a6)) * **css:** Update/Extract <color> syntax ([#859](https://github.com/mdn/data/issues/859)) ([ec560a1](https://github.com/mdn/data/commit/ec560a1ea6cdfec28f37a46abceefd6b775b95a6)) * **css:** Update/Remove mdn_url and update status for Masonry layout related features ([#848](https://github.com/mdn/data/issues/848)) ([0457a47](https://github.com/mdn/data/commit/0457a476f4971b2c4f0ad6dbf0a601a9e46b360c)) * **css:** Update&Fix mdn_url for some obsolute/experiemental features ([fd7fc88](https://github.com/mdn/data/commit/fd7fc88ee5703d8d6d15448d827d2fb33d78f76f)) ### Bug Fixes * **css:** Add group field for CSS Box Sizing module ([#855](https://github.com/mdn/data/issues/855)) ([97536bb](https://github.com/mdn/data/commit/97536bbb68d255948d1b9f27d71fde7b3c584a4f)) * **css:** Fix group field for CSS Containment module ([#854](https://github.com/mdn/data/issues/854)) ([7f652b0](https://github.com/mdn/data/commit/7f652b09cdfefa0b89ff7aecd90a9b93c40c735f)) * **css:** Fix mdn_url for functions ([#840](https://github.com/mdn/data/issues/840)) ([ec24bf4](https://github.com/mdn/data/commit/ec24bf4aba47d7bd309b01b3240f5f091a23da99)) * **css:** Fix mdn_url for selectors and types ([#836](https://github.com/mdn/data/issues/836)) ([f5689dc](https://github.com/mdn/data/commit/f5689dc3437a12e00461315945efadb6af751e36)) * **css:** fix status for custom properties ([#846](https://github.com/mdn/data/issues/846)) ([aa28a80](https://github.com/mdn/data/commit/aa28a80f4d9d1674dde29293285d8cfe0949a4a0)) * **css:** incorrect mdn_url for `repeating-radial-gradient()` ([#844](https://github.com/mdn/data/issues/844)) ([0500654](https://github.com/mdn/data/commit/0500654aa73283c4908e0fa2565f2b7875147f2d)) * **css:** Remove mdn_url for some firefox prefixed features ([#850](https://github.com/mdn/data/issues/850)) ([3c40733](https://github.com/mdn/data/commit/3c407330266921bf33f4e0462e618aff24aa21ca)) ### Miscellaneous * **css:** Remove CSS Miscellaneous group & Rename CSS Variables group ([#882](https://github.com/mdn/data/issues/882)) ([5edb039](https://github.com/mdn/data/commit/5edb03992e8ad6e6cb1af2a2c9324b88cc30d769)) * **css:** remove never used CSS Break group ([#880](https://github.com/mdn/data/issues/880)) ([0435f3a](https://github.com/mdn/data/commit/0435f3a79115e4eef8bc0e40c9ae69f482dd39ea)) * **css:** Remove never used CSS Regions group ([#884](https://github.com/mdn/data/issues/884)) ([448b41a](https://github.com/mdn/data/commit/448b41a3b319aa6cb8d2b4adbe8ad59911b5f24f)) * **css:** remove not-supported for `text-spacing-trim: {trim-both,trim-all,auto}` ([395971d](https://github.com/mdn/data/commit/395971d1915429d5602e5ca5966729c0de6b862a)) * **css:** remove not-supported values for `text-spacing-trim` ([#870](https://github.com/mdn/data/issues/870)) ([395971d](https://github.com/mdn/data/commit/395971d1915429d5602e5ca5966729c0de6b862a)) * **css:** remove support for `white-space-collapse: discard` ([#869](https://github.com/mdn/data/issues/869)) ([13074e5](https://github.com/mdn/data/commit/13074e5002c8f4b16e983b5089ab52148c14128f)) * **css:** Replace CSS Charsets group with CSS Syntax group ([#883](https://github.com/mdn/data/issues/883)) ([9376284](https://github.com/mdn/data/commit/9376284602bcec829f40d94ccf04eba3d737cafb)) ## [2.14.0](https://github.com/mdn/data/compare/v2.13.0...v2.14.0) (2024-12-17) ### Features * **css:** Add data for `text-box-*` ([#826](https://github.com/mdn/data/issues/826)) ([ba25aa2](https://github.com/mdn/data/commit/ba25aa2353ef79b882f2c5ba6a3aecf55f5e2c08)) * **css:** add missing `calc-size()` function ([#823](https://github.com/mdn/data/issues/823)) ([1ea6782](https://github.com/mdn/data/commit/1ea6782ce0acd0272e2c3f09674a2e3ae25b5a6a)) * **css:** add missing css functions ([#827](https://github.com/mdn/data/issues/827)) ([a93d2bb](https://github.com/mdn/data/commit/a93d2bb0059c7aa1d70dd0a7647f6366693e7d65)) * **css:** add missing css functions ([#829](https://github.com/mdn/data/issues/829)) ([9fe3138](https://github.com/mdn/data/commit/9fe31385c6abf5d2279ee252b0b440902c0e8e53)) * **css:** add missing css functions to syntaxes ([#824](https://github.com/mdn/data/issues/824)) ([e403676](https://github.com/mdn/data/commit/e40367631abbf2790f6709f9828f7e15ff8b5d1e)) * **css:** Update syntax for CSS logical properties ([#820](https://github.com/mdn/data/issues/820)) ([6b4cae7](https://github.com/mdn/data/commit/6b4cae7c0aa96c199a982f2b6efeda7ce67eb515)) ### Bug Fixes * **css:** correct syntax for scale related css functions ([#831](https://github.com/mdn/data/issues/831)) ([955ef5b](https://github.com/mdn/data/commit/955ef5b88342439b11f0fa21a63a4313b5b6ef49)) * **css:** fix animate type of `scrollbar-width` ([#825](https://github.com/mdn/data/issues/825)) ([1f30436](https://github.com/mdn/data/commit/1f3043685edcd33f0a5f1416283a10d8bff4736f)) * **css:** fix group for `clamp()` css function ([#830](https://github.com/mdn/data/issues/830)) ([424e985](https://github.com/mdn/data/commit/424e985c49e652b9af0999ea06932dfac87eb557)) * **l10n:** fix incorrect punctuation marks ([#822](https://github.com/mdn/data/issues/822)) ([8059106](https://github.com/mdn/data/commit/805910649a56213a54da7114b08445afcc1e0c43)) ## [2.13.0](https://github.com/mdn/data/compare/v2.12.2...v2.13.0) (2024-12-05) ### Features * **css:** Add data for `lighting-color`, `flood-color`, `flood-opacity` ([#787](https://github.com/mdn/data/issues/787)) ([2e42c31](https://github.com/mdn/data/commit/2e42c3103bce792eeef80730844a04cb9c6db752)) * **css:** Add data for `stop-color` & `stop-opacity` ([#782](https://github.com/mdn/data/issues/782)) ([9398267](https://github.com/mdn/data/commit/9398267d02156f7c43ad453fb3e0d67fa5159b52)) * **css:** add mdn_url for features with documentations ([#803](https://github.com/mdn/data/issues/803)) ([dd04e07](https://github.com/mdn/data/commit/dd04e07a0e29e33ade56f5f696e09e1af0821d53)) * **css:** Add missing `<anchor-name>` syntax for `position-anchor` property ([#792](https://github.com/mdn/data/issues/792)) ([350f183](https://github.com/mdn/data/commit/350f1835d2bc016a24edd9b809759599e8762fe1)) * **css:** Add missing `<position-area>` syntax for `position-area` property ([#793](https://github.com/mdn/data/issues/793)) ([3722a02](https://github.com/mdn/data/commit/3722a0269192bdd5823eb7ecf3bd7f67769e3cb5)) * **css:** Add missing `<try-size>` syntax for `position-try-order` property ([#796](https://github.com/mdn/data/issues/796)) ([0b93566](https://github.com/mdn/data/commit/0b9356679f0e8730ef771dbe02676771efbdd553)) * **css:** Add missing `<try-tactic>` syntax for `position-try-fallbacks` property ([#795](https://github.com/mdn/data/issues/795)) ([76584aa](https://github.com/mdn/data/commit/76584aaf866eb03dd3745a5426dfb7a7b0f1b81c)) * **css:** Add missing syntax `<coord-box>` `` for `offset-path` property ([#790](https://github.com/mdn/data/issues/790)) ([8438947](https://github.com/mdn/data/commit/8438947959896bcda9ec64dee96de7d1df565785)) * **css:** Add missing syntax `<dasharray>` for `stroke-dasharray` ([#791](https://github.com/mdn/data/issues/791)) ([df08f67](https://github.com/mdn/data/commit/df08f676feed01e93a28942a2dbd313d99e171f8)) * **css:** add missing syntax for `offset-path` property ([8438947](https://github.com/mdn/data/commit/8438947959896bcda9ec64dee96de7d1df565785)) * **css:** Add missing syntax for `stroke` property ([#783](https://github.com/mdn/data/issues/783)) ([89c2196](https://github.com/mdn/data/commit/89c2196e390455500fe09874cb77caac55a8c418)) * **css:** Allow at-rule descriptors also contain mdn_url key ([#805](https://github.com/mdn/data/issues/805)) ([7ebbdfa](https://github.com/mdn/data/commit/7ebbdfa0e12c7f785189fc8a2c891794c174b91f)) * **css:** Fix/Add synatx for `font-palette` `<palette-identifier>` `palette-mix()` ([#785](https://github.com/mdn/data/issues/785)) ([d572bcb](https://github.com/mdn/data/commit/d572bcb6dd50f3be7acc87d6203c7b740a280cb2)) * **css:** make at-rule descriptor also contain mdn_url key ([7ebbdfa](https://github.com/mdn/data/commit/7ebbdfa0e12c7f785189fc8a2c891794c174b91f)) * **css:** remove non-supported caption-side values ([#818](https://github.com/mdn/data/issues/818)) ([f0b8774](https://github.com/mdn/data/commit/f0b8774ebcbe0d132b09d3d8ea6f109798c585be)) * **css:** Support for `word-break:auto-phrase` ([#810](https://github.com/mdn/data/issues/810)) ([12e6074](https://github.com/mdn/data/commit/12e60743d224cd28ddfa60c7ecdd7cbda7621f7b)) * **css:** sync at-rule status per bcd ([9c8b9eb](https://github.com/mdn/data/commit/9c8b9eb3b520fc231804978c91ca0fdc33d35fb1)) * **css:** Sync at-rule status per bcd ([#800](https://github.com/mdn/data/issues/800)) ([9c8b9eb](https://github.com/mdn/data/commit/9c8b9eb3b520fc231804978c91ca0fdc33d35fb1)) * **css:** sync property status per bcd ([06fa694](https://github.com/mdn/data/commit/06fa6946713d086d7d4986131679993d257cc4d7)) * **css:** Sync property status per bcd ([#801](https://github.com/mdn/data/issues/801)) ([06fa694](https://github.com/mdn/data/commit/06fa6946713d086d7d4986131679993d257cc4d7)) * **css:** sync selector status per bcd ([31d4ebe](https://github.com/mdn/data/commit/31d4ebe3cdf79c3a13c8c601c18bcc90c0cbb0fe)) * **css:** Sync selector status per bcd ([#799](https://github.com/mdn/data/issues/799)) ([31d4ebe](https://github.com/mdn/data/commit/31d4ebe3cdf79c3a13c8c601c18bcc90c0cbb0fe)) * **css:** Update `<alpha-value>` usage ([#784](https://github.com/mdn/data/issues/784)) ([87dc78b](https://github.com/mdn/data/commit/87dc78b7d7eeaecfda965eae58db307d81836668)) * **css:** Update padding properties ([#816](https://github.com/mdn/data/issues/816)) ([8a9f3e2](https://github.com/mdn/data/commit/8a9f3e2518b6864fb202aa890147b1ef61a1ddea)) * **css:** Update syntax for `outline-style` ([#808](https://github.com/mdn/data/issues/808)) ([14605dc](https://github.com/mdn/data/commit/14605dc6e92ae0437192ff074b8522e9cf377495)) * **css:** Update syntax for at_font-palette-values/override-colors ([#780](https://github.com/mdn/data/issues/780)) ([6f8e474](https://github.com/mdn/data/commit/6f8e4743cc35dd2e87a13b19a68d905f683b59f1)) * **css:** Update syntax for fit-content() ([#814](https://github.com/mdn/data/issues/814)) ([cd9f7ce](https://github.com/mdn/data/commit/cd9f7ce8ab072a215b48ef2ef805fb83a6f223d3)) * **css:** Update syntax for margin properties ([#815](https://github.com/mdn/data/issues/815)) ([8d9f939](https://github.com/mdn/data/commit/8d9f939d9e71c684fba6eb112508a2fa9b9518d4)) * **css:** Update syntax for sizing properties ([#813](https://github.com/mdn/data/issues/813)) ([cd06f28](https://github.com/mdn/data/commit/cd06f2885f7136b83126048e1f46d4fec10b38f3)) ### Bug Fixes * add missing syntax for `[@scope](https://github.com/scope)` ([0a8c8b6](https://github.com/mdn/data/commit/0a8c8b65e17963afad8bf0a527f87168c9fe46cc)) * **css:** Add missing syntax `<single-animation-composition>` for `animation-composition` ([#789](https://github.com/mdn/data/issues/789)) ([e76c914](https://github.com/mdn/data/commit/e76c9149cb6920227860c8dc5a28e5d60905dfcf)) * **css:** Add missing syntax for `[@scope](https://github.com/scope)` ([#788](https://github.com/mdn/data/issues/788)) ([0a8c8b6](https://github.com/mdn/data/commit/0a8c8b65e17963afad8bf0a527f87168c9fe46cc)) * **css:** fill-opacity should accept percentages ([#786](https://github.com/mdn/data/issues/786)) ([42dcf9e](https://github.com/mdn/data/commit/42dcf9e71cd92e880a21d941d6fb009e1d9a9e92)) * **css:** Fix incorrect mdn_url ([#804](https://github.com/mdn/data/issues/804)) ([f432647](https://github.com/mdn/data/commit/f432647f06782e0e49e9dd479626a3993cc01e63)) * **css:** Fix syntax for `scroll-timeline-name` ([#809](https://github.com/mdn/data/issues/809)) ([f050f8b](https://github.com/mdn/data/commit/f050f8b9f51691a63e2e30d58b50a3a18e87847c)) * **css:** Fix syntax for `text-wrap` ([#781](https://github.com/mdn/data/issues/781)) ([1b708b3](https://github.com/mdn/data/commit/1b708b3fca7460fe684cd642f790c6b395f156be)) * **css:** Fix syntax for white-space ([#802](https://github.com/mdn/data/issues/802)) ([2cc41d0](https://github.com/mdn/data/commit/2cc41d0675807aaf391aa0dc66cb171b003f0c26)) * **css:** make functions syntax consistent ([#817](https://github.com/mdn/data/issues/817)) ([eeffb3f](https://github.com/mdn/data/commit/eeffb3f3d798021d4a553cbd366d525abdd803ea)) * **css:** Mark `<shape>` type as obsolete ([#797](https://github.com/mdn/data/issues/797)) ([c8067ba](https://github.com/mdn/data/commit/c8067ba06177a0eee22adc10006f56e36b80a219)) * **css:** mark `element()` as experimental ([10594fb](https://github.com/mdn/data/commit/10594fb01e3949d4f74241fa01423014efba803e)) * **css:** Mark `element()` as experimental ([#798](https://github.com/mdn/data/issues/798)) ([10594fb](https://github.com/mdn/data/commit/10594fb01e3949d4f74241fa01423014efba803e)) ## [2.12.2](https://github.com/mdn/data/compare/v2.12.1...v2.12.2) (2024-11-05) ### Bug Fixes * **css:** stroke-opacity syntax correction ([#778](https://github.com/mdn/data/issues/778)) ([8c66896](https://github.com/mdn/data/commit/8c66896261c36a13e7c1af021137608986c992c7)) * Update syntax for 'forced-color-adjust' & 'scale' properties, 'axis', 'color', 'scroller', 'system-color' types ([#771](https://github.com/mdn/data/issues/771)) ([39f2aed](https://github.com/mdn/data/commit/39f2aede448fa9d1257d8ef9b474149052f1aad0)) ## [2.12.1](https://github.com/mdn/data/compare/v2.12.0...v2.12.1) (2024-10-29) ### Bug Fixes * **css:** aspect-ratio value supports both 'auto' and 'ratio' together ([4fa8523](https://github.com/mdn/data/commit/4fa8523b48fe7b3f87fa7f6cd35f4bd3258f5d39)) ## [2.12.0](https://github.com/mdn/data/compare/v2.11.1...v2.12.0) (2024-10-23) ### Features * add data for `interpolate-size` property ([#773](https://github.com/mdn/data/issues/773)) ([43873fc](https://github.com/mdn/data/commit/43873fcd9ba6f8e976ad29d683a8cf655960879e)) * added auto value to text-emphasis-position property ([#772](https://github.com/mdn/data/issues/772)) ([c4ac978](https://github.com/mdn/data/commit/c4ac9780a4bb8def18297d5c6cbd5f19c014fca2)) * rename `inset-area` to `position-area` ([#769](https://github.com/mdn/data/issues/769)) ([d2b8857](https://github.com/mdn/data/commit/d2b88572098571628d8125da43cdaec424154f88)) * update `text-wrap` to be a shorthand property ([#774](https://github.com/mdn/data/issues/774)) ([2213097](https://github.com/mdn/data/commit/22130975d32d59d550a193b5d71365bc4bc00761)) * update syntax for Anchor Positioning related properties ([#770](https://github.com/mdn/data/issues/770)) ([5f5c637](https://github.com/mdn/data/commit/5f5c6378f657db08fb48e0c75c184a0f0b8865bb)) ### Bug Fixes * add mdn url for CSS offset-anchor ([#759](https://github.com/mdn/data/issues/759)) ([991632c](https://github.com/mdn/data/commit/991632c9678a3ed0534185b4f0bf94528a92d321)) * **link:** fix link to stacking context ([#768](https://github.com/mdn/data/issues/768)) ([793cb7a](https://github.com/mdn/data/commit/793cb7aa88119fc4f20dcd7227edd786c5747ab5)) ### Miscellaneous * **css:** remove `column-fill: balance-all` ([#775](https://github.com/mdn/data/issues/775)) ([97b010c](https://github.com/mdn/data/commit/97b010c3516ec71571d9eefa0488d3f727951f62)) * update linear-gradient syntax to use optional color-interpolation-method ([#766](https://github.com/mdn/data/issues/766)) ([9d0f4c5](https://github.com/mdn/data/commit/9d0f4c5b52377868d0277d2bac53e63f3a85ea49)) ## [2.11.1](https://github.com/mdn/data/compare/v2.11.0...v2.11.1) (2024-09-11) ### Miscellaneous * **deps:** bump actions/checkout from 3 to 4 ([#764](https://github.com/mdn/data/issues/764)) ([3c2be02](https://github.com/mdn/data/commit/3c2be024b7988a472b4f9176029234dfeffa5118)) * **deps:** bump github/codeql-action from 2 to 3 ([#763](https://github.com/mdn/data/issues/763)) ([251e6e2](https://github.com/mdn/data/commit/251e6e2548a2ad1f10cd2cdd7b2acd3b35bc5f4e)) ## [2.11.0](https://github.com/mdn/data/compare/v2.10.0...v2.11.0) (2024-09-09) ### Features * **ci:** Update depbot to check GH actions ([#761](https://github.com/mdn/data/issues/761)) ([f1ba782](https://github.com/mdn/data/commit/f1ba782ce5b4c1a2024645d4522fa655d0f516df)) * **css:** Add stroke CSS SVG properties ([#757](https://github.com/mdn/data/issues/757)) ([e577bd0](https://github.com/mdn/data/commit/e577bd0df5e35fb4f196b837ea886335c32036b1)) * Update depbot to check GH actions ([f1ba782](https://github.com/mdn/data/commit/f1ba782ce5b4c1a2024645d4522fa655d0f516df)) ### Bug Fixes * CSS zoom should be a not animatable property ([#748](https://github.com/mdn/data/issues/748)) ([3183e91](https://github.com/mdn/data/commit/3183e91e4c5fea85e402472a2489f8644af20e6e)) ## [2.10.0](https://github.com/mdn/data/compare/v2.9.0...v2.10.0) (2024-08-29) ### Features * add CSS SVG d and fill-* properties ([#754](https://github.com/mdn/data/issues/754)) ([7384073](https://github.com/mdn/data/commit/738407371c5eb6eca156decc1a211e17f038b4fd)) * add CSS SVG geometric properties ([#753](https://github.com/mdn/data/issues/753)) ([ab6bf8a](https://github.com/mdn/data/commit/ab6bf8a2eb9bd8123aa025ba6c8758eaeb0ca2ef)) * Add marker CSS SVG properties ([#756](https://github.com/mdn/data/issues/756)) ([ebe6b02](https://github.com/mdn/data/commit/ebe6b02ea760452a6f02bfe6406a2d25fc354011)) ### Bug Fixes * **css:** follow canonical order in border and outline sections ([#749](https://github.com/mdn/data/issues/749)) ([b703067](https://github.com/mdn/data/commit/b70306787efd4d0f49c3ed8ba2af7dc45db7f803)) * position-try-options > position-try-fallbacks ([#751](https://github.com/mdn/data/issues/751)) ([0edc1ea](https://github.com/mdn/data/commit/0edc1ea255ffcbdda2305a8a128fffee63bfd891)) ### Miscellaneous * add CODEOWNERS for auto-adding reviewers ([#760](https://github.com/mdn/data/issues/760)) ([cae4438](https://github.com/mdn/data/commit/cae4438b47a837fde4f9915404c240d727cca5bc)) ## [2.9.0](https://github.com/mdn/data/compare/v2.8.0...v2.9.0) (2024-07-03) ### Features * **css:** add text-spacing-trim property ([bb0a599](https://github.com/mdn/data/commit/bb0a599e7e45739b6b04fcc4982e322342034120)) ### Bug Fixes * **css/functions:** update path mdn_url ([#739](https://github.com/mdn/data/issues/739)) ([946c423](https://github.com/mdn/data/commit/946c42353d33eef81ebc238516f4a28cd03e5e5c)) * **l10n/css:** replace removed macros ([#745](https://github.com/mdn/data/issues/745)) ([b9dcf29](https://github.com/mdn/data/commit/b9dcf2975f04fddf7a357e5b20d9aff37d6ab687)) ## [2.8.0](https://github.com/mdn/data/compare/v2.7.0...v2.8.0) (2024-05-21) ### Features * correct ray() syntax and add ray-size type ([311ca78](https://github.com/mdn/data/commit/311ca78a997f2d8b8de80778f05c87db444f1217)) * **css:** correct ray() syntax + add ray-size type ([#723](https://github.com/mdn/data/issues/723)) ([311ca78](https://github.com/mdn/data/commit/311ca78a997f2d8b8de80778f05c87db444f1217)) ## [2.7.0](https://github.com/mdn/data/compare/v2.6.1...v2.7.0) (2024-05-10) ### Features * **css:** add field-sizing property ([#718](https://github.com/mdn/data/issues/718)) ([3df37e7](https://github.com/mdn/data/commit/3df37e7c4aa9044dc0634821ec1b10e656074a07)) ## [2.6.1](https://github.com/mdn/data/compare/v2.6.0...v2.6.1) (2024-04-24) ### Bug Fixes * Add missing internationalization information ([#731](https://github.com/mdn/data/issues/731)) ([19b1a46](https://github.com/mdn/data/commit/19b1a466ccf7ab14142811cdc9a15078131a672b)) ## [2.6.0](https://github.com/mdn/data/compare/v2.5.0...v2.6.0) (2024-04-18) ### Features * **css:** add Anchor Positioning data ([b3997c5](https://github.com/mdn/data/commit/b3997c5f324e472b5466e49c4070d2608ad1d008)) ## [2.5.0](https://github.com/mdn/data/compare/v2.4.2...v2.5.0) (2024-04-08) ### Features * **css:** text-wrap-mode + text-wrap-style ([2e681ff](https://github.com/mdn/data/commit/2e681ff548d9bbd5a5ba24e128a25d957fdb1eca)) ### Bug Fixes * **lint:** upgrade actions/{checkout,setup-node} to v4 + use node-version-file ([b62c9ee](https://github.com/mdn/data/commit/b62c9ee5a1d4ec3b7fcde9dbdd949559e45d118f)) * **package-lock:** run `npm install` ([#725](https://github.com/mdn/data/issues/725)) ([dfad8d6](https://github.com/mdn/data/commit/dfad8d60036ef78eba506a6f19a7e8ec65581537)) ### Enhancements * **publish-release:** inline workflow action + allow manual execution ([#724](https://github.com/mdn/data/issues/724)) ([063fc20](https://github.com/mdn/data/commit/063fc20dd14c7ae0d95367bc699195cd3cc6f949)) ### Miscellaneous * **css:** update appliesTo for align-content ([603c07a](https://github.com/mdn/data/commit/603c07a8c3fc3365b9fb296ccadf2dd9c18eea0a)) ## [2.4.2](https://github.com/mdn/data/compare/v2.4.1...v2.4.2) (2024-02-27) ### Bug Fixes * **css:** overflow-wrap applies to text elements ([#705](https://github.com/mdn/data/issues/705)) ([6732de5](https://github.com/mdn/data/commit/6732de553d1efcd4019d56db58c829d6a0ee6bc8)) * Update font-palette animation type ([#716](https://github.com/mdn/data/issues/716)) ([cd8d5db](https://github.com/mdn/data/commit/cd8d5db3ae744fbeb3ce7036e5255ae78182b462)) ## [2.4.1](https://github.com/mdn/data/compare/v2.4.0...v2.4.1) (2024-02-22) ### Bug Fixes * **css:** replace value 'center' with '0% 0%' for mask-position inital value ([#714](https://github.com/mdn/data/issues/714)) ([2987ea9](https://github.com/mdn/data/commit/2987ea9827a8e8a29cbae0ed0a6bf02dffab3301)) ## [2.4.0](https://github.com/mdn/data/compare/v2.3.6...v2.4.0) (2024-01-23) ### Features * **css:** alsoAppliesTo data for bg-pos-x/bg-pos-y ([#707](https://github.com/mdn/data/issues/707)) ([90bc67c](https://github.com/mdn/data/commit/90bc67ca14d8c428460bf34db12aae66a8f38580)) ## [2.3.6](https://github.com/mdn/data/compare/v2.3.5...v2.3.6) (2024-01-23) ### Bug Fixes * **css:** Update the default/initial value of `offset-position` ([#709](https://github.com/mdn/data/issues/709)) ([d619c73](https://github.com/mdn/data/commit/d619c737a0eab510c0a4bcf8048b434b0eb4ef0a)) ## [2.3.5](https://github.com/mdn/data/compare/v2.3.4...v2.3.5) (2024-01-20) ### Bug Fixes * **css:** Remove ::first-line from margin* props ([#706](https://github.com/mdn/data/issues/706)) ([8858ac6](https://github.com/mdn/data/commit/8858ac63fca5127b9137413338a852f2b251cf50)) ## [2.3.4](https://github.com/mdn/data/compare/v2.3.3...v2.3.4) (2024-01-15) ### Bug Fixes * **css:** Add some Japanese translations ([#703](https://github.com/mdn/data/issues/703)) ([5434132](https://github.com/mdn/data/commit/54341321de6fde13e2b8fba92621dad7ba3bd00f)) ## [2.3.3](https://github.com/mdn/data/compare/v2.3.2...v2.3.3) (2024-01-08) ### Bug Fixes * **css:** Fix scroll() definition format ([#701](https://github.com/mdn/data/issues/701)) ([60fd71f](https://github.com/mdn/data/commit/60fd71fd064c243cfc7a96e8aef4fef7994cc8b9)) ## [2.3.2](https://github.com/mdn/data/compare/v2.3.1...v2.3.2) (2023-12-28) ### Bug Fixes * descriptions of discrete animation behavior between visible and hidden ([#690](https://github.com/mdn/data/issues/690)) ([eb3bd6b](https://github.com/mdn/data/commit/eb3bd6beb1f3f1fbac11a1763aaf8b2c136ac356)) ## [2.3.1](https://github.com/mdn/data/compare/v2.3.0...v2.3.1) (2023-12-28) ### Bug Fixes * **css:** replace value 'invert' with 'auto' for outline-color property ([#694](https://github.com/mdn/data/issues/694)) ([89ff350](https://github.com/mdn/data/commit/89ff35078e47377f2175702cd83f08fe5d4f45bc)) ## [2.3.0](https://github.com/mdn/data/compare/v2.2.0...v2.3.0) (2023-11-08) ### Features * add data for [@scope](https://github.com/scope) ([#693](https://github.com/mdn/data/issues/693)) ([c607a85](https://github.com/mdn/data/commit/c607a85f66e4137e1790cdac8e39c3a09a038848)) ## [2.2.0](https://github.com/mdn/data/compare/v2.1.0...v2.2.0) (2023-11-03) ### Features * 28841 font synthesis position ([#691](https://github.com/mdn/data/issues/691)) ([5ced75f](https://github.com/mdn/data/commit/5ced75feb9c1c7096c3ce7b2844fa29104d5f3cb)) ## [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.17.0/CODE_OF_CONDUCT.md000066400000000000000000000007201476002736200153170ustar00rootroot00000000000000# 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.17.0/CONTRIBUTING.md000066400000000000000000000042021476002736200147500ustar00rootroot00000000000000# 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. **Note**: Commits need to adhere to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and only `fix:` and `feat:` commits are considered. ### 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.17.0/LICENSE000066400000000000000000000146331476002736200135350ustar00rootroot00000000000000CC0 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.17.0/README.md000066400000000000000000000043071476002736200140040ustar00rootroot00000000000000# 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.17.0/REVIEWING.md000066400000000000000000000011451476002736200144030ustar00rootroot00000000000000# 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.17.0/api/000077500000000000000000000000001476002736200132725ustar00rootroot00000000000000data-2.17.0/api/index.js000066400000000000000000000000761476002736200147420ustar00rootroot00000000000000module.exports = { inheritance: require('./inheritance'), } data-2.17.0/api/inheritance.json000066400000000000000000001474601476002736200164720ustar00rootroot00000000000000{ "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.17.0/api/inheritance.md000066400000000000000000000020361476002736200161060ustar00rootroot00000000000000# 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.17.0/api/inheritance.schema.json000066400000000000000000000010221476002736200177100ustar00rootroot00000000000000{ "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.17.0/css/000077500000000000000000000000001476002736200133115ustar00rootroot00000000000000data-2.17.0/css/README.md000066400000000000000000000036211476002736200145720ustar00rootroot00000000000000# 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.17.0/css/at-rules.json000066400000000000000000000446011476002736200157450ustar00rootroot00000000000000{ "@charset": { "syntax": "@charset \"\";", "groups": [ "CSS Syntax" ], "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", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/additive-symbols" }, "fallback": { "syntax": "", "media": "all", "initial": "decimal", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/fallback" }, "negative": { "syntax": " ?", "media": "all", "initial": "\"-\" hyphen-minus", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/negative" }, "pad": { "syntax": " && ", "media": "all", "initial": "0 \"\"", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/pad" }, "prefix": { "syntax": "", "media": "all", "initial": "\"\"", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/prefix" }, "range": { "syntax": "[ [ | infinite ]{2} ]# | auto", "media": "all", "initial": "auto", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/range" }, "speak-as": { "syntax": "auto | bullets | numbers | words | spell-out | ", "media": "all", "initial": "auto", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/speak-as" }, "suffix": { "syntax": "", "media": "all", "initial": "\". \"", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/suffix" }, "symbols": { "syntax": "+", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/symbols" }, "system": { "syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed ? ] | [ extends ]", "media": "all", "initial": "symbolic", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/system" } }, "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": [ "CSSDocumentRule" ], "groups": [ "CSS Conditional Rules" ], "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document" }, "@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": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/ascent-override" }, "descent-override": { "syntax": "normal | ", "media": "all", "initial": "normal", "percentages": "asSpecified", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override" }, "font-display": { "syntax": "auto | block | swap | fallback | optional", "media": "visual", "percentages": "no", "initial": "auto", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-display" }, "font-family": { "syntax": "", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family" }, "font-feature-settings": { "syntax": "normal | #", "media": "all", "initial": "normal", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings" }, "font-stretch": { "syntax": "{1,2}", "media": "all", "initial": "normal", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch" }, "font-style": { "syntax": "normal | italic | oblique {0,2}", "media": "all", "initial": "normal", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style" }, "font-variation-settings": { "syntax": "normal | [ ]#", "media": "all", "initial": "normal", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings" }, "font-weight": { "syntax": "{1,2}", "media": "all", "initial": "normal", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-weight" }, "line-gap-override": { "syntax": "normal | ", "media": "all", "initial": "normal", "percentages": "asSpecified", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/line-gap-override" }, "size-adjust": { "syntax": "", "media": "all", "initial": "100%", "percentages": "asSpecified", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust" }, "src": { "syntax": "[ [ format( # ) ]? | local( ) ]#", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src" }, "unicode-range": { "syntax": "#", "media": "all", "initial": "U+0-10FFFF", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/unicode-range" } }, "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" }, "@font-palette-values": { "syntax": "@font-palette-values {\n \n}", "interfaces": [ "CSSFontPaletteValuesRule" ], "groups": [ "CSS Fonts" ], "descriptors": { "base-palette": { "syntax": "light | dark | ", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette" }, "font-family": { "syntax": "#", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family" }, "override-colors": { "syntax": "[ ]#", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors" } }, "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values" }, "@import": { "syntax": "@import [ | ]\n [ layer | layer() ]?\n [ supports( [ | ] ) ]?\n ? ;", "interfaces": [ "CSSImportRule" ], "groups": [ "CSS Cascading and Inheritance" ], "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": [ "CSSMediaRule" ], "groups": [ "CSS Conditional Rules", "Media Queries" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media" }, "@namespace": { "syntax": "@namespace ? [ | ];", "interfaces": [ "CSSNamespaceRule" ], "groups": [ "CSS Namespaces" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@namespace" }, "@page": { "syntax": "@page {\n \n}", "interfaces": [ "CSSPageRule" ], "groups": [ "CSS Paged Media" ], "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", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation" }, "size": { "syntax": "{1,2} | auto | [ || [ portrait | landscape ] ]", "media": [ "visual", "paged" ], "initial": "auto", "percentages": "no", "computed": "asSpecifiedRelativeToAbsoluteLengths", "order": "orderOfAppearance", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/size" } }, "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page" }, "@position-try": { "syntax": "@position-try {\n \n}", "interfaces": [ "CSSPositionTryRule" ], "groups": [ "CSS Anchor Positioning" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try" }, "@property": { "syntax": "@property {\n \n}", "interfaces": [ "CSSPropertyRule" ], "groups": [ "CSS Houdini" ], "descriptors": { "inherits": { "syntax": "true | false", "media": "all", "percentages": "no", "initial": "auto", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/inherits" }, "initial-value": { "syntax": "?", "media": "all", "initial": "n/a (required)", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/initial-value" }, "syntax": { "syntax": "", "media": "all", "percentages": "no", "initial": "n/a (required)", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/syntax" } }, "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property" }, "@scope": { "syntax": "@scope [()]? [to ()]? {\n \n}", "interfaces": [ "CSSScopeRule" ], "groups": [ "CSS Conditional Rules" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scope" }, "@starting-style": { "syntax": "@starting-style {\n | \n}", "interfaces": [ "CSSStartingStyleRule" ], "groups": [ "CSS Transitions" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style" }, "@supports": { "syntax": "@supports {\n \n}", "interfaces": [ "CSSSupportsRule" ], "groups": [ "CSS Conditional Rules" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports" }, "@view-transition": { "syntax": "@view-transition {\n \n}", "interfaces": [ "CSSViewTransitionRule" ], "groups": [ "CSS View Transitions" ], "descriptors": { "navigation": { "syntax": "auto | none", "media": "all", "initial": "none", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard" }, "types": { "syntax": "none | +", "media": "all", "initial": "none", "percentages": "no", "computed": "asSpecified", "order": "uniqueOrder", "status": "standard" } }, "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@view-transition" } } data-2.17.0/css/at-rules.md000066400000000000000000000070611476002736200153730ustar00rootroot00000000000000# 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`, `experimental` or `obsolete` 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. Note that inherited interfaces like `CSSGroupingRule` or `CSSConditionRule` should not be included. * `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.17.0/css/at-rules.schema.json000066400000000000000000000064741476002736200172120ustar00rootroot00000000000000{ "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", "obsolete" ] }, "mdn_url": { "type": "string", "pattern": "^https://developer.mozilla.org/docs/Web/CSS/" } }, "required": [ "syntax", "initial", "percentages", "computed", "order", "status" ] } }, "status": { "enum": [ "standard", "nonstandard", "experimental", "obsolete" ] }, "mdn_url": { "type": "string", "pattern": "^https://developer.mozilla.org/docs/Web/CSS/" } }, "required": [ "syntax", "groups", "status" ] } } data-2.17.0/css/definitions.json000066400000000000000000000040501476002736200165160ustar00rootroot00000000000000{ "groupList": { "enum": [ "Basic Selectors", "Combinators", "Compositing and Blending", "CSS Anchor Positioning", "CSS Angles", "CSS Animations", "CSS Backgrounds and Borders", "CSS Basic User Interface", "CSS Box Alignment", "CSS Box Model", "CSS Box Sizing", "CSS Cascading and Inheritance", "CSS Color", "CSS Conditional Rules", "CSS Containment", "CSS Counter Styles", "CSS Custom Properties for Cascading Variables", "CSS Display", "CSS Environment Variables", "CSS Flexible Box Layout", "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 and Values", "CSS Masking", "CSS Mobile Text Size Adjustment", "CSS Motion Path", "CSS Multi-column Layout", "CSS Namespaces", "CSS Overflow", "CSS Overscroll Behavior", "CSS Paged Media", "CSS Positioning", "CSS Resolutions", "CSS Rhythmic Sizing", "CSS Ruby", "CSS Scroll Anchoring", "CSS Scroll Snap", "CSS Scrollbars Styling", "CSS Shadow Parts", "CSS Shapes", "CSS Speech", "CSS Syntax", "CSS Table", "CSS Text", "CSS Text Decoration", "CSS Times", "CSS Transforms", "CSS Transitions", "CSS Types", "CSS Units", "CSS Values and Units", "CSS View Transitions", "CSS Viewport", "CSS Will Change", "CSS Writing Modes", "Filter Effects", "Grouping Selectors", "MathML", "Media Queries", "Microsoft Extensions", "Motion Path", "Mozilla Extensions", "Pointer Events", "Pseudo", "Pseudo-classes", "Pseudo-elements", "Selectors", "Scalable Vector Graphics", "Scroll-driven Animations", "WebKit Extensions" ] } } data-2.17.0/css/functions.json000066400000000000000000000605571476002736200162310ustar00rootroot00000000000000{ "abs()": { "syntax": "abs( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/abs" }, "acos()": { "syntax": "acos( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/acos" }, "anchor()": { "syntax": "anchor( ? && , ? )", "groups": [ "CSS Anchor Positioning" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor" }, "anchor-size()": { "syntax": "anchor-size( [ || ]? , ? )", "groups": [ "CSS Anchor Positioning" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size" }, "asin()": { "syntax": "asin( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/asin" }, "atan()": { "syntax": "atan( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan" }, "atan2()": { "syntax": "atan2( , )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan2" }, "attr()": { "syntax": "attr( ? [, ]? )", "groups": [ "CSS Values and Units" ], "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" }, "calc-size()": { "syntax": "calc-size( , )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-size" }, "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 Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clamp" }, "color()": { "syntax": "color( [ from ]? [ / [ | none ] ]? )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/color" }, "color-mix()": { "syntax": "color-mix( , [ && ? ]#{2})", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/color-mix" }, "conic-gradient()": { "syntax": "conic-gradient( [ from ]? [ at ]?, )", "groups": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/conic-gradient" }, "contrast()": { "syntax": "contrast( [ | ]? )", "groups": [ "Filter Effects" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast" }, "cos()": { "syntax": "cos( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cos" }, "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": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cross-fade" }, "drop-shadow()": { "syntax": "drop-shadow( [ ? && {2,3} ] )", "groups": [ "Filter Effects" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/drop-shadow" }, "element()": { "syntax": "element( )", "groups": [ "CSS Images" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element" }, "ellipse()": { "syntax": "ellipse( ? [ at ]? )", "groups": [ "CSS Shapes" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/ellipse" }, "env()": { "syntax": "env( , ? )", "groups": [ "CSS Environment Variables" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env" }, "exp()": { "syntax": "exp( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/exp" }, "fit-content()": { "syntax": "fit-content( )", "groups": [ "CSS Box Sizing", "CSS Grid Layout" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function" }, "grayscale()": { "syntax": "grayscale( [ | ]? )", "groups": [ "Filter Effects" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/grayscale" }, "hsl()": { "syntax": "hsl( , , , ? ) | hsl( [ | none ] [ | | none ] [ | | none ] [ / [ | none ] ]? )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsl" }, "hsla()": { "syntax": "hsla( , , , ? ) | hsla( [ | none ] [ | | none ] [ | | none ] [ / [ | none ] ]? )", "groups": [ "CSS Color" ], "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsl" }, "hue-rotate()": { "syntax": "hue-rotate( [ | ]? )", "groups": [ "Filter Effects" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/hue-rotate" }, "hwb()": { "syntax": "hwb( [ | none ] [ | | none ] [ | | none ] [ / [ | none ] ]? )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hwb" }, "hypot()": { "syntax": "hypot( # )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/hypot" }, "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" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/invert" }, "lab()": { "syntax": "lab( [ | | none] [ | | none] [ | | none] [ / [ | none] ]? )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/lab" }, "layer()": { "syntax": "layer( )", "groups": [ "CSS Cascading and Inheritance" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import/layer_function" }, "lch()": { "syntax": "lch( [ | | none] [ | | none] [ | none] [ / [ | none] ]? )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/lch" }, "leader()": { "syntax": "leader( )", "groups": [ "CSS Generated Content" ], "status": "experimental" }, "light-dark()": { "syntax": "light-dark( , )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/light-dark" }, "linear-gradient()": { "syntax": "linear-gradient( [ | to ]? , )", "groups": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient" }, "log()": { "syntax": "log( , ? )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/log" }, "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" }, "mod()": { "syntax": "mod( , )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mod" }, "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" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/opacity" }, "paint()": { "syntax": "paint( , ? )", "groups": [ "CSS Houdini" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/paint" }, "palette-mix()": { "syntax": "palette-mix( , [ [normal | light | dark | | ] && ? ]#{2})", "groups": [ "CSS Fonts" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette/palette-mix" }, "path()": { "syntax": "path( <'fill-rule'>? , )", "groups": [ "CSS Shapes" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path" }, "perspective()": { "syntax": "perspective( [ | none ] )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/perspective" }, "polygon()": { "syntax": "polygon( <'fill-rule'>? , [ ]# )", "groups": [ "CSS Shapes" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/polygon" }, "pow()": { "syntax": "pow( , )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/pow" }, "radial-gradient()": { "syntax": "radial-gradient( [ || ]? [ at ]? , )", "groups": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient" }, "ray()": { "syntax": "ray( && ? && contain? && [at ]? )", "groups": [ "Motion Path" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray" }, "rect()": { "syntax": "rect( [ | auto ]{4} [ round <'border-radius'> ]? )", "groups": [ "CSS Shapes" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/rect" }, "rem()": { "syntax": "rem( , )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rem" }, "repeating-conic-gradient()": { "syntax": "repeating-conic-gradient( [ from ]? [ at ]?, )", "groups": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient" }, "repeating-linear-gradient()": { "syntax": "repeating-linear-gradient( [ | to ]? , )", "groups": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient" }, "repeating-radial-gradient()": { "syntax": "repeating-radial-gradient( [ || ]? [ at ]? , )", "groups": [ "CSS Images" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient" }, "rgb()": { "syntax": "rgb( #{3} , ? ) | rgb( #{3} , ? ) | rgb( [ | | none ]{3} [ / [ | none ] ]? )", "groups": [ "CSS Color" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb" }, "rgba()": { "syntax": "rgba( #{3} , ? ) | rgba( #{3} , ? ) | rgba( [ | | none ]{3} [ / [ | none ] ]? )", "groups": [ "CSS Color" ], "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb" }, "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" }, "round()": { "syntax": "round( ?, , )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/round" }, "saturate()": { "syntax": "saturate( [ | ]? )", "groups": [ "Filter Effects" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/saturate" }, "scale()": { "syntax": "scale( [ | ]#{1,2} )", "groups": [ "CSS Transforms" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale" }, "scale3d()": { "syntax": "scale3d( [ | ]#{3} )", "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": [ "Scroll-driven Animations" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll" }, "sepia()": { "syntax": "sepia( [ | ]? )", "groups": [ "Filter Effects" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/sepia" }, "sign()": { "syntax": "sign( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sign" }, "sin()": { "syntax": "sin( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sin" }, "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" }, "sqrt()": { "syntax": "sqrt( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sqrt" }, "symbols()": { "syntax": "symbols( ? [ | ]+ )", "groups": [ "CSS Counter Styles" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/symbols" }, "tan()": { "syntax": "tan( )", "groups": [ "CSS Units", "CSS Lengths" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/tan" }, "target-counter()": { "syntax": "target-counter( [ | ] , , ? )", "groups": [ "CSS Generated Content" ], "status": "experimental" }, "target-counters()": { "syntax": "target-counters( [ | ] , , , ? )", "groups": [ "CSS Generated Content" ], "status": "experimental" }, "target-text()": { "syntax": "target-text( [ | ] , [ content | before | after | first-letter ]? )", "groups": [ "CSS Generated Content" ], "status": "experimental" }, "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 Custom Properties for Cascading Variables" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var" }, "view()": { "syntax": "view([ || <'view-timeline-inset'>]?)", "groups": [ "Scroll-driven Animations" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view" }, "xywh()": { "syntax": "xywh( {2} {2} [ round <'border-radius'> ]? )", "groups": [ "CSS Shapes" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/xywh" } } data-2.17.0/css/functions.md000066400000000000000000000022051476002736200156420ustar00rootroot00000000000000# 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.17.0/css/functions.schema.json000066400000000000000000000015051476002736200174540ustar00rootroot00000000000000{ "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.17.0/css/index.js000066400000000000000000000004261476002736200147600ustar00rootroot00000000000000module.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.17.0/css/properties.json000066400000000000000000011404171476002736200164100ustar00rootroot00000000000000{ "--*": { "syntax": "", "media": "all", "inherited": true, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Custom Properties for Cascading Variables" ], "initial": "seeProse", "appliesto": "allElements", "computed": "asSpecifiedWithVarsSubstituted", "order": "perGrammar", "status": "standard", "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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-ms-filter": { "syntax": "", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "Microsoft Extensions" ], "initial": "\"\"", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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" }, "-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/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" }, "-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" }, "-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" }, "-webkit-mask-clip": { "syntax": "[ | no-clip | 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" }, "-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": "standard", "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": "standard", "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": "standard", "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": "standard", "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" }, "-webkit-user-select": { "syntax": "auto | text | none | all", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "WebKit Extensions" ], "initial": "auto", "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", "status": "nonstandard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/user-select" }, "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", "CSS Flexible Box Layout" ], "initial": "normal", "appliesto": "blockContainersMultiColumnContainersFlexContainersGridContainers", "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", "CSS Flexible Box Layout" ], "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", "CSS Flexible Box Layout" ], "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": "nonstandard" }, "all": { "syntax": "initial | inherit | unset | revert | revert-layer", "media": "noPracticalMedia", "inherited": false, "animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection", "percentages": "no", "groups": [ "CSS Cascading and Inheritance" ], "initial": "noPracticalInitialValue", "appliesto": "allElements", "computed": "asSpecifiedAppliesToEachProperty", "order": "uniqueOrder", "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/all" }, "anchor-name": { "syntax": "none | #", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Anchor Positioning" ], "initial": "none", "appliesto": "allElementsThatGenerateAPrincipalBox", "computed": "asSpecified", "order": "perGrammar", "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-name" }, "anchor-scope": { "syntax": "none | all | #", "media": "visual", "inherited": false, "animationType": "discrete", "percentages": "no", "groups": [ "CSS Anchor Positioning" ], "initial": "none", "appliesto": "allElements", "computed": "asSpecified", "order": "perGrammar", "status": "experimental" }, "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": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-composition" }, "animation-delay": { "syntax": "