mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 15:31:04 +01:00
81fc8b3ddc
In part of a larger review of CSS semantics and behaviors, this patch takes the opportunity to remove leading whitespace in an updated class attribute after the first class in the attribute has been removed. Previously, if the first class name had been removed, the whitespace that formerly followed it would remain in the class attribute. This stood in contrast to removing other class names, which removed their associated whitespace. There should be no semantic or functional changes in this patch, only a slightly-large diff for modified HTML documents that looks prettier when removing the first class name in a class attribute. Developed in https://github.com/WordPress/wordpress-develop/pull/6933 Discussed in https://core.trac.wordpress.org/ticket/61531 Props dmsnell, jonsurrell. See #61531. Built from https://develop.svn.wordpress.org/trunk@58740 git-svn-id: http://core.svn.wordpress.org/trunk@58142 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
class-wp-html-active-formatting-elements.php | ||
class-wp-html-attribute-token.php | ||
class-wp-html-decoder.php | ||
class-wp-html-open-elements.php | ||
class-wp-html-processor-state.php | ||
class-wp-html-processor.php | ||
class-wp-html-span.php | ||
class-wp-html-stack-event.php | ||
class-wp-html-tag-processor.php | ||
class-wp-html-text-replacement.php | ||
class-wp-html-token.php | ||
class-wp-html-unsupported-exception.php | ||
html5-named-character-references.php |