From af031ad687a6519b5c4bdb584e72ecd4118c004b Mon Sep 17 00:00:00 2001 From: Andrew Kirkpatrick Date: Fri, 5 Aug 2016 18:43:19 -0400 Subject: [PATCH] Removing H46 Noembed is not allowed in HTML5, and was not part of HTML. If we are looking to use techniques to advocate for good practices, this probably isn't it. --- wcag20/sources/techniques/html/H46.xml | 79 -------------------------- 1 file changed, 79 deletions(-) delete mode 100644 wcag20/sources/techniques/html/H46.xml diff --git a/wcag20/sources/techniques/html/H46.xml b/wcag20/sources/techniques/html/H46.xml deleted file mode 100644 index ba634a6191..0000000000 --- a/wcag20/sources/techniques/html/H46.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - Using noembed with embed - - -

Documents that load plugins with the embed element.

-
- - - - - - - -

Although embed is widely supported in user agents - it is not a valid part - of HTML or XHTML.

- -
-
-
- -

The objective of this technique is to provide alternative content for the - embed element in a noembed element. The noembed is rendered - only if the embed is not supported. While it can be positioned anywhere on the - page, it is a good idea to include it as a child element of embed so that it is - clear to assistive technologies that a text alternative is associated with the - embed element it describes.

-
- - - - noembed is provided inside an embed - - - - <a href="../transcripts/transcript_history_rome.htm">Transcript of "The history of Rome"</a> - -]]> - - - - noembed is provided beside an embed - - - - <img alt="Still from Movie" src="moviename.gif" - width="100" height="80" /> -;]]> - - - - - - - - -

Check if embed element has a child noembed element

-
- -

Check if embed element has a noembed element that - immediately follows it.

-
-
-
- - - -

#1 is true or #2 is true

-
-
-
-
-