View Single Post
Old 10-08-2019, 09:17 AM   #5
bernard.ryefield
Connoisseur
bernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beautybernard.ryefield does all things with Zen-like beauty
 
Posts: 93
Karma: 32466
Join Date: Jul 2013
Location: Paris
Device: Kobo Desktop, Kindle Desktop, Kobo Forma
Quote:
Originally Posted by un_pogaz View Post
The new rendering engine for comment deletes irrelevant CSS rules (and deletes invalid attributes)

Page reference all CSS supported for the "new" comments
https://doc.qt.io/qt-5/richtext-html-subset.html

Noted that somes rules will be moved into attributes if possible (example: style="text-align: justify;" move to align="justify")
Before: I modify <div> in <div style="font-size:1em">
Should be now:<div style="font-size:medium"> or <div font-size="medium"> if I follow the instructions on the Qt page. None of them works though, that is changing tabs erase the edit.

Last edited by bernard.ryefield; 10-08-2019 at 10:29 AM. Reason: precision added
bernard.ryefield is offline   Reply With Quote