Skip to content

Commit

Permalink
Add link back to TR document #3640 (#3811)
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed May 2, 2024
1 parent f1c0540 commit 619aa18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xslt/generate-understanding.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -996,11 +996,12 @@
<xsl:param name="meta" tunnel="yes"/>
<xsl:if test="name($meta) != 'understanding'">
<span class="standalone-resource__type-of-guidance">Understanding
<xsl:choose>
<a href="https://w3.org/TR/WCAG{$guidelines.version}#{$meta/file/@href}">
<xsl:choose>
<xsl:when test="name($meta) = 'guideline'">Guideline </xsl:when>
<xsl:when test="name($meta) = 'success-criterion'">SC </xsl:when>
</xsl:choose>
<xsl:value-of select="$meta/num"/>:</span>
<xsl:value-of select="$meta/num"/></a>:</span>
</xsl:if>
<xsl:value-of select="$meta/name"/>
</xsl:template>
Expand Down

0 comments on commit 619aa18

Please sign in to comment.