{% if technique.obsoleteSince <= version %}

Obsolete

{% if technique.obsoleteMessage %}
{{ technique.obsoleteMessage }}
{% endif %}
{% endif %} {% sectionbox "technique" "About this Technique" %} {% include "techniques/applicability.html" %} {% case technique.technology %} {% when "aria" %}

This technique applies to content using WAI-ARIA.

{% when "client-side-script" %}

This technique applies to content using client-side script (JavaScript, ECMAScript).

{% when "css" %}

This technique applies to content using technologies that support CSS.

{% # failures intentionally has no applicability statement %} {% when "flash" %}

This technique applies to content implemented in Adobe Flash.

{% when "general" %}

This technique applies to content implemented in any technology.

{% when "html" %}

This technique applies to content structured in HTML.

{% when "pdf" %}

This technique applies to content implemented in Adobe Tagged PDF.

{% when "server-side-script" %}

This technique applies to content modified by the server before being sent to the user.

{% when "silverlight" %}

This technique applies to content implemented in Microsoft Silverlight.

{% when "smil" %}

This technique applies to content implemented in Synchronized Multimedia Integration Language (SMIL).

{% when "text" %}

This technique applies to content implemented in plain text, including Markdown and similar formats, without use of a structure technology.

{% endcase %} {% endsectionbox %}