Re: CSS: %% length unit and HTML's MultiLength unit.

Thanks, Anne,

Idea close in terms of "fluidity" but different in implementation:

"A <number> value sets the width or height to that many times the intrinsic
width."
In other words:
  ActualElementWidth = Coeff * ElementIntinsicWidth;

But in my case it is:
  ActualElementWidth = Coeff * FreeSpaceWidth;

Andrew Fedoniouk.
http://terrainformatica.com


> Andrew Fedoniouk wrote:
> > Hi, guys,
> >
> > I've found that HTML 4.0 specification already has concept of %% units.
:)
> >
> > Name of these units is *MultiLength*
> > [http://www.w3.org/TR/REC-html40/types.html#h-6.6]
> > However this concept applicable only for tables (COL and COLGROUP in
> > particular) and framesets.
>
> CSS3 introduces <number> for 'weight' [1], which comes closer than your
> '%%' proposal I think.
>
> [1] <http://www.w3.org/TR/2002/WD-css3-box-20021024/#the-ltnumbergt>
>
>
> --
>   Anne van Kesteren
>   <http://annevankesteren.nl/>
>

Received on Tuesday, 11 May 2004 01:39:48 UTC