Skip to content

Commit 0490d6d

Browse files
ar3emiText-CI
authored andcommitted
Link TODOs in w3c/css21/text to tickets
DEVSIX-4500
1 parent dde1b9f commit 0490d6d

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

src/test/java/com/itextpdf/html2pdf/css/TextPropertiesTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,37 +247,37 @@ public void whiteSpaceNowrapInlineBlockTest02() throws IOException, InterruptedE
247247

248248
@Test
249249
public void whiteSpaceNowrapInlineBlockTest03() throws IOException, InterruptedException {
250-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
250+
// TODO DEVSIX-4600 ignores nowrap on inline elements
251251
convertToPdfAndCompare("whiteSpaceNowrapInlineBlockTest03", sourceFolder, destinationFolder);
252252
}
253253

254254
@Test
255255
public void whiteSpaceNowrapSequentialTest01() throws IOException, InterruptedException {
256-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
256+
// TODO DEVSIX-4600 ignores nowrap on inline elements
257257
convertToPdfAndCompare("whiteSpaceNowrapSequentialTest01", sourceFolder, destinationFolder);
258258
}
259259

260260
@Test
261261
public void whiteSpaceNowrapSequentialTest02() throws IOException, InterruptedException {
262-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
262+
// TODO DEVSIX-4600 ignores nowrap on inline elements
263263
convertToPdfAndCompare("whiteSpaceNowrapSequentialTest02", sourceFolder, destinationFolder);
264264
}
265265

266266
@Test
267267
public void whiteSpaceNowrapSequentialTest03() throws IOException, InterruptedException {
268-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
268+
// TODO DEVSIX-4600 ignores nowrap on inline elements
269269
convertToPdfAndCompare("whiteSpaceNowrapSequentialTest03", sourceFolder, destinationFolder);
270270
}
271271

272272
@Test
273273
public void whiteSpaceNowrapSequentialTest04() throws IOException, InterruptedException {
274-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
274+
// TODO DEVSIX-4600 ignores nowrap on inline elements
275275
convertToPdfAndCompare("whiteSpaceNowrapSequentialTest04", sourceFolder, destinationFolder);
276276
}
277277

278278
@Test
279279
public void whiteSpaceNowrapSequentialTest05() throws IOException, InterruptedException {
280-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
280+
// TODO DEVSIX-4600 ignores nowrap on inline elements
281281
convertToPdfAndCompare("whiteSpaceNowrapSequentialTest05", sourceFolder, destinationFolder);
282282
}
283283

src/test/java/com/itextpdf/html2pdf/css/w3c/css21/text/TextIndent014Test.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ This file is part of the iText (R) project.
4747
public class TextIndent014Test extends W3CCssTest {
4848
// TODO DEVSIX-1880: negative margin boxes are poorly supported
4949

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
5251
@Override
5352
protected String getHtmlFileName() {
5453
return "text-indent-014.xht";

src/test/java/com/itextpdf/html2pdf/css/w3c/css21/text/WhiteSpace007Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This file is part of the iText (R) project.
4545
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
4646

4747
public class WhiteSpace007Test extends W3CCssTest {
48-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
48+
// TODO DEVSIX-4600 ignores nowrap on inline elements
4949
@Override
5050
protected String getHtmlFileName() {
5151
return "white-space-007.xht";

src/test/java/com/itextpdf/html2pdf/css/w3c/css21/text/WhiteSpaceMixed001Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This file is part of the iText (R) project.
4545
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
4646

4747
public class WhiteSpaceMixed001Test extends W3CCssTest {
48-
// TODO https://wiki.itextsupport.com/display/IT7/HTML-CSS+inline+context+limitations: ignores nowrap on inline elements
48+
// TODO DEVSIX-4600 ignores nowrap on inline elements
4949
@Override
5050
protected String getHtmlFileName() {
5151
return "white-space-mixed-001.xht";

src/test/java/com/itextpdf/html2pdf/css/w3c/css21/text/WhiteSpaceProcessing042Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This file is part of the iText (R) project.
4545
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
4646

4747
public class WhiteSpaceProcessing042Test extends W3CCssTest {
48-
// TODO tab stops are not processed when tab characters are encountered
48+
// TODO DEVSIX-4597 tab stops are not processed when tab characters are encountered
4949
@Override
5050
protected String getHtmlFileName() {
5151
return "white-space-processing-042.xht";

0 commit comments

Comments
 (0)