You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/com/itextpdf/html2pdf/css/w3c/css21/text/TextIndent014Test.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,7 @@ This file is part of the iText (R) project.
47
47
publicclassTextIndent014TestextendsW3CCssTest {
48
48
// TODO DEVSIX-1880: negative margin boxes are poorly supported
49
49
50
-
// TODO In HTML+CSS, text-indent affects only the first line of a block container if that line is also the first formatted line of an element.
51
-
// However we don't check if the line is the first formatted line of the container, and moreover we lose this information, if raw text data is intermittent with block elements.
50
+
// TODO DEVSIX-4596 check if the line is the first formatted line of the container for applying text-indent
0 commit comments