Re: [css] List of all CSS properties

On Thu, Mar 27, 2008 at 10:22 AM, Daniel Glazman
<daniel.glazman@disruptive-innovations.com> wrote:
>
>  Bert Bos wrote:
>  >
>  > Jens Meiert wrote:
>  >> FYI, I just compiled an index of all CSS properties, including CSS 3:
>  >>
>  >>   http://meiert.com/en/indices/css-properties/
>  >
>  > Nice!
>
>  Yes, ver nice ! Can I suggest adding a column saying if a property
>  is inherited or not ?

It would be useful )for me) to have supported value type, so it would
be possible to sort by properties that support length, percentage,
auto, inherit, and combinations e.g. property supports "length" and
"percentage".

Describes the values:
http://www.w3.org/TR/1998/REC-CSS2-19980512/syndata.html#values

To find out if a property supports a certain value, look at that
property. For example:-
http://www.w3.org/TR/1998/REC-CSS2-19980512/box.html#margin-properties

A useful table would allow finding properties for value type(s).

I would find this useful.

Garrett

>
>  </Daniel>
>
>

Received on Thursday, 27 March 2008 19:36:28 UTC