Skip to content

Commit

Permalink
PDF/UA-2. Update rule 8.4.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Mar 25, 2024
1 parent 1b38d25 commit ee6511f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<rule object="Glyph" tags="text,alt-text">
<id specification="ISO_14289_2" clause="8.4.3" testNumber="1"/>
<description>In all cases, where real content maps to Unicode PUA values, an ActualText or Alt entry shall be present</description>
<test>unicodePUA == false || actualTextPresent == true || altPresent == true</test>
<test>isRealContent == false || unicodePUA == false || actualTextPresent == true || altPresent == true</test>
<error>
<message>Real content maps to Unicode PUA values, but ActualText and Alt entry are not present</message>
<arguments/>
Expand Down

0 comments on commit ee6511f

Please sign in to comment.