Skip to content

Commit

Permalink
Update a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/ind…
Browse files Browse the repository at this point in the history
…ex.html
  • Loading branch information
mattgarrish authored Jan 7, 2025
1 parent 99e7751 commit 6bf3715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h4>Variables setup</h4>
</li>

<!-- EPUB Accessibility 1.1 WCAG 2.X (A/AA/AAA) -->
<li><b>LET</b> <var>conformance</var> be the value of the node extracted from <var>package_document</var>, using the xpath <code class="xpath">/package/metadata/meta[@property="dcterms:<i>conformsTo</i>" and matches(normalize-space(.), 'EPUB Accessibility 1\.1 - WCAG 2\.[0-2] Level [A]+')]</code>.</li>
<li><b>LET</b> <var>conformance</var> be the value of the node extracted from <var>package_document</var>, using the xpath <code class="xpath">/package/metadata/meta[@property="dcterms:<i>conformsTo</i>" and matches(normalize-space(), 'EPUB Accessibility 1\.1 - WCAG 2\.[0-2] Level [A]+')]</code>.</li>

<li>
<span><b>IF</b> <var>conformance</var> is <b>NOT</b> empty:</span>
Expand Down

0 comments on commit 6bf3715

Please sign in to comment.