Skip to content

Commit

Permalink
PDF/UA-2. Replace error argument for rules 8.2.4-1, 8.2.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov authored and github-actions[bot] committed Jun 5, 2024
1 parent 482132e commit db59cd3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PDF_UA/PDFUA-2-ISO32005.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<error>
<message>Non-standard structure type %1 is not mapped to a standard type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand All @@ -119,7 +119,7 @@
<error>
<message>A circular mapping exists for %1 structure type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references/>
Expand Down
4 changes: 2 additions & 2 deletions PDF_UA/PDFUA-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<error>
<message>Non-standard structure type %1 is not mapped to a standard type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand All @@ -119,7 +119,7 @@
<error>
<message>A circular mapping exists for %1 structure type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references/>
Expand Down
4 changes: 2 additions & 2 deletions PDF_UA/WTPDF-1-0-Accessibility.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<error>
<message>Non-standard structure type %1 is not mapped to a standard type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand All @@ -71,7 +71,7 @@
<error>
<message>A circular mapping exists for %1 structure type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references/>
Expand Down
4 changes: 2 additions & 2 deletions PDF_UA/WTPDF-1-0-Reuse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<error>
<message>Non-standard structure type %1 is not mapped to a standard type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references>
Expand All @@ -71,7 +71,7 @@
<error>
<message>A circular mapping exists for %1 structure type</message>
<arguments>
<argument>valueS</argument>
<argument>namespaceAndTag</argument>
</arguments>
</error>
<references/>
Expand Down

0 comments on commit db59cd3

Please sign in to comment.