mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Revert "Revert "XFA - Fix the way to select page on breaking"" - and fix the error which caused the backout: add an $extra property when creating html. - switch to next content area when breaking on page area.
This commit is contained in:
parent
277f351291
commit
56a75f8b26
5 changed files with 106 additions and 44 deletions
|
@ -25,6 +25,7 @@ const $addHTML = Symbol();
|
|||
const $appendChild = Symbol();
|
||||
const $childrenToHTML = Symbol();
|
||||
const $clean = Symbol();
|
||||
const $cleanPage = Symbol();
|
||||
const $cleanup = Symbol();
|
||||
const $clone = Symbol();
|
||||
const $consumed = Symbol();
|
||||
|
@ -59,6 +60,7 @@ const $isDataValue = Symbol();
|
|||
const $isDescendent = Symbol();
|
||||
const $isSplittable = Symbol();
|
||||
const $isTransparent = Symbol();
|
||||
const $isUsable = Symbol();
|
||||
const $lastAttribute = Symbol();
|
||||
const $namespaceId = Symbol("namespaceId");
|
||||
const $nodeName = Symbol("nodeName");
|
||||
|
@ -978,6 +980,7 @@ export {
|
|||
$appendChild,
|
||||
$childrenToHTML,
|
||||
$clean,
|
||||
$cleanPage,
|
||||
$cleanup,
|
||||
$clone,
|
||||
$consumed,
|
||||
|
@ -1012,6 +1015,7 @@ export {
|
|||
$isDescendent,
|
||||
$isSplittable,
|
||||
$isTransparent,
|
||||
$isUsable,
|
||||
$namespaceId,
|
||||
$nodeName,
|
||||
$nsAttributes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue