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 authored and github-actions[bot] committed Mar 25, 2024
1 parent ee6511f commit fbc2a82
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -452,7 +452,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
2 changes: 1 addition & 1 deletion PDF_UA/PDFUA-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,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 fbc2a82

Please sign in to comment.