Skip to content

Commit b0afdd1

Browse files
authored
docs: use simpler language for row- and column-reverse descriptions (mdn#8762)
The word "permuted" was being used. This tripped me up so much while reading that I had to stop and open this PR. This is not very approachable language. It's not a commonly used word, so let's try to improve the reading level for these descriptions. Open to suggestions or improvements for my proposed change! 🙂
1 parent 3d78b55 commit b0afdd1

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/web/css/flex-direction

1 file changed

+2
-2
lines changed

files/en-us/web/css/flex-direction/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ The following values are accepted:
4646
- `row`
4747
- : The flex container's main-axis is defined to be the same as the text direction. The **main-start** and **main-end** points are the same as the content direction.
4848
- `row-reverse`
49-
- : Behaves the same as `row` but the **main-start** and **main-end** points are permuted.
49+
- : Behaves the same as `row` but the **main-start** and **main-end** points are opposite to the content direction.
5050
- `column`
5151
- : The flex container's main-axis is the same as the block-axis. The **main-start** and **main-end** points are the same as the **before** and **after** points of the writing-mode.
5252
- `column-reverse`
53-
- : Behaves the same as `column` but the **main-start** and **main-end** are permuted.
53+
- : Behaves the same as `column` but the **main-start** and **main-end** are opposite to the content direction.
5454

5555
## Accessibility concerns
5656

0 commit comments

Comments
 (0)