{% endif %} + {%- if technique.and -%} + {%- assign andConjunction = technique.andConjunction | default: "AND" -%} + {%- for andEntry in technique.and %} + {% unless forloop.first %}{{ andConjunction }}{% endunless %} + {% include "understanding/techniques-entry.html", technique: andEntry %} + {%- endfor -%} + {%- else -%} + {%- include "understanding/techniques-entry.html", technique: technique -%} + {%- endif -%} + {% if groups -%} + {% # When groups are involved, generate a single "using" phrase joined by "AND" %} + {%- for group in groups -%} + {%- if forloop.first %} using {% else %} AND {% endif -%} + one of the following {{ group.title }} + {%- endfor -%} + {%- elsif technique.using %} + {%- unless technique.skipUsingPhrase -%} + {%- assign usingConjunction = technique.usingConjunction | default-strict: "using" -%} + {%- assign usingQuantity = technique.usingQuantity | default-strict: "one" -%} + {%- if technique.usingPrefix %} + {{ technique.usingPrefix }} + {%- endif %} + {{ usingConjunction }} + {{ usingQuantity }} {% if usingQuantity != "" %}of {% endif %}the following techniques + {%- endunless -%}: +
+ {% include "understanding/techniques-list.html", techniques: technique.using %} + {%- endif -%} +{{ group.title }}:
+ {% include "understanding/techniques-list.html", techniques: group.techniques %} + {% endfor %} + {%- if section.note -%}{% include "note.html", note: section.note %}{% endif -%} ++ Each numbered item in this section represents a technique or combination of techniques + that the Accessibility Guidelines Working Group deems sufficient for meeting this Success Criterion. + A technique may go beyond the minimum requirement of the criterion. There may be other ways of meeting the criterion not covered by these techniques. + For information on using other techniques, see + Understanding Techniques for WCAG Success Criteria, + particularly the "Other Techniques" section. +
+ + {% # Reference associatedTechniques via filename (not remapped for older versions) %} + {%- assign assocEntry = associatedTechniques[page.fileSlug] -%} + {%- if assocEntry.sufficient %} +{{ assocEntry.sufficientIntro }}
+ {% endif -%} + {% include "understanding/techniques-subsection.html", type: "sufficient" %} + {%- if assocEntry.sufficientNote -%} + {% include "note.html", note: assocEntry.sufficientNote | strip %} + {%- endif -%} +- - Providing the expansion or explanation of an abbreviation for the first occurrence of the abbreviation in a web page using one of the following - techniques: - -
- -- - Providing the expansion or explanation of an abbreviation for all occurrences of the abbreviation in a web page using one of the following - techniques: - -
- -- - Providing the expansion or explanation of an abbreviation for all occurrences of abbreviations in a web page using one of the following techniques: - -
- -