Skip to content

Commit daa207a

Browse files
author
Git User
committed
PDF/UA-1. Improve rules about headings
1 parent ffc28d5 commit daa207a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/src/main/resources/org/verapdf/pdfa/validation

core/src/main/resources/org/verapdf/pdfa/validation/PDFUA-1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
</error>
799799
<references/>
800800
</rule>
801-
<rule object="SEH" tags="structure,heading">
801+
<rule object="SEH" deferred="true" tags="structure,heading">
802802
<id specification="ISO_14289_1" clause="7.4.4" testNumber="2"/>
803803
<description>All documents shall be either strongly or weakly structured, but not both</description>
804804
<test>usesHn == false</test>
@@ -808,7 +808,7 @@
808808
</error>
809809
<references/>
810810
</rule>
811-
<rule object="SEHn" tags="structure,heading">
811+
<rule object="SEHn" deferred="true" tags="structure,heading">
812812
<id specification="ISO_14289_1" clause="7.4.4" testNumber="3"/>
813813
<description>All documents shall be either strongly or weakly structured, but not both</description>
814814
<test>usesH == false</test>

0 commit comments

Comments
 (0)