Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce <tableColumnGroup> and <tableColumn> elements to store columns width information #13328

Conversation

filipsobol
Copy link
Member

@filipsobol filipsobol commented Jan 24, 2023

Suggested merge commit message (convention)

Fix (html-support): Attributes on the <colgroup>, and <col> elements should be preserved in the data. Closes #11479.

Other (table): The table columns' widths are stored as model elements instead of model element attributes. See #11479.

Fix (engine): The elementToStructure() downcast helper should not skip attribute changes that happened with the modification of the children list.

MINOR BREAKING CHANGE (table): The table columns' widths are stored as model elements instead of model element attribute.

@filipsobol filipsobol force-pushed the ck/11479-add-tableColumnGroup-and-tableColumn-elements-to-model branch from 950f179 to 0ed0d5c Compare January 24, 2023 13:44
@filipsobol filipsobol marked this pull request as ready for review February 1, 2023 16:39
@filipsobol filipsobol requested a review from niegowski February 1, 2023 16:40
@niegowski
Copy link
Contributor

Also we should have tests for the original issue (GHS attributes on colgroup and col).

@filipsobol filipsobol requested a review from niegowski February 9, 2023 08:32
@niegowski niegowski merged commit 61debdc into master Feb 9, 2023
@niegowski niegowski deleted the ck/11479-add-tableColumnGroup-and-tableColumn-elements-to-model branch February 9, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GHS: Support for <colgroup> and <col> attributes
2 participants