1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664
|
# Changelog
## [2.24.0](https://github.com/mdn/data/compare/v2.23.0...v2.24.0) (2025-08-13)
### Features
* **css:** Add `anchor-center` keyword value support for `{align,justify}-{items,self}` ([#982](https://github.com/mdn/data/issues/982)) ([58d5371](https://github.com/mdn/data/commit/58d5371ad9294c805846e77e5ef0fe61e26ae097))
* **css:** Simplify syntax for `border-spacing` ([#991](https://github.com/mdn/data/issues/991)) ([cf71325](https://github.com/mdn/data/commit/cf71325ff833f571ef6a515909752a7b85e58751))
* **css:** Simply syntax for `border-spacing` ([cf71325](https://github.com/mdn/data/commit/cf71325ff833f571ef6a515909752a7b85e58751))
* **css:** Update syntax for `appearance` ([#986](https://github.com/mdn/data/issues/986)) ([4c63ed1](https://github.com/mdn/data/commit/4c63ed10eadbeb4f70f5e9e6798c2dfca3d28894))
* **css:** Update syntax for `border-*-radius` ([#989](https://github.com/mdn/data/issues/989)) ([464fe0a](https://github.com/mdn/data/commit/464fe0a942d30336b5c08c4ea9f86da98e76fe38))
* **css:** Update syntax for `border-image-*` ([#990](https://github.com/mdn/data/issues/990)) ([377f8d8](https://github.com/mdn/data/commit/377f8d8fd62b1278de87ccd135886c1713043052))
* **css:** Update syntax for `bottom` `top` `left` `right` ([#983](https://github.com/mdn/data/issues/983)) ([1a3d1dd](https://github.com/mdn/data/commit/1a3d1dd1f37ece9c0faa62850e1d2dfa8c2d99ca))
* **css:** Update syntax for `content` property ([#976](https://github.com/mdn/data/issues/976)) ([c5111ee](https://github.com/mdn/data/commit/c5111ee3b4b3707a976c3db6e7dde44219681709))
* **css:** Update syntax for `margin-*` ([#984](https://github.com/mdn/data/issues/984)) ([8008a3d](https://github.com/mdn/data/commit/8008a3d99f41683a96948ae8132b94e0e2af177b))
* **css:** Update syntax of `mix-blend-mode` ([#988](https://github.com/mdn/data/issues/988)) ([d3fd073](https://github.com/mdn/data/commit/d3fd073941e5c1c4255e95ccea5543166b35f90f))
* **css:** Update the syntax for `background-*` ([#987](https://github.com/mdn/data/issues/987)) ([c892cd5](https://github.com/mdn/data/commit/c892cd5120984518c6033fc500c05da98e487e39))
* **css:** Update the syntax to match the spec ([c892cd5](https://github.com/mdn/data/commit/c892cd5120984518c6033fc500c05da98e487e39))
## [2.23.0](https://github.com/mdn/data/compare/v2.22.1...v2.23.0) (2025-07-16)
### Features
* **css:** Update syntax for `animation-duration` ([#985](https://github.com/mdn/data/issues/985)) ([5f8c626](https://github.com/mdn/data/commit/5f8c626b4f13cb9f7cb866b0addc205e276cd6d3))
### Bug Fixes
* **css:** Remove broken links ([ffbeedf](https://github.com/mdn/data/commit/ffbeedfe6605d463a6a02694e794e0a4ea9ef54b))
## [2.22.1](https://github.com/mdn/data/compare/v2.22.0...v2.22.1) (2025-07-01)
### Miscellaneous
* **deps:** bump node from v20 to v22 ([#997](https://github.com/mdn/data/issues/997)) ([bc192b0](https://github.com/mdn/data/commit/bc192b0e59581ada90bb71cf8fc5ef1d3916c43e))
## [2.22.0](https://github.com/mdn/data/compare/v2.21.0...v2.22.0) (2025-06-24)
### Features
* **css:** Add `view-transition-name: match-element` ([#995](https://github.com/mdn/data/issues/995)) ([a2da61c](https://github.com/mdn/data/commit/a2da61c3c9e0d7cb6ba38b14d0ba8c65979e2538))
* **css:** Add data for `font-width` ([#972](https://github.com/mdn/data/issues/972)) ([980e137](https://github.com/mdn/data/commit/980e1373907929968d30f34ed7fd62133f96198d))
* **css:** Add data for `ruby-overhang` ([#967](https://github.com/mdn/data/issues/967)) ([f54b7ab](https://github.com/mdn/data/commit/f54b7ab63e7a0cffe669015eada88bdbc7c20a4d))
* **css:** Add data for `stroke-color` ([#963](https://github.com/mdn/data/issues/963)) ([a5ff0b3](https://github.com/mdn/data/commit/a5ff0b34907912c944c79514f9999074c2b3afe3))
* **css:** Update syntax for `@counter-style/pad` descriptor ([#979](https://github.com/mdn/data/issues/979)) ([bd9b855](https://github.com/mdn/data/commit/bd9b855ca412a813e96fe28ce5b266f7e1a3d0e0))
* **css:** Update syntax for `font` ([#992](https://github.com/mdn/data/issues/992)) ([81fa08f](https://github.com/mdn/data/commit/81fa08fc2595efd3866fe386b9de4bcd5bf62c3d))
### Bug Fixes
* **css:** Rename `<cubic-bezier-timing-function>` to `<cubic-bezier-easing-function>` ([#970](https://github.com/mdn/data/issues/970)) ([0374e4f](https://github.com/mdn/data/commit/0374e4f77f803bf47d4811883350e07cb7e6c4a6))
* **css:** Rename `cubic-bezier-timing-function` to `cubic-bezier-easing-function`, fixes [#968](https://github.com/mdn/data/issues/968) ([0374e4f](https://github.com/mdn/data/commit/0374e4f77f803bf47d4811883350e07cb7e6c4a6))
### Miscellaneous
* **deps-dev:** bump better-ajv-errors from 1.2.0 to 2.0.2 ([#994](https://github.com/mdn/data/issues/994)) ([1254a45](https://github.com/mdn/data/commit/1254a459d658e00263e964c631f9e6f3daeef7ee))
## [2.21.0](https://github.com/mdn/data/compare/v2.20.0...v2.21.0) (2025-04-11)
### Features
* **css:** Update syntax for `@counter-style/additive-symbols` descriptor ([#978](https://github.com/mdn/data/issues/978)) ([61a3662](https://github.com/mdn/data/commit/61a3662b9575960b2f90385745774470b654905b))
* **css:** Update syntax for `@page/size` descriptor ([#977](https://github.com/mdn/data/issues/977)) ([f56fae7](https://github.com/mdn/data/commit/f56fae746e0d33d3a3913689c2aea9c6bf70dcbb))
### Miscellaneous
* **css:** Fix typo ([#975](https://github.com/mdn/data/issues/975)) ([8bf5a33](https://github.com/mdn/data/commit/8bf5a335342a27f105629e578fdedba584d7b750))
## [2.20.0](https://github.com/mdn/data/compare/v2.19.0...v2.20.0) (2025-04-07)
### Features
* **css:** Add data for `::checkmark` ([#960](https://github.com/mdn/data/issues/960)) ([ad9ebf0](https://github.com/mdn/data/commit/ad9ebf0e3056c64839c75fcc6e3752962c588973))
* **css:** Add data for `::picker-icon` ([#961](https://github.com/mdn/data/issues/961)) ([a2b6f97](https://github.com/mdn/data/commit/a2b6f977e658fce615bae3d40a4d5d5a1f87683b))
* **css:** Add data for `::picker()` ([#962](https://github.com/mdn/data/issues/962)) ([931d63d](https://github.com/mdn/data/commit/931d63d22a2bbfdb7780f477b6bb4a932a44317d))
* **css:** Add data for `<text-edge>` ([#959](https://github.com/mdn/data/issues/959)) ([c7acf92](https://github.com/mdn/data/commit/c7acf9247e99dec35ba8771ce3faea2b5ea8a140))
* **css:** Add data for `baseline-shift` ([#957](https://github.com/mdn/data/issues/957)) ([25e6f28](https://github.com/mdn/data/commit/25e6f28fe734860e9698134bd02c7a6a9fa008de))
* **css:** Add data for `object-view-box` ([#969](https://github.com/mdn/data/issues/969)) ([20a9429](https://github.com/mdn/data/commit/20a94290614bedfb8ba4504621eea8fa2f8e4213))
* **css:** Add data for `scroll-initial-target` ([#964](https://github.com/mdn/data/issues/964)) ([9f08805](https://github.com/mdn/data/commit/9f088058a79b2429533f40ca7d04aeb10bc2ab52))
* **css:** Fix syntax for `font-size` ([4866a9d](https://github.com/mdn/data/commit/4866a9d87f0ca334dd906cea23a4418b91ca38c7))
* **css:** Fix syntax for `view-timeline` ([4318469](https://github.com/mdn/data/commit/4318469c71820b616502147303d035c37e6edcfc))
* **css:** Update syntax for `[@keyframes](https://github.com/keyframes)` ([#954](https://github.com/mdn/data/issues/954)) ([767a605](https://github.com/mdn/data/commit/767a6057fb95165370301426ca763fe3d7b97e84))
* **css:** Update syntax for `*-conic-gradient()` ([#947](https://github.com/mdn/data/issues/947)) ([4277471](https://github.com/mdn/data/commit/4277471269b6280da9494ee6fcada0adbdb077b3))
* **css:** Update syntax for `*-linear-gradient()` ([#948](https://github.com/mdn/data/issues/948)) ([f9775b1](https://github.com/mdn/data/commit/f9775b1001756df575d9e5c9a80731f07922a71f))
* **css:** Update syntax for `*-radial-gradient()` ([#950](https://github.com/mdn/data/issues/950)) ([f9066d3](https://github.com/mdn/data/commit/f9066d39b65d3fbbc3de320a850a3ebf2fdf7fbb))
* **css:** Update syntax for `<basic-shape>` ([#971](https://github.com/mdn/data/issues/971)) ([d4bc9b3](https://github.com/mdn/data/commit/d4bc9b343ca80f7bc763a6e4799971ec11487f9b))
* **css:** Update syntax for `container-type` ([#955](https://github.com/mdn/data/issues/955)) ([8ffa50e](https://github.com/mdn/data/commit/8ffa50e5b52ca71f2632f1382822197c60d1ceff))
* **css:** Update syntax for `font-size` ([#945](https://github.com/mdn/data/issues/945)) ([4866a9d](https://github.com/mdn/data/commit/4866a9d87f0ca334dd906cea23a4418b91ca38c7))
* **css:** Update syntax for `view-timeline` ([#946](https://github.com/mdn/data/issues/946)) ([4318469](https://github.com/mdn/data/commit/4318469c71820b616502147303d035c37e6edcfc))
* **css:** Update syntax for gradient related features ([#949](https://github.com/mdn/data/issues/949)) ([503b88f](https://github.com/mdn/data/commit/503b88f8f034dcd83b12595c2896bf4015497831))
### Bug Fixes
* Replace Markdown formatting with HTML ([#974](https://github.com/mdn/data/issues/974)) ([a7c5cb3](https://github.com/mdn/data/commit/a7c5cb3f4696fd495abdba4b6e54f950c2802210))
### Miscellaneous
* **css:** Mark `::cue-region` as experimental ([#966](https://github.com/mdn/data/issues/966)) ([8c84202](https://github.com/mdn/data/commit/8c84202187606509283c6b2ec33835f280f54963))
* **css:** merge CSS Units group into CSS Values and Units ([#879](https://github.com/mdn/data/issues/879)) ([c6f42b0](https://github.com/mdn/data/commit/c6f42b033e342ff79a9a95e232aefa4d77cd54ef))
* **css:** Rename CSS Positioning group to CSS Positioned Layout group ([#923](https://github.com/mdn/data/issues/923)) ([3660ce1](https://github.com/mdn/data/commit/3660ce185d7c78168b14cd1bb261fa97156fbf0b))
* **css:** Sync features's status with bcd ([#943](https://github.com/mdn/data/issues/943)) ([d473c4f](https://github.com/mdn/data/commit/d473c4fcc3f7c8b6097a54cbe108859c25849638))
## [2.19.0](https://github.com/mdn/data/compare/v2.18.0...v2.19.0) (2025-03-31)
### Features
* add `[@container](https://github.com/container)` at-rule ([#853](https://github.com/mdn/data/issues/853)) ([a11537c](https://github.com/mdn/data/commit/a11537cc1a599a8e62b4516846a4ffa008ab2537))
* **css:** Add `:open` ([2e6ee08](https://github.com/mdn/data/commit/2e6ee0843a895ca7d71485b4899a53f8746ec430))
* **css:** Add data for `:open` ([#953](https://github.com/mdn/data/issues/953)) ([2e6ee08](https://github.com/mdn/data/commit/2e6ee0843a895ca7d71485b4899a53f8746ec430))
* **css:** Add data for `alignment-baseline` ([#956](https://github.com/mdn/data/issues/956)) ([820cf9b](https://github.com/mdn/data/commit/820cf9bd582c7d4202a56bebdc264929c3d84eb7))
* **css:** Update syntax for `<easing-function>` ([#951](https://github.com/mdn/data/issues/951)) ([1b834c8](https://github.com/mdn/data/commit/1b834c86bcaa0de6a07f06ade3aab83c247c13c8))
* **css:** Update syntax for `<generic-family>` ([#952](https://github.com/mdn/data/issues/952)) ([1fd7137](https://github.com/mdn/data/commit/1fd71379d8960c44c6535afe45a7435268c214cd))
### Miscellaneous
* **css:** Adjust feature order by alphabet ([#944](https://github.com/mdn/data/issues/944)) ([ddc6e0d](https://github.com/mdn/data/commit/ddc6e0dba0e74a5f4d2f748abb6526800c3046be))
## [2.18.0](https://github.com/mdn/data/compare/v2.17.0...v2.18.0) (2025-03-10)
### Features
* **css:** Add data for `:target-current` `::scroll-marker` `::scroll-marker-group` ([#941](https://github.com/mdn/data/issues/941)) ([7e25ddc](https://github.com/mdn/data/commit/7e25ddc576dc27ae8454c2748e823571f87cb38d))
* **css:** Add data for `view-transition-class` ([#940](https://github.com/mdn/data/issues/940)) ([6f35883](https://github.com/mdn/data/commit/6f358838c7225ccbcd8ec4c364499202529eb07a))
## [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 `<visual-box>` 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>` `<offset-path>` 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))
|