-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit cellcolor and/or textcolor in X(HT)ML (#503)
* Emit cellcolor and/or textcolor changed in child When `cellcolor` or `textcolor` in a cell differs from the one of the parent cell, emit its value. See #502 for more details. * Emit text style changed in child Text styles like `font-weight`, `font-style` and `font-family` are automatically inherited in CSS. This commit makes the HTML export code only emit these styles when - the text style of the cell changes in comparison to the parent cell or - there is no parent cell. To not disturb the inheritance, this commit also removes the default CSS text styles from the header section. * Use flag for style inheritance Style inheritance should be used for the HTML export of the entire document but not for the HTML export of the selection to the clipboard. This commit adds the capability for both ways. * Emit XML stylebits changed in child
- Loading branch information
Showing
3 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters