Make WordPress Core

Opened 5 years ago

Last modified 8 days ago

#51707 new enhancement

Add white-space as an allowed kses CSS attribute.

Reported by: whyisjake's profile whyisjake Owned by:
Milestone: 6.9 Priority: normal
Severity: normal Version: 5.3.1
Component: Formatting Keywords: has-patch has-unit-tests
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)

51707.diff (329 bytes) - added by whyisjake 5 years ago.
51707.patch (694 bytes) - added by mukesh27 5 years ago.
Added doc for "white-space"

Download all attachments as: .zip

Change History (8)

@whyisjake
5 years ago

#1 @mukesh27
5 years ago

  • Keywords has-patch added; needs-patch removed

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.

@mukesh27
5 years ago

Added doc for "white-space"

#2 @hellofromTonya
5 years ago

  • Version changed from trunk to 5.3.1

#3 @sabernhardt
9 days ago

  • Keywords needs-refresh added

This ticket was mentioned in PR #9197 on WordPress/wordpress-develop by @sukhendu2002.


9 days ago
#4

  • Keywords has-unit-tests added; needs-refresh removed

#5 @sabernhardt
8 days ago

  • Milestone changed from Future Release to 6.9

@mukesh27 commented on PR #9197:


8 days ago
#6

Thanks @Sukhendu2002 picking and refreshing the patch!

Note: See TracTickets for help on using tickets.