Re: [CSS21] Contradiction in the spec with auto-offset fixed-position elements

| Boris:
| No. For example, consider <http://w3.org/Style/CSS/>.  The layout of
| this page is not really doable with your proposal.

OK. Let's take a look from other prospective on this page:

Formally speaking this page just has scrollbars detached from scrollable 
area.

Lets think that scrollbars of the view are just "observers" of the state of
***any*** scrollable area (overflow:auto) in the document. Wouldn't it be 
better?

At least this will be more generic - it will support not only one scrollable 
area.
And yet this will easy solve other fundamental problem with scrollbars in 
HTML.

With the fixed and other artificial positionings you will never
stop fighting with problems like this:
http://terrainformatica.com/w3/ff-css-main.png

See, each new positioning schema adds one more "dimension" in the spec.
So length of long lists of exception in the spec is in *power dependence* 
(math.)
from number of different positionings.

Andrew Fedoniouk.
http://terrainformatica.com


Original Message from: "Boris Zbarsky"
| Andrew Fedoniouk wrote:
|
| > Combination of elements in normal flow and scrollable areas whould be 
far
| > enough, no?
|
| No.  For example, consider <http://w3.org/Style/CSS/>.  The layout of
| this page is not really doable with your proposal.
|
| -Boris
| 

Received on Sunday, 7 November 2004 19:41:09 UTC