Skip to content

Commit 73f3b26

Browse files
authored
fix: CSS prop -webkit-margin-* (mdn#43537)
ref postcss/autoprefixer#324 (comment)
1 parent 99462a3 commit 73f3b26

File tree

1 file changed

+4
-4
lines changed
  • files/en-us/web/css/reference/webkit_extensions

1 file changed

+4
-4
lines changed

files/en-us/web/css/reference/webkit_extensions/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ User agents based on WebKit or Blink (such as Safari and Chrome) support several
4242

4343
### M
4444

45-
- `-webkit-margin-after`
46-
- `-webkit-margin-before`
4745
- {{CSSxRef("-webkit-mask-box-image")}}: See {{cssxref("mask-border")}} and {{cssxref("border-image")}}.
4846
- {{CSSxRef("-webkit-mask-box-image", "-webkit-mask-box-image-outset")}}: See {{cssxref("mask-border")}} and {{cssxref("border-image")}}.
4947
- {{CSSxRef("-webkit-mask-box-image", "-webkit-mask-box-image-repeat")}}: See {{cssxref("mask-border")}} and {{cssxref("border-image")}}.
@@ -129,8 +127,10 @@ For each of the properties below, use the standard equivalents.
129127
### J-Z
130128

131129
- `-webkit-line-clamp`: Use {{CSSxRef("line-clamp")}}.
132-
- `-webkit-margin-end`: Use {{CSSxRef("margin-block-end")}}.
133-
- `-webkit-margin-start`: Use {{CSSxRef("margin-block-start")}}.
130+
- `-webkit-margin-after`: Use {{CSSxRef("margin-block-end")}}.
131+
- `-webkit-margin-before`: Use {{CSSxRef("margin-block-start")}}.
132+
- `-webkit-margin-end`: Use {{CSSxRef("margin-inline-end")}}.
133+
- `-webkit-margin-start`: Use {{CSSxRef("margin-inline-start")}}.
134134
- `-webkit-padding-after`: Use {{CSSxRef("padding-block-end")}}.
135135
- `-webkit-padding-before`: Use {{CSSxRef("padding-block-start")}}.
136136
- `-webkit-padding-end`: Use {{CSSxRef("padding-inline-end")}}.

0 commit comments

Comments
 (0)