Resource Link

This link can be used to link to a resource, for instance a Guideline in an accessibility standard, or a related Technique document.

Used by

This component is used by:

Code

Embedding your report:

{% include resource-link.html
   label="A.3 Editing-views are operable"
   href="https://www.w3.org/TR/ATAG20/#principle_a1"
%}

Parameters

href=""
Location for this link
label
Link text
no-icon-class="true"
Tweak this so that it works with no icon (adds white background and padding])

Examples

A.3 Editing-views are operable

Implementing A.3.1.1

Ada Lovelace

Back to Top