add support for ':default', ':read-only' and ':read-write' pseudo classes
commit2b2b74348d4d53a5534b5e1fc0c38594814396d7
authorggarand <ggarand@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Wed, 24 Sep 2008 03:58:15 +0000 (24 03:58 +0000)
committerggarand <ggarand@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Wed, 24 Sep 2008 03:58:15 +0000 (24 03:58 +0000)
tree10d54e2c5ec224aaffca201b5d7bbacf66e903cb
parent9bea7a41c396df03040c84dae666af992afe74f9
add support for ':default', ':read-only' and ':read-write' pseudo classes
from the CSS3 Basic User Interface Module CR.

http://www.w3.org/TR/css3-ui/#user-interface

application of ':read-only' and ':read-write' to editable elements
is only partial, as there is possible interdependence.
Need input from the CSS WG to solve this problem (also encountered with
:focus.)

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs@864148 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
khtml/css/css_base.cpp
khtml/css/css_base.h
khtml/css/cssstyleselector.cpp
khtml/html/html_formimpl.cpp
khtml/html/html_formimpl.h
khtml/xml/dom_elementimpl.cpp
khtml/xml/dom_nodeimpl.cpp
khtml/xml/dom_restyler.cpp
khtml/xml/dom_restyler.h