The fact we can control a paper page
is really a limitation of that medium.
–
John Allsopp, 2000
Web Design
Needs to Adapt…
@mediamin-width
@mediaprefers-reduced-motion
@mediahover
@supportscontainer-type: inline-size
Animation of twitter-like posts appearing
We’re designing dynamic content
with unknown collaborators
on an infinite and unknowable canvas,
across operating systems, interfaces,
writing-modes, & languages…
/* extrinsic size, from the viewport */html, body{block-size: 100%;}/* root container */html{container: root / size;}/* body as scroller */body{overflow: auto;}