Skip to content

Commit

Permalink
feat(css): Remove never-supported obsolute azimuth feature (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 21, 2024
1 parent bd33cc5 commit c4ab0f3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,22 +2099,6 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"
},
"azimuth": {
"syntax": "<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards",
"media": "aural",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Speech"
],
"initial": "center",
"appliesto": "allElements",
"computed": "normalizedAngle",
"order": "orderOfAppearance",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/azimuth"
},
"backdrop-filter": {
"syntax": "none | <filter-function-list>",
"media": "visual",
Expand Down

0 comments on commit c4ab0f3

Please sign in to comment.