Skip to content

Commit

Permalink
Fix mdn-urls inside font-feature-values (#21769)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Dec 28, 2023
1 parent b56b00c commit b304406
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/at-rules/font-feature-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"annotation": {
"__compat": {
"description": "<code>@annotation</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#@annotation",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#annotation",
"support": {
"chrome": {
"version_added": "111"
Expand Down Expand Up @@ -72,7 +72,7 @@
"character-variant": {
"__compat": {
"description": "<code>@character-variant</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#@character-variant",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#character-variant",
"support": {
"chrome": {
"version_added": "111"
Expand Down Expand Up @@ -139,7 +139,7 @@
"ornaments": {
"__compat": {
"description": "<code>@ornaments</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#@ornaments",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#ornaments",
"support": {
"chrome": {
"version_added": "111"
Expand Down Expand Up @@ -173,7 +173,7 @@
"styleset": {
"__compat": {
"description": "<code>@styleset</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#@styleset",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#styleset",
"support": {
"chrome": {
"version_added": "111"
Expand Down Expand Up @@ -207,7 +207,7 @@
"stylistic": {
"__compat": {
"description": "<code>@stylistic</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#@stylistic",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#stylistic",
"support": {
"chrome": {
"version_added": "111"
Expand Down Expand Up @@ -241,7 +241,7 @@
"swash": {
"__compat": {
"description": "<code>@swash</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#@swash",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values#swash",
"support": {
"chrome": {
"version_added": "111"
Expand Down

0 comments on commit b304406

Please sign in to comment.