[switch]: How does the switch behave in different writing modes?
Open
Nobody has claimed this yet.
needs-triage
- Dominant language
- MDX
- Stars
- 4.5k
- Forks
- 226
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 4
Description
How should the following table be completed for the last column in vertical and sideways writing modes?
| Writing mode | Direction | "on" position |
|---|---|---|
| horizontal-tb | ltr | right |
| horizontal-tb | rtl | left |
| vertical-rl | ltr | |
| vertical-rl | rtl | |
| vertical-lr | ltr | |
| vertical-lr | rtl | |
| sideways-rl | ltr | |
| sideways-rl | rtl | |
| sideways-lr | ltr | |
| sideways-lr | rtl |
See #1098 for a resolution on the horizontal writing mode.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the writing-mode behavior and the resolution in #1098, then determine the "on" position for each vertical and sideways mode and direction listed in the table. Done means the last column is completed consistently with the applicable standard behavior and the issue has a clear resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100