https://issues.apache.org/bugzilla/show_bug.cgi?id=48518
Summary: Accessible PDF: use id instead of custom ptr property
Product: Fop
Version: all
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fo tree
AssignedTo: [email protected]
ReportedBy: [email protected]
When accessibility is enabled, an foi:ptr property is added to all relevant FOs
in order to ensure their uniqueness. The standard id property could be used
instead, but extra care is necessary in case some FOs have an ID and some not:
IDs generated for those latter must not have already been defined on the
former. A two-pass processing must be done, one to collect existing IDs, one to
generated missing IDs. More discussion in bug #46705.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.