This issue has been created
There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-401e93e4-93ad-4534-badf-141b6e87030d CONFLUENCE-463 Open

Propagate the style attribute of col element to table cells, allowing to migrate column sizes

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-b47baabc-daac-494d-91cf-ebe74c803cac Raphaël Jakse created this issue on 20/May/25 17:07
 
Summary: Propagate the style attribute of col element to table cells, allowing to migrate column sizes
Issue Type: cid:jira-generated-image-avatar-401e93e4-93ad-4534-badf-141b6e87030d Bug
Affects Versions: 9.84.0
Assignee: Unassigned
Components: XML
Created: 20/May/25 17:07
Priority: cid:jira-generated-image-static-major-bd377cd1-3d2b-4ab4-a0c5-6dce9d88e8b8 Major
Reporter: Raphaël Jakse
Description:

In HTML, table column can be stylized using the col tag, which can have a span attribute and a style attribute. The span attribute determines the number of rows that the col element relates to, and the style attribute should apply to the whole column.

Confluence uses this to give widths to columns.

We don't have such a concept in XWiki but a good approximation is to propagate the style attribute to the the individual cells of the columns.

 
 

1 update

 
cid:jira-generated-image-avatar-b47baabc-daac-494d-91cf-ebe74c803cac Changes by Raphaël Jakse on 20/May/25 17:07
 
Assignee: Raphaël Jakse