Opened 4 years ago
Last modified 4 years ago
#51707 new enhancement
Add white-space as an allowed kses CSS attribute.
Reported by: | whyisjake | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.3.1 |
Component: | Formatting | Keywords: | has-patch |
Focuses: | Cc: |
Description
white-space
has wide browser support, and users would benefit from not having it stripped while adding to posts.
/wp-includes/kses.php:2177
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch 51707.diff looks fine for me and
white-space
support in all latest browser as per https://developer.mozilla.org/en-US/docs/Web/CSS/white-space article.