Skip to content

Commit 81e41f4

Browse files
Merge branch 'main' into CSS-Transitions
2 parents 30550bc + 83add30 commit 81e41f4

15 files changed

+333
-214
lines changed

.github/workflows/codeql.yml

-40
This file was deleted.

.release-please-manifest.json

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

CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,77 @@
11
# Changelog
22

3+
## [2.17.0](https://github.com/mdn/data/compare/v2.16.0...v2.17.0) (2025-02-26)
4+
5+
6+
### Features
7+
8+
* **css:** Sync syntax for some css functions ([#938](https://github.com/mdn/data/issues/938)) ([de14073](https://github.com/mdn/data/commit/de140730e5ee83da2d84182c05bc4395c20140f9))
9+
10+
11+
### Miscellaneous
12+
13+
* **css:** Add mdn_url for newly documented features ([#937](https://github.com/mdn/data/issues/937)) ([7384ff1](https://github.com/mdn/data/commit/7384ff1ae98ac4a138e72abe9d003cc57ec05134))
14+
* **css:** Update status for `:has-slotted` ([#936](https://github.com/mdn/data/issues/936)) ([43ac794](https://github.com/mdn/data/commit/43ac7940de5aaa7da62230dc41908719d34accd3))
15+
16+
## [2.16.0](https://github.com/mdn/data/compare/v2.15.0...v2.16.0) (2025-02-24)
17+
18+
19+
### Features
20+
21+
* **css:** Add `@view-transition/types` ([#887](https://github.com/mdn/data/issues/887)) ([451f3bf](https://github.com/mdn/data/commit/451f3bfbc0e20385df62be531048f5f4767bfcb8))
22+
* **css:** Add css `symbols()` function ([#905](https://github.com/mdn/data/issues/905)) ([2f71ad9](https://github.com/mdn/data/commit/2f71ad960049b32b2b27dca1343c04f0e7d8bf31))
23+
* **css:** Add CSS Shadow Parts group to `::part()` ([#892](https://github.com/mdn/data/issues/892)) ([d8fbd6a](https://github.com/mdn/data/commit/d8fbd6a59efc964af6a308118905b9aa3953980a))
24+
* **css:** Add data for experimental `speak-as` property ([#889](https://github.com/mdn/data/issues/889)) ([2cfb53a](https://github.com/mdn/data/commit/2cfb53a9dc9c62e9b1710244bb6391cc66cdd5bd))
25+
* **css:** Add missing `rect()` and `xywh()` functions ([#927](https://github.com/mdn/data/issues/927)) ([90a3446](https://github.com/mdn/data/commit/90a3446b10f8fa92e96624a0db27cc3e66bbac93))
26+
* **css:** Add rest standard selectors ([510bd92](https://github.com/mdn/data/commit/510bd9208f45197ebb9a0209e96e9282f54b0bf4))
27+
* **css:** Add rest two standard selectors ([#893](https://github.com/mdn/data/issues/893)) ([510bd92](https://github.com/mdn/data/commit/510bd9208f45197ebb9a0209e96e9282f54b0bf4))
28+
* **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))
29+
* **css:** Update group definitions for CSS View Transitions ([#894](https://github.com/mdn/data/issues/894)) ([76a3bbe](https://github.com/mdn/data/commit/76a3bbec2d8baf63e0554891818368a5d7aaefb9))
30+
* **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))
31+
* **css:** Update status for page-break-* properties ([#909](https://github.com/mdn/data/issues/909)) ([51fec53](https://github.com/mdn/data/commit/51fec532762433c69511538dc8f0a9337c6d2b21))
32+
* **css:** Update synatx for css `zoom` property ([#901](https://github.com/mdn/data/issues/901)) ([5c57b10](https://github.com/mdn/data/commit/5c57b10e4152f44ee3fe631a665666c0cd98fdc8))
33+
* **css:** Update syntax for `@font-face/font-display` ([#875](https://github.com/mdn/data/issues/875)) ([8cf4abe](https://github.com/mdn/data/commit/8cf4abe05c2ef66d715c01f57caf6168f20acf9c))
34+
* **css:** Update syntax for `an+b` type ([#907](https://github.com/mdn/data/issues/907)) ([ffeb23b](https://github.com/mdn/data/commit/ffeb23be1ba674c390fdc1fd331e2030b599562d))
35+
* **css:** Update syntax for `circle()` and `ellipse()` functions ([#928](https://github.com/mdn/data/issues/928)) ([fbc345f](https://github.com/mdn/data/commit/fbc345f588660358e2de08f56f3b58a26cc82a78))
36+
* **css:** Update syntax for `outline` ([#877](https://github.com/mdn/data/issues/877)) ([8791748](https://github.com/mdn/data/commit/8791748babe9e837618b94450449eb4ae8084b3a))
37+
* **css:** Update syntax for `path()` & `polygon()` ([#885](https://github.com/mdn/data/issues/885)) ([7b41d05](https://github.com/mdn/data/commit/7b41d05b928ee49b2401fd7696c3546ba4c1d1db))
38+
* **css:** Update syntax for `text-transform:math-auto` ([#896](https://github.com/mdn/data/issues/896)) ([3c1a279](https://github.com/mdn/data/commit/3c1a2792f85ff0e67673cc1b4ec48050a7311ecd))
39+
* **css:** Update syntax for `white-space` ([#878](https://github.com/mdn/data/issues/878)) ([14ad879](https://github.com/mdn/data/commit/14ad8799c9831adaa8fd305fc89b6dc0865b2a4d))
40+
* **css:** Update syntax for color functions ([#867](https://github.com/mdn/data/issues/867)) ([b172f0a](https://github.com/mdn/data/commit/b172f0ad135d430cde8813d005a0da268023771c))
41+
42+
43+
### Miscellaneous
44+
45+
* **ci:** remove unused workflows ([#920](https://github.com/mdn/data/issues/920)) ([a4c3d9b](https://github.com/mdn/data/commit/a4c3d9b9f076a68b643488f00bb64205da6758c5))
46+
* **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))
47+
* **css:** Add align-* and justify-* properties with CSS Flexible Box Layout group ([74a60ad](https://github.com/mdn/data/commit/74a60adf573711801f2c198ff934c189bde0eadf))
48+
* **css:** Add CSS Anchor Positioning group ([#922](https://github.com/mdn/data/issues/922)) ([0c3a40b](https://github.com/mdn/data/commit/0c3a40b2772bbc2e98c53b75580ec2765846273c))
49+
* **css:** Fix group for `clip-rule` ([#925](https://github.com/mdn/data/issues/925)) ([abca3c7](https://github.com/mdn/data/commit/abca3c7400c86606b777d1c700d64cea37a398e1))
50+
* **css:** Fix group for `shape-rendering` ([#926](https://github.com/mdn/data/issues/926)) ([b8cd457](https://github.com/mdn/data/commit/b8cd4570604b1532361ec84f0cceacf9e3b06bb0))
51+
* **css:** Fix group for css `env()` function ([#915](https://github.com/mdn/data/issues/915)) ([6c947bc](https://github.com/mdn/data/commit/6c947bc9a3bb67eed78978321948e4040bdb3cc9))
52+
* **css:** FIx group for CSS Box Sizing ([#914](https://github.com/mdn/data/issues/914)) ([9c304df](https://github.com/mdn/data/commit/9c304dff73fb6b08c0c0b57d74637ecb06e24efb))
53+
* **css:** Fix group for CSS Display module features ([#916](https://github.com/mdn/data/issues/916)) ([e19ddbd](https://github.com/mdn/data/commit/e19ddbd39003ed6b58916a6d829b817f19eae61f))
54+
* **css:** Fix group for CSS Images module ([#935](https://github.com/mdn/data/issues/935)) ([068de27](https://github.com/mdn/data/commit/068de2721afc2ac688a2ac85cfc7824ad0201631))
55+
* **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))
56+
* **css:** Fix group key for `text-overflow` ([#910](https://github.com/mdn/data/issues/910)) ([7000695](https://github.com/mdn/data/commit/7000695b54d006848666f10d82433cfa0b94a212))
57+
* **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))
58+
* **css:** Fox group for CSS Display module features ([e19ddbd](https://github.com/mdn/data/commit/e19ddbd39003ed6b58916a6d829b817f19eae61f))
59+
* **css:** Remove never used CSSOM View group ([#904](https://github.com/mdn/data/issues/904)) ([10abfad](https://github.com/mdn/data/commit/10abfad86be783bc15fd8ddaac172019b5184b54))
60+
* **css:** Remove non-existent 'CSS Flexible Lengths' group ([#913](https://github.com/mdn/data/issues/913)) ([015220c](https://github.com/mdn/data/commit/015220c81fdfae71531e4289c466f8e972f52c79))
61+
* **css:** Remove not existed CSS Flexible Lengths group ([015220c](https://github.com/mdn/data/commit/015220c81fdfae71531e4289c466f8e972f52c79))
62+
* **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))
63+
* **css:** Rename CSS Device Adaptation to CSS Viewport ([#900](https://github.com/mdn/data/issues/900)) ([0ade227](https://github.com/mdn/data/commit/0ade2279b8abef1051725698842537d51d5c9d6a))
64+
* **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))
65+
* **css:** Rename CSS Motion Path to Motion Path ([#902](https://github.com/mdn/data/issues/902)) ([9138aa7](https://github.com/mdn/data/commit/9138aa74e167490c1feffb1b29ae3a333efc1348))
66+
* **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))
67+
* **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))
68+
* **css:** Update for CSS Generated Content group ([#890](https://github.com/mdn/data/issues/890)) ([8060a0a](https://github.com/mdn/data/commit/8060a0a8464f8dbdb70fc95843370cc6a3fb032c))
69+
* **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))
70+
* **css:** Update group for `paint()` function ([#891](https://github.com/mdn/data/issues/891)) ([845020b](https://github.com/mdn/data/commit/845020b38a0bbfdd2247d67b09f1c5979258763e))
71+
* **css:** Update group for CSS Animations ([#931](https://github.com/mdn/data/issues/931)) ([4186fe3](https://github.com/mdn/data/commit/4186fe368ddc25c9bf8599a07053a488cf023878))
72+
* **css:** Update group for CSS Fonts ([#932](https://github.com/mdn/data/issues/932)) ([b6ec854](https://github.com/mdn/data/commit/b6ec8543081f76ce8f2acf2bf2748dc7d0596781))
73+
* **css:** Update group for CSS Text ([#933](https://github.com/mdn/data/issues/933)) ([68917b2](https://github.com/mdn/data/commit/68917b2dc0ef43f784344261f236da90154ad773))
74+
375
## [2.15.0](https://github.com/mdn/data/compare/v2.14.0...v2.15.0) (2025-01-16)
476

577

css/at-rules.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override"
162162
},
163163
"font-display": {
164-
"syntax": "[ auto | block | swap | fallback | optional ]",
164+
"syntax": "auto | block | swap | fallback | optional",
165165
"media": "visual",
166166
"percentages": "no",
167167
"initial": "auto",
@@ -334,8 +334,7 @@
334334
"CSSImportRule"
335335
],
336336
"groups": [
337-
"CSS Conditional Rules",
338-
"Media Queries"
337+
"CSS Cascading and Inheritance"
339338
],
340339
"status": "standard",
341340
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
@@ -456,7 +455,7 @@
456455
"CSSPositionTryRule"
457456
],
458457
"groups": [
459-
"CSS Positioning"
458+
"CSS Anchor Positioning"
460459
],
461460
"status": "experimental",
462461
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"

css/definitions.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Basic Selectors",
55
"Combinators",
66
"Compositing and Blending",
7+
"CSS Anchor Positioning",
78
"CSS Angles",
89
"CSS Animations",
910
"CSS Backgrounds and Borders",
@@ -17,8 +18,8 @@
1718
"CSS Containment",
1819
"CSS Counter Styles",
1920
"CSS Custom Properties for Cascading Variables",
20-
"CSS Device Adaptation",
2121
"CSS Display",
22+
"CSS Environment Variables",
2223
"CSS Flexible Box Layout",
2324
"CSS Fonts",
2425
"CSS Fragmentation",
@@ -30,7 +31,7 @@
3031
"CSS Inline",
3132
"CSS Lengths",
3233
"CSS Lists and Counters",
33-
"CSS Logical Properties",
34+
"CSS Logical Properties and Values",
3435
"CSS Masking",
3536
"CSS Mobile Text Size Adjustment",
3637
"CSS Motion Path",
@@ -44,8 +45,8 @@
4445
"CSS Rhythmic Sizing",
4546
"CSS Ruby",
4647
"CSS Scroll Anchoring",
47-
"CSS Scrollbars",
4848
"CSS Scroll Snap",
49+
"CSS Scrollbars Styling",
4950
"CSS Shadow Parts",
5051
"CSS Shapes",
5152
"CSS Speech",
@@ -58,15 +59,17 @@
5859
"CSS Transitions",
5960
"CSS Types",
6061
"CSS Units",
62+
"CSS Values and Units",
6163
"CSS View Transitions",
64+
"CSS Viewport",
6265
"CSS Will Change",
6366
"CSS Writing Modes",
64-
"CSSOM View",
6567
"Filter Effects",
6668
"Grouping Selectors",
6769
"MathML",
6870
"Media Queries",
6971
"Microsoft Extensions",
72+
"Motion Path",
7073
"Mozilla Extensions",
7174
"Pointer Events",
7275
"Pseudo",

0 commit comments

Comments
 (0)