RE: Non-standard CSS properties/rules/etc..

The "hover" pseudoclass and "filter" property are not in the
currently-available CSS2 specification.  The other items in IE4 are.

	-Chris
Chris Wilson
cwilso@microsoft.com
***

> -----Original Message-----
> From:	igraham@smaug.java.utoronto.ca [SMTP:igraham@smaug.java.utoronto.ca]
> Sent:	Sunday, December 14, 1997 5:45 PM
> To:	www-style@w3.org
> Subject:	Non-standard CSS properties/rules/etc..
> 
> Hi --
> 
> Someone asked about CSS 'extensions' (proprietary and otherwise)
> that are  implemented on IE4 and NS4.  Here is a little table I'd been
> working on, based on what I've seen in operation, and also seen in the 
> MS/NS documentation. Some of these are, of coures, defined in some
> woring documents -- I haven't checked to seewhat got into CSS2.
> 
> Internet Explorer 4
> -------------------
> 
>  A) PSEUDOCLASSES
>        :hover              pseudoclass for mouse hovering over element
> 
>  B) PROPERTIES
>        filter:            define a special effects filter for the 
>                           associated element
>        page-break-before: 
>        page-break-after:  
>        cursor:            specify type of cursor symbol (auto, 
>                           crosshair, default, hand,move,e-resize, 
>                           ne-resize, w-resize, nw-resize,
>                           se-resize, sw-resize, s-resize, n-resize,
>                           text, wait) 
>   C) @-RULES
>        @font-face  { font-family: name;
>                      src:  url('url-to-font'); 
>                      .....
>                    }
> 
> 
> Netscape Navigator 4
> --------------------
> 
>       @fontdef {url('url-to-font');}  For TrueDoc fonts (I think they also
>                                       support the newer @font-face
> 
>       include-source:  url('url');    Including HTML documents into
>                                       layer elements.
> --
> Ian Graham ......................... Centre for Academic Technology
> i a n   d o t   g r a h a m    a t    u t o r o n t o   d o t   c a
> Information Commons                               Tel: 416-978-4548
> University of Toronto                             Fax: 416-978-7705
> ..................... http://www.utoronto.ca/ian/ .................
>  
>  

Received on Wednesday, 17 December 1997 13:25:50 UTC