- From: Emrah BASKAYA <emrahbaskaya@hesido.com>
- Date: Fri, 17 Jun 2005 14:15:12 +0300
- To: "www-style@w3.org" <www-style@w3.org>
I had proposed a similar thing which let the user do major layout changes with CSS but was found to be not good enough. Your proposal suits the CSS syntax better, good luck defending your proposal, I like it. I don't really understand how it wouldn't effect document flow, tho. On Fri, 17 Jun 2005 11:37:56 +0300, Sander van Dragt <sander.vandragt@gmail.com> wrote: > NEED: > A property that sets the serialization display order of a selector > within a > parent element without affecting the document flow, independent of the > source-code. > > All current methods to achieve a comparable separation of style > (position:absolute, position:relative, float etc) will take the selector > out > of the document flow and are therefore imperfect or sometimes unsuitable > for > any content with unknown dimensions: e.g. a table of contents of that is > marked up (in the source) after the news-stories of march that it relates > to. (As you'll never know how much news stories there will be for a > month). > It is then impossible to display the too tightly before the stories. > > PROPOSAL: > display: inline | first > block | last > .... | before(id) > | after(id) > | number -- Emrah BASKAYA www.hesido.com
Received on Friday, 17 June 2005 11:15:21 UTC