Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.3
-
None
Description
QTextDocument/CSS: text-indent should not affect background-color
<html>
<head>
</head>
<body>
<h1 style="background: lightGray; text-indent: 15px">foo</h1>
</body>
</html>
The background-color starts from the indentation level, instead of the whole row.