Skip to content

Commit 8754943

Browse files
authored
Merge branch 'main' into feat/container-at-rule
2 parents ba5fd47 + dec5840 commit 8754943

9 files changed

+75
-33
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.14.0"
2+
".": "2.15.0"
33
}

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Changelog
22

3+
## [2.15.0](https://github.com/mdn/data/compare/v2.14.0...v2.15.0) (2025-01-16)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **css:** add legacy `-webkit-user-select` property ([#864](https://github.com/mdn/data/issues/864)) ([37b9934](https://github.com/mdn/data/commit/37b993409c32a601201540cf13a5ed1dc93c37eb))
10+
* **css:** add missing `:modal` pseudo-classes ([#862](https://github.com/mdn/data/issues/862)) ([314b1ce](https://github.com/mdn/data/commit/314b1cee99a5736e48671c23befdcd49ca31e176))
11+
* **css:** Add missing `anchor-side` syntax for `anchor()` ([#860](https://github.com/mdn/data/issues/860)) ([774d6c5](https://github.com/mdn/data/commit/774d6c5aa583932461a48b0bed04854d311b1e6a))
12+
* **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))
13+
* **css:** add missing css `color-mix()` function ([#857](https://github.com/mdn/data/issues/857)) ([3fe902e](https://github.com/mdn/data/commit/3fe902e9e2c7726e370d33a5f3f8f304dc132a9d))
14+
* **css:** Add missing css `color()` function ([397906c](https://github.com/mdn/data/commit/397906caf12d19f733d3e8ce5f087fac8e9eadac))
15+
* **css:** Add missing css `color()` function ([#858](https://github.com/mdn/data/issues/858)) ([397906c](https://github.com/mdn/data/commit/397906caf12d19f733d3e8ce5f087fac8e9eadac))
16+
* **css:** add missing pseudo classes [a-c] ([#871](https://github.com/mdn/data/issues/871)) ([7a57280](https://github.com/mdn/data/commit/7a57280a0d946fd4474b68f14f79d830e134a480))
17+
* **css:** add missing pseudo classes [h-m] ([#872](https://github.com/mdn/data/issues/872)) ([59d6142](https://github.com/mdn/data/commit/59d61421303d0f25c80a8f9a2d5632c0b05a1a46))
18+
* **css:** add missing pseudo classes [p-s] ([#873](https://github.com/mdn/data/issues/873)) ([10e61fd](https://github.com/mdn/data/commit/10e61fdaa9024852fae24cfc695b4e12d4bb055b))
19+
* **css:** add missing pseudo classes [v-x] ([#874](https://github.com/mdn/data/issues/874)) ([a8104c4](https://github.com/mdn/data/commit/a8104c424d9e4e32fd4623ee267912e4ce3bd036))
20+
* **css:** add missing pseudo elements ([#868](https://github.com/mdn/data/issues/868)) ([23379df](https://github.com/mdn/data/commit/23379df6cf7cd4eebdf538aaf42bbe799f7c2535))
21+
* **css:** Add/Fix interfaces field of at-rules ([#856](https://github.com/mdn/data/issues/856)) ([20f0bab](https://github.com/mdn/data/commit/20f0baba366ff4b0fd5446662834e5ae1ab04b0b))
22+
* **css:** consistent naming for function-like pseudo-classes ([#865](https://github.com/mdn/data/issues/865)) ([8d17ec8](https://github.com/mdn/data/commit/8d17ec8526b7ca5807c3a41d102181a9665d511a))
23+
* **css:** Remove lack-support, deprecated `input-security` ([#863](https://github.com/mdn/data/issues/863)) ([857fe8d](https://github.com/mdn/data/commit/857fe8d9ea223fc8524df479fdd548c299325b4b))
24+
* **css:** remove mdn_url for all IE features ([#847](https://github.com/mdn/data/issues/847)) ([edf11bb](https://github.com/mdn/data/commit/edf11bbbd356490d3a865cefb838e985df2daccf))
25+
* **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))
26+
* **css:** Remove never-supported obsolute azimuth feature ([#832](https://github.com/mdn/data/issues/832)) ([c4ab0f3](https://github.com/mdn/data/commit/c4ab0f316b691ff576c5a058cf5297bbf577b8a9))
27+
* **css:** Replace `&lt;box&gt;` type with `<visual-box>` type ([#842](https://github.com/mdn/data/issues/842)) ([57b11d6](https://github.com/mdn/data/commit/57b11d685a7a030f4fdb79f020aa74afa0d81adc))
28+
* **css:** Update css2 syntax for some pseudo-elements ([#866](https://github.com/mdn/data/issues/866)) ([7798a1c](https://github.com/mdn/data/commit/7798a1c6661e4c3f5dabf554f5898e38028d886d))
29+
* **css:** Update synatx for `background-origin` ([#838](https://github.com/mdn/data/issues/838)) ([aa45cc7](https://github.com/mdn/data/commit/aa45cc7cbe8f19e464ebaa1fee5feddbe9e7b6ca))
30+
* **css:** Update syntax for @font-face/unicode-range ([#833](https://github.com/mdn/data/issues/833)) ([5186311](https://github.com/mdn/data/commit/5186311bb3a880d11143a5029fbff69e99355d13))
31+
* **css:** Update syntax for `[-webkit]-mask-{clip,origin}` ([#839](https://github.com/mdn/data/issues/839)) ([c73adfe](https://github.com/mdn/data/commit/c73adfec11d1849c32e149d9be9a093ea7bd3922))
32+
* **css:** Update syntax for `background-clip` ([#835](https://github.com/mdn/data/issues/835)) ([76d7860](https://github.com/mdn/data/commit/76d78604b877742bce965b58014b1bc8ad66820c))
33+
* **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))
34+
* **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))
35+
* **css:** Update/Extra &lt;color&gt; syntax ([ec560a1](https://github.com/mdn/data/commit/ec560a1ea6cdfec28f37a46abceefd6b775b95a6))
36+
* **css:** Update/Extract &lt;color&gt; syntax ([#859](https://github.com/mdn/data/issues/859)) ([ec560a1](https://github.com/mdn/data/commit/ec560a1ea6cdfec28f37a46abceefd6b775b95a6))
37+
* **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))
38+
* **css:** Update&Fix mdn_url for some obsolute/experiemental features ([fd7fc88](https://github.com/mdn/data/commit/fd7fc88ee5703d8d6d15448d827d2fb33d78f76f))
39+
40+
41+
### Bug Fixes
42+
43+
* **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))
44+
* **css:** Fix group field for CSS Containment module ([#854](https://github.com/mdn/data/issues/854)) ([7f652b0](https://github.com/mdn/data/commit/7f652b09cdfefa0b89ff7aecd90a9b93c40c735f))
45+
* **css:** Fix mdn_url for functions ([#840](https://github.com/mdn/data/issues/840)) ([ec24bf4](https://github.com/mdn/data/commit/ec24bf4aba47d7bd309b01b3240f5f091a23da99))
46+
* **css:** Fix mdn_url for selectors and types ([#836](https://github.com/mdn/data/issues/836)) ([f5689dc](https://github.com/mdn/data/commit/f5689dc3437a12e00461315945efadb6af751e36))
47+
* **css:** fix status for custom properties ([#846](https://github.com/mdn/data/issues/846)) ([aa28a80](https://github.com/mdn/data/commit/aa28a80f4d9d1674dde29293285d8cfe0949a4a0))
48+
* **css:** incorrect mdn_url for `repeating-radial-gradient()` ([#844](https://github.com/mdn/data/issues/844)) ([0500654](https://github.com/mdn/data/commit/0500654aa73283c4908e0fa2565f2b7875147f2d))
49+
* **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))
50+
51+
52+
### Miscellaneous
53+
54+
* **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))
55+
* **css:** remove never used CSS Break group ([#880](https://github.com/mdn/data/issues/880)) ([0435f3a](https://github.com/mdn/data/commit/0435f3a79115e4eef8bc0e40c9ae69f482dd39ea))
56+
* **css:** Remove never used CSS Regions group ([#884](https://github.com/mdn/data/issues/884)) ([448b41a](https://github.com/mdn/data/commit/448b41a3b319aa6cb8d2b4adbe8ad59911b5f24f))
57+
* **css:** remove not-supported for `text-spacing-trim: {trim-both,trim-all,auto}` ([395971d](https://github.com/mdn/data/commit/395971d1915429d5602e5ca5966729c0de6b862a))
58+
* **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))
59+
* **css:** remove support for `white-space-collapse: discard` ([#869](https://github.com/mdn/data/issues/869)) ([13074e5](https://github.com/mdn/data/commit/13074e5002c8f4b16e983b5089ab52148c14128f))
60+
* **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))
61+
362
## [2.14.0](https://github.com/mdn/data/compare/v2.13.0...v2.14.0) (2024-12-17)
463

564

css/at-rules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@charset": {
33
"syntax": "@charset \"<charset>\";",
44
"groups": [
5-
"CSS Charsets"
5+
"CSS Syntax"
66
],
77
"status": "standard",
88
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"

css/definitions.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"CSS Box Model",
1313
"CSS Box Sizing",
1414
"CSS Cascading and Inheritance",
15-
"CSS Charsets",
1615
"CSS Color",
1716
"CSS Columns",
1817
"CSS Conditional Rules",
1918
"CSS Containment",
2019
"CSS Counter Styles",
20+
"CSS Custom Properties for Cascading Variables",
2121
"CSS Device Adaptation",
2222
"CSS Display",
2323
"CSS Flexible Box Layout",
@@ -34,7 +34,6 @@
3434
"CSS Lists and Counters",
3535
"CSS Logical Properties",
3636
"CSS Masking",
37-
"CSS Miscellaneous",
3837
"CSS Motion Path",
3938
"CSS Namespaces",
4039
"CSS Overflow",
@@ -48,6 +47,7 @@
4847
"CSS Shadow Parts",
4948
"CSS Shapes",
5049
"CSS Speech",
50+
"CSS Syntax",
5151
"CSS Table",
5252
"CSS Text",
5353
"CSS Text Decoration",
@@ -56,7 +56,6 @@
5656
"CSS Transitions",
5757
"CSS Types",
5858
"CSS Units",
59-
"CSS Variables",
6059
"CSS View Transitions",
6160
"CSS Will Change",
6261
"CSS Writing Modes",

css/functions.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"element()": {
198198
"syntax": "element( <id-selector> )",
199199
"groups": [
200-
"CSS Miscellaneous"
200+
"CSS Images"
201201
],
202202
"status": "experimental",
203203
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
@@ -343,9 +343,9 @@
343343
"leader()": {
344344
"syntax": "leader( <leader-type> )",
345345
"groups": [
346-
"CSS Miscellaneous"
346+
"CSS Generated Content"
347347
],
348-
"status": "nonstandard"
348+
"status": "standard"
349349
},
350350
"light-dark()": {
351351
"syntax": "light-dark( <color>, <color> )",
@@ -758,9 +758,9 @@
758758
"target-text()": {
759759
"syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )",
760760
"groups": [
761-
"CSS Miscellaneous"
761+
"CSS Generated Content"
762762
],
763-
"status": "nonstandard"
763+
"status": "standard"
764764
},
765765
"translate()": {
766766
"syntax": "translate( <length-percentage> , <length-percentage>? )",
@@ -805,7 +805,7 @@
805805
"var()": {
806806
"syntax": "var( <custom-property-name> , <declaration-value>? )",
807807
"groups": [
808-
"CSS Miscellaneous"
808+
"CSS Custom Properties for Cascading Variables"
809809
],
810810
"status": "standard",
811811
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"

css/properties.json

+3-18
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"animationType": "discrete",
77
"percentages": "no",
88
"groups": [
9-
"CSS Variables"
9+
"CSS Custom Properties for Cascading Variables"
1010
],
1111
"initial": "seeProse",
1212
"appliesto": "allElements",
@@ -1724,7 +1724,7 @@
17241724
"animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
17251725
"percentages": "no",
17261726
"groups": [
1727-
"CSS Miscellaneous"
1727+
"CSS Cascading and Inheritance"
17281728
],
17291729
"initial": "noPracticalInitialValue",
17301730
"appliesto": "allElements",
@@ -6119,21 +6119,6 @@
61196119
"status": "standard",
61206120
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inline-size"
61216121
},
6122-
"input-security": {
6123-
"syntax": "auto | none",
6124-
"media": "interactive",
6125-
"inherited": false,
6126-
"animationType": "byComputedValueType",
6127-
"percentages": "no",
6128-
"groups": [
6129-
"CSS Basic User Interface"
6130-
],
6131-
"initial": "auto",
6132-
"appliesto": "sensitiveTextInputs",
6133-
"computed": "asSpecified",
6134-
"order": "perGrammar",
6135-
"status": "standard"
6136-
},
61376122
"inset": {
61386123
"syntax": "<'top'>{1,4}",
61396124
"media": "visual",
@@ -10058,7 +10043,7 @@
1005810043
"animationType": "discrete",
1005910044
"percentages": "no",
1006010045
"groups": [
10061-
"CSS Miscellaneous"
10046+
"Scalable Vector Graphics"
1006210047
],
1006310048
"initial": "auto",
1006410049
"appliesto": "textElements",

css/properties.schema.json

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
"sameAsWidthAndHeight",
283283
"scrollContainers",
284284
"scrollingBoxes",
285-
"sensitiveTextInputs",
286285
"tableCaptionElements",
287286
"tableCellElements",
288287
"tableElements",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdn-data",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)