We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b4c246 + 2916910 commit 3cf31a8Copy full SHA for 3cf31a8
src/display/annotation_layer.js
@@ -1944,6 +1944,7 @@ class FreeTextAnnotationElement extends AnnotationElement {
1944
if (this.textContent) {
1945
const content = document.createElement("div");
1946
content.className = "annotationTextContent";
1947
+ content.setAttribute("role", "comment");
1948
for (const line of this.textContent) {
1949
const lineSpan = document.createElement("span");
1950
lineSpan.textContent = line;
0 commit comments