Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.4.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a

// CCFR here.

=== The `border-color` style with multiple rgb colors would be compressed into `border` incorrectly
// #TINY-13393

Previously, when `border-color` used multiple rgb values (for example, for different sides of an element), the style compressor would incorrectly compress them into a single `border` shorthand. The `border` shorthand only supports one color, so this produced invalid CSS. This could affect tables and other elements with multi-colored borders.

In {productname} {release-version}, a check was added to prevent compression when `border-color` contains multiple rgb values. The styles are no longer compressed into invalid shorthand.


[[removed]]
== Removed
Expand Down
Loading