I desagree, it depends if you use TinyMCE or not. When I am using it, there is not filter as above. When I use TinyMCE, the css rules in style attribute are not filtered.
btw, the relevant allowed tags are:
``div=>(class=>() id=>() style=>())
img=>(class=>() id=>() style=>() src=>() title=>() alt=>() width=>() height=>())``
how can you explain that `width` and `float` are filtered and `margin` isn't?
and other, I wrote this:
``div=>(class=>() id=>() style=>(width=>()))
img=>(class=>() id=>() style=>(float=>()) src=>() title=>() alt=>() width=>() height=>())``
but nothing more happened.
was is the right structure I should use?