OWASP / java-html-sanitizer

Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
Other
834 stars 209 forks source link

float in style attribute will be remove when using allowStyling() #259

Closed Sanan33 closed 2 years ago

Sanan33 commented 2 years ago

I found that the float property in style attribute will be remove

image I noticed that in the code including float property image

Is this a limitation or a bug ?