Re: List of proprietary Webkit CSS properties

Karl Dubost wrote:
> Le 6 nov. 2007 à 07:06, Sierk Bornemann a écrit :
>> Nice list, Karl. Thanks for finding it. Do you know, if such a  
>> complete list or overview also does exist for Mozilla/Firefox, Opera  
>> and IE?
> 
> 
> On IRC, Philip Taylor pointed for Mozilla at
> http://mxr.mozilla.org/seamonkey/source/layout/style/nsCSSPropList.h#261

Also:

WebKit source list: 
http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/CSSPropertyNames.in?format=raw

KHTML source list: 
http://websvn.kde.org/*checkout*/branches/KDE/3.5/kdelibs/khtml/css/cssproperties.in

IE documentation: 
http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp

In Opera 9.5 beta 1, I see the following hyphen-prefixed property names:

     -apple-dashboard-region
     -o-background-size
     -o-link
     -o-link-source
     -o-prefocus
     -o-table-baseline
     -o-text-overflow
     -o-widget-mode
     -wap-accesskey
     -wap-input-format
     -wap-input-required
     -wap-marquee-dir
     -wap-marquee-loop
     -wap-marquee-speed
     -wap-marquee-style
     -xv-interpret-as
     -xv-phonemes
     -xv-voice-balance
     -xv-voice-duration
     -xv-voice-pitch
     -xv-voice-pitch-range
     -xv-voice-rate
     -xv-voice-stress
     -xv-voice-volume

and the following prefixed values:

     -o-content-size
     -o-highlight-border
     -o-language-string
     -o-pre-wrap
     -o-skin
     -wap-marquee
     -xv-digits
     -xv-literal-punctuation
     -xv-no-punctuation

(Opera supports other non-standard values, like dashboard-region(...) to 
correspond to -apple-dashboard-region, but I don't have a list of those.)

-- 
Philip Taylor
pjt47@cam.ac.uk

Received on Thursday, 8 November 2007 11:50:29 UTC