|
|
|
|
|
by leoc
4439 days ago
|
|
> The premise is questionable. A webpage lives in its own medium, or it is its own medium. You have to bear in mind that this view is diametrically opposed to the principle of separating presentation and content on which CSS, the HTML content-markup elements and so on were based. |
|
You can have a separation of presentation and content while still targeting a specific medium, the separation doesn't automatically mean that the content is fitting for every medium.
And the elements used here show that pretty clearly. When just regarding HTML and ignoring CSS, you can see its elements that are made for other mediums than paper. It is Hyper Text after all, not Text.
And when just regarding CSS, you have all those elements that are of no use on paper, like position: fixed.
Or just think of the issue in responsive design of wanting to have another, shorter text for mobile devices. There, even the content alone is not fitting for the medium, regardless of the presentation.