/Link allows /Formula as a child, but /Reference does not. #488
Labels
bug
Something isn't correct
ISO/TS 32005
ISO/TS 32005 PDF 1.7 and PDF 2.0 structure namespace inclusion
proposed solution
Proposed solution is ready for review
Milestone
A recent MathML examples from David had this sample
When converting to PDF/UA-2 the
<a href='#denominator'>
is tagged using a/Reference
, because in PDF/UA-2 9.2.5.20:However this leads to invalid content because
/Formula
is not a valid child of/Reference
according to ISO32005.It is a valid child in
/Link
, which means - according to the above suggestion - if the href had not been an intra-document target, it would have been valid./Reference
can also contain/Figure
.I'm pretty sure this isn't intentional. Suggestion: Add
/Formula
as an allowed child of/Reference
The text was updated successfully, but these errors were encountered: