Skip to content

Commit

Permalink
update stock applicability statements and outdated technology disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Aug 30, 2018
1 parent 5f55728 commit 08006fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xslt/generate-techniques.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
<p>Content implemented in <a href="https://www.w3.org/TR/SMIL/">Synchronized Multimedia Integration Language (SMIL)</a>.</p>
</xsl:when>
<xsl:when test="$technology = 'text'">
<p>Content implemented in plain text without use of a structure technology.</p>
<p>Content implemented in plain text, including Markdown and similar formats, without use of a structure technology.</p>
</xsl:when>
</xsl:choose>
</xsl:otherwise>
Expand All @@ -270,13 +270,13 @@
<xsl:when test="$technology = 'flash'">
<div class="note">
<div role="heading" class="note-title marker" aria-level="3">Note</div>
<p>Accessibility of Flash is no longer supported by Adobe. Authors are advised to implement content using another technology.</p>
<p>Adobe has plans to stop updating and distributing the Flash Player at the end of 2020, and encourages authors interested in creating accessible web content to use HTML.</p>
</div>
</xsl:when>
<xsl:when test="$technology = 'silverlight'">
<div class="note">
<div role="heading" class="note-title marker" aria-level="3">Note</div>
<p>Accessibility of Silverlight is no longer supported by Microsoft. Authors are advised to implement content using another technology.</p>
<p>Microsoft has stopped updating and distributing Silverlight, and authors are encouraged to use HTML for accessible web content.</p>
</div>
</xsl:when>
</xsl:choose>
Expand Down

0 comments on commit 08006fd

Please sign in to comment.