https://bugs.documentfoundation.org/show_bug.cgi?id=160322
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |111951 OS|Linux (All) |All Version|7.3.7.2 release |Inherited From OOo CC| |heiko.tietze@documentfounda | |tion.org, [email protected], | |[email protected], | |[email protected] --- Comment #2 from V Stuart Foote <[email protected]> --- Why? LibreOffice is an ODF editor. HTML/CSS2 era <p hidden> has no meaning here (i.e. there is no import filter to handle it when html is opened into Writer Web). ODF 1.3 provides for hidden text that is annotated '<style:text-properties text:display="none"/>' [1] It can be applied as DF from Character Attributes Or defined for use within a Paragraph style from the style's Character Attributes. DF spans in the save-as to HTML receive the css "style=display: none"; while paragraphs with defined display: none hidden styles are dropped on save-as filter export. At this point it is feasible, but not clear there is any real value to adding "hidden" to the HTML4 transitional era import filters. With no project interest in advancing HTML5/CSS3 support (import or export) of bug 95861. =-ref-= https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#property-text_display Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=111951 [Bug 111951] [META] HTML import bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
