Skip to content

Commit

Permalink
Fix PDF/UA-2 rule 8.2.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov authored and github-actions[bot] committed Dec 18, 2023
1 parent d5707eb commit ff8bf5a
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PDF_UA/PDFUA-2-ISO32005.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<reference specification="ISO 32000-2:2020" clause="14.7"/>
</references>
</rule>
<rule object="PDDocument">
<rule object="PDStructElem">
<id specification="ISO_14289_2" clause="8.2.1" testNumber="2"/>
<description>Struct element shall contain the P entry according to ISO 32000-2:2020, 14.7.2, Table 323</description>
<test>containsParent == true</test>
Expand Down
2 changes: 1 addition & 1 deletion PDF_UA/PDFUA-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<reference specification="ISO 32000-2:2020" clause="14.7"/>
</references>
</rule>
<rule object="PDDocument">
<rule object="PDStructElem">
<id specification="ISO_14289_2" clause="8.2.1" testNumber="2"/>
<description>Struct element shall contain the P entry according to ISO 32000-2:2020, 14.7.2, Table 323</description>
<test>containsParent == true</test>
Expand Down
Loading

0 comments on commit ff8bf5a

Please sign in to comment.