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
850 stars 214 forks source link

CSS property `overflow-wrap` not included in CssSchema definition list #290

Closed kfritz closed 8 months ago

kfritz commented 1 year ago

The CssSchema class provides a map of CSS property names and values. This list is extensive, but missing some of the more recent additions to CSS.

I would appreciate considering the overflow-wrap property for inclusion in this list. This CSS property directs browsers on how to insert line breaks when text would overflow its box. If the maintainers find this agreeable, I can provide a PR for consideration.