- From: Tonico Strasser <tonico@hotpop.com>
- Date: Thu, 15 Apr 2004 20:34:51 +0200
- To: www-style@w3.org
Hi,
a quick question: would it make sense to allow authors to rearrange the
structure of a document wit CSS?
Something like:
.icon {
source-order: -1;
}
<h1>Foo Bar<h1>
<span class="icon">(Question)</span>
Should be displayed as:
(Question)
Foo Bar
(Bad example, I know :/ I hope you understand what I mean.)
Just an idea.
Tonico
Received on Thursday, 15 April 2004 14:19:57 UTC