Unplanned
Last Updated: 15 Jan 2021 10:29 by ADMIN
Kristofer
Created on: 15 Jan 2021 10:17
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: HtmlFormatProvider: The style set in a <div> is not applied to the content of its children

When importing a document with a style set in a parent <div> element its children`s content doesn't inherit it.

Steps to reproduce:

  1. Import the following HTML string:
    <div style="background-color: green;">
    	<h1>Test heading</h1>
    	<div>Test div</div>
    </div>
  2. Export it as PDF (or any other supported format)

Actual vs Expected:
 

0 comments