Skip to content

Commit bcb6960

Browse files
DOC-3147: HTML schema did not treat colgroup or col elements as block elements. (#3790)
1 parent b3a9cdd commit bcb6960

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
143143

144144
{productname} {release-version} also includes the following bug fix<es>:
145145

146-
// === <TINY-vwxyz 1 changelog entry>
147-
// #TINY-vwxyz1
146+
=== The HTML schema did not treat `colgroup` or `col` elements as block elements.
147+
// #TINY-12092
148148

149-
// CCFR here.
149+
In previous versions of {productname}, whitespace between `<colgroup>` and `<col>` tags was not removed by {productname}'s HTML schema. This behavior caused the editor to preserve unnecessary whitespace characters in the table markup.
150+
151+
This issue has been resolved in `{release-version}`. Both `colgroup` and `col` elements are now treated as block-level elements, ensuring that extraneous whitespace is stripped from these areas. As a result, the editor now produces cleaner and more concise table markup.
150152

151153

152154
[[security-fixes]]

0 commit comments

Comments
 (0)