Skip to content

Commit

Permalink
WCAG. Support Artifact tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Git User committed Nov 3, 2023
1 parent 1e7056f commit fd9d82e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
<rule object="SEMarkedContent">
<id specification="ISO_14289_1" clause="7.1" testNumber="2"/>
<description>Tagged content should not present inside content marked as Artifact</description>
<test>structureTag == null || parentsTags.split('&amp;').filter(elem =&gt; elem == 'Artifact').length == 0</test>
<test>parentStructureTag == null || parentsTags.split('&amp;').filter(elem =&gt; elem == 'Artifact').length == 0</test>
<error>
<message>Tagged content (tag %1) is present inside content marked as Artifact</message>
<arguments>
<argument>structureTag</argument>
<argument>parentStructureTag</argument>
</arguments>
</error>
<references/>
Expand Down

0 comments on commit fd9d82e

Please sign in to comment.