|
In the "comments" field: The CSS "text-align: justify" is completely deleted. (unlike"text-align: right;" "text-align: center;" which are converted to align="right" or align="center")
Also, I find the choice of doubtful and if conversion there should be, I prefer from the attribute "align" to CSS "text-align:"
I don't know how the "align" attribute works, but I know that with CSS, there an inheritance system.
Personally this causes me a serious problem: I created a software that reads and modifies the Descriptions in metadata.db and deletes all superfluous CSS, then writes in the root <div> of the Description style="text-align: justify;". This is no longer taken into account, my entire (test) library is broken!
Last edited by un_pogaz; 09-09-2019 at 06:52 AM.
|