Skip to content

Commit 38c566b

Browse files
introfogiText-CI
authored andcommitted
Add TODO to support link tags processing
DEVSIX-1500 Autoported commit. Original commit hash: [0d6678b0]
1 parent 6eccdec commit 38c566b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.html2pdf/itext/html2pdf/attach/impl/tags/LinkTagWorker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ namespace iText.Html2pdf.Attach.Impl.Tags {
5252
/// element.
5353
/// </summary>
5454
public class LinkTagWorker : ITagWorker {
55+
// TODO DEVSIX-3857
5556
/// <summary>
5657
/// Creates a new
5758
/// <see cref="LinkTagWorker"/>
@@ -62,7 +63,6 @@ public class LinkTagWorker : ITagWorker {
6263
public LinkTagWorker(IElementNode element, ProcessorContext context) {
6364
}
6465

65-
// TODO process rel="author"?
6666
/* (non-Javadoc)
6767
* @see com.itextpdf.html2pdf.attach.ITagWorker#processEnd(com.itextpdf.html2pdf.html.node.IElementNode, com.itextpdf.html2pdf.attach.ProcessorContext)
6868
*/

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16a9a60e48f6930b92e19f6cd28ade01b895dcd5
1+
0d6678b0b1928c068029f6b9aea77523669b3143

0 commit comments

Comments
 (0)