Sha256: 66aae91ea8d2f345cdac34c6ab74d06f39fd47e538ee42142b3ce949d578995b

Contents?: true

Size: 1.06 KB

Versions: 12

Compression:

Stored size: 1.06 KB

Contents

{% include box.html type="start" title="Related WCAG 2.0 resources" id="related" class="large icon" icon="default" %}
<p>These tutorials provide best-practice guidance on implementing accessibility in different situations. This page combined the following WCAG 2.0 success criteria and techniques from different conformance levels:</p>
{% if page.wcag_success_criteria %}
  <p><strong>Success Criteria:</strong></p>
  <ul>
    {%- for sc in site.data.wcag -%}
    {%- if page.wcag_success_criteria contains sc.key -%}<li><a href="https://www.w3.org/WAI/WCAG20/quickref/#qr-{{sc.slug}}"><strong>{{sc.key}}</strong> {{sc.title}}:</a> {{sc.desc}} (Level&nbsp;{{sc.level}})</li>{%- endif -%}
    {%- endfor -%}
  </ul>
{% endif %}
{% if page.wcag_techniques %}
  <p><strong>Techniques:</strong></p>
  <ul>
    {%- for tech in site.data.techniques -%}
    {%- if page.wcag_techniques contains tech.key -%}<li><a href="https://www.w3.org/TR/WCAG20-TECHS/{{tech.key}}">{{tech.key}}: {{tech.desc}}</a></li>{%- endif -%}
    {%- endfor -%}
  </ul>
{% endif %}
{% include box.html type="end" %}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wai-website-theme-0.1.6 _includes/resources.html
wai-website-theme-0.1.5 _includes/resources.html
wai-website-theme-0.1.4 _includes/resources.html
wai-website-theme-0.1.3.1 _includes/resources.html
wai-website-theme-0.1.3 _includes/resources.html
wai-website-theme-0.1.2.7 _includes/resources.html
wai-website-theme-0.1.2.6 _includes/resources.html
wai-website-theme-0.1.2.5 _includes/resources.html
wai-website-theme-0.1.2.1 _includes/resources.html
wai-website-theme-0.1.2 _includes/resources.html
wai-website-theme-0.1.1 _includes/resources.html
wai-website-theme-0.1.0 _includes/resources.html