Second round. First was " How do I get all the supported CSS properties in WebKit? "
I am looking for a magic function CSSkeywords:
CSSkeywords('float') --> ['left', 'right', 'none']
CSSkeywords('width') --> ['auto']
CSSkeywords('background') --> [
["repeat", "repeat-x", "repeat-y", "no-repeat"],
["scroll", "fixed"],
["top", "center", "bottom", "left"],
,
,
"none"
]
source
share