Skip to content

Commit 5368edc

Browse files
authored
Docs: DOC-3243 - The border-color style with multiple rgb colors would be compressed into border incorrectly (#4015)
1 parent 16d6aa6 commit 5368edc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ In {productname} {release-version}, the new xref:custom-view.adoc#view_show[`+vi
236236

237237
// CCFR here.
238238

239+
=== The `border-color` style with multiple rgb colors would be compressed into `border` incorrectly
240+
// #TINY-13393
241+
242+
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.
243+
244+
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.
245+
239246

240247
[[removed]]
241248
== Removed

0 commit comments

Comments
 (0)