1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-28 23:28:16 +02:00

XFA - Add support for traversal and traverse element

- For now, just implement the "next" target in using tabindex attribute of html elements.
This commit is contained in:
Calixte Denizet 2021-07-09 19:28:21 +02:00
parent 0afc785c7d
commit ccac125623
2 changed files with 44 additions and 0 deletions

View file

@ -79,6 +79,7 @@ const $searchNode = Symbol();
const $setId = Symbol();
const $setSetAttributes = Symbol();
const $setValue = Symbol();
const $tabIndex = Symbol();
const $text = Symbol();
const $toHTML = Symbol();
const $toString = Symbol();
@ -1100,6 +1101,7 @@ export {
$setId,
$setSetAttributes,
$setValue,
$tabIndex,
$text,
$toHTML,
$toString,