Skip to content

Commit

Permalink
34700 webkit font feature settings (mdn#34967)
Browse files Browse the repository at this point in the history
* added -webkit-font-feature-settings to webkit_extensions

* removed excess whitespace
  • Loading branch information
dletorey authored Jul 23, 2024
1 parent 1bdf422 commit 1c61974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/css/webkit_extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,19 +156,19 @@ For each of them, use the standard equivalent provided.
- : Use the [CSS multicolumn layout](/en-US/docs/Web/CSS/CSS_multicol_layout) with the standard {{cssxref("break-before")}} property instead.
- `-webkit-column-break-inside`
- : Use the [CSS multicolumn layout](/en-US/docs/Web/CSS/CSS_multicol_layout) with the standard {{cssxref("break-inside")}} property instead.
- `-webkit-font-feature-settings`
- : Use the [`font-feature-settings`](/en-US/docs/Web/CSS/font-feature-settings) property instead.
- `-webkit-hyphenate-character`
- : Use the standard {{cssxref("hyphenate-character")}} property instead.
- `-webkit-initial-letter`
- : Use the standard {{cssxref("initial-letter")}} property instead.

### J-Z

- `webkit-margin-end`
- `-webkit-margin-end`
- : Use the standard {{CSSxRef("margin-block-end")}} property instead.
- `-webkit-margin-start`

- : Use the standard {{CSSxRef("margin-block-start")}} property instead.

- `-webkit-padding-after`
- : Use the standard {{CSSxRef("padding-block-end")}} property instead.
- `-webkit-padding-before`
Expand Down

0 comments on commit 1c61974

Please sign in to comment.