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
833 stars 210 forks source link

Update valid word-break CSS property values #315

Closed csware closed 5 months ago

csware commented 5 months ago

Based on https://developer.mozilla.org/en-US/docs/Web/CSS/word-break

What about the generic values such as inherit, initial, etc.`?

refers to issue #192

mikesamuel commented 5 months ago

Based on https://developer.mozilla.org/en-US/docs/Web/CSS/word-break

What about the generic values such as inherit, initial, etc.`?

Seems fine.

refers to issue #192

mikesamuel commented 5 months ago

What is the relationship between word-wrap and word-break?

csware commented 5 months ago

What is the relationship between word-wrap and word-break?

Ah, great catch! I changed the wrong literals...

Updated.