Open Toheeb opened 3 years ago
Limit eye/head twisting when users read text lines.
Since text blocks can grow as much as the device's width that views it. And this will eventually become uncomfortable for users.
p
h1
h6
pre
address
blockquote
caption
dd
legend
summary
dt
meter
textarea
Multimedia like images and videos can grow to fill available width. But restricting them to text length may not be a better choice.
It's best to leave the size of multimedia to the designer.
If Devs need the multimedia to take the width of the text, then wrap each with a paragraph element p
Goal
Limit eye/head twisting when users read text lines.
Since text blocks can grow as much as the device's width that views it. And this will eventually become uncomfortable for users.
Elements
p
,h1
-h6
,pre
address
,blockquote
,caption
,dd
,legend
,summary
,dt
Considerations
meter
,textarea
can overflow the page. Hence, handle it in: #2Customizable
Opinion
Multimedia like images and videos can grow to fill available width. But restricting them to text length may not be a better choice.
It's best to leave the size of multimedia to the designer.
If Devs need the multimedia to take the width of the text, then wrap each with a paragraph element
p