File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
files/en-us/web/css/reference/webkit_extensions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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")}}.
You can’t perform that action at this time.
0 commit comments