From a0419626f63ccf88345297da046866286e067a38 Mon Sep 17 00:00:00 2001 From: Gleb BUSHUKIN <58744878+NemoZon@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:33:30 +0100 Subject: [PATCH] Update index.md --- files/en-us/web/css/order/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/css/order/index.md b/files/en-us/web/css/order/index.md index 2a86349fb6dd375..33506e12dc81a6b 100644 --- a/files/en-us/web/css/order/index.md +++ b/files/en-us/web/css/order/index.md @@ -30,9 +30,9 @@ order: revert-layer; order: unset; ``` -Since `order` is only meant to affect the _visual order_ of elements and not their logical or tab order. `order` must not be used on non-visual media such as [speech](/en-US/docs/Web/CSS/@media#speech). +Since `order` is only meant to affect the _visual order_ of elements and not their logical or tab order, it must not be used on non-visual media such as [speech](/en-US/docs/Web/CSS/@media#speech). -Defined in the [CSS display](/en-US/docs/Web/CSS/CSS_display) module, this property impacts only grid and flex items. When `order` is set on an element whose parent's {{cssxref("display")}} property is not creating a flex or grid container, the `order` property has no effect. +Defined in the [CSS display](/en-US/docs/Web/CSS/CSS_display) module, this property impacts only grid and flex items. When `order` is set on an element whose parent's {{cssxref("display")}} property is not creating a flex or grid container, it has no effect. ### Values