docs: add accessibility resolution recommendations (#5046)
parent
dbf4346112
commit
fdd9901361
|
@ -34,3 +34,20 @@ abide by:
|
||||||
- The available space is utilized efficiently in order to avoid scrolling where possible.
|
- The available space is utilized efficiently in order to avoid scrolling where possible.
|
||||||
- The user only has to scroll in one direction to view available information. This direction should always be
|
- The user only has to scroll in one direction to view available information. This direction should always be
|
||||||
vertically.
|
vertically.
|
||||||
|
|
||||||
|
Recommendations on resolutions which are common:
|
||||||
|
|
||||||
|
- Desktop/Laptop:
|
||||||
|
1. 1920x1080
|
||||||
|
2. 1366x768
|
||||||
|
3. 2560x1440
|
||||||
|
4. 1280x720
|
||||||
|
- Tablet Devices (With Touch and Landscape):
|
||||||
|
1. 768x1024
|
||||||
|
2. 810x1080
|
||||||
|
3. 800x1280
|
||||||
|
- Mobile Devices (With Touch and Landscape):
|
||||||
|
1. 360x800
|
||||||
|
2. 390x844
|
||||||
|
3. 414x896
|
||||||
|
4. 412x915
|
||||||
|
|
Loading…
Reference in New Issue