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:
parent
0afc785c7d
commit
ccac125623
2 changed files with 44 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue