pdf.js/test/integration
Brendan Dahl fc9501a637 Add support for basic structure tree for accessibility.
When a PDF is "marked" we now generate a separate DOM that represents
the structure tree from the PDF.  This DOM is inserted into the <canvas>
element and allows screen readers to walk the tree and have more
information about headings, images, links, etc. To link the structure
tree DOM (which is empty) to the text layer aria-owns is used. This
required modifying the text layer creation so that marked items are
now tracked.
2021-04-09 09:56:28 -07:00
..
accessibility_spec.js Add support for basic structure tree for accessibility. 2021-04-09 09:56:28 -07:00
annotation_spec.js Remove timeout in annotation integration test 2020-12-22 16:50:28 +01:00
scripting_spec.js JS - Handle correctly hierarchy of fields (#13133) 2021-03-30 08:50:35 -07:00
test_utils.js JS -- Add support for buttons 2020-12-22 16:41:51 +01:00