The intent of this success criterion is to enable people who are deaf or hard of hearing and who are fluent in sign language to watch multimedia presentations. Many people find it easier to following sign language than to read the text of captions.
The following combinations of techniques are deemed to be sufficient by the WCAG Working Group for meeting success criterion 1.2 L3 SC1.
Video with sign language area.
<smil xmlns="http://www.w3.org/TR/REC-smil> <head> <layout> <root-layout background-color="black" height="330" width="320"/> <region id="video" background-color="black" top="26" left="0" height="144" width="320"/> <region id="signing" background-color="black" top="186" height="144" width="320" left="0" width="320"> </layout> </head> <body> <par> <video src="signing.rm" region="signing" system-captions="on" title="signing"/> <video src="movie.rm" begin="00:00.0" region="video" title="video"/> </par> </body> </smil>
Video with sign language area.
<smil xmlns="//www.w3.org/2001/SMIL20/Language> <head> <layout> <root-layout background-color="black" height="330" width="320"/> <region id="video" backgroundColor="black" top="26" left="0" height="144" width="320"/> <region id="signing" backgroundColor="black" top="186" height="144" width="320" left="0" width="320"> </layout> </head> <body> <par> <video src="signing.rm" region="signing" systemCaptions="on" title="signing"/> <video src="movie.rm" begin="00:00.0" region="video" title="video"/> </par> </body> </smil>
The following are common mistakes which are considered failures of this success criterion by the working group.
Although not required for conformance, the following additional techniques should be considered in order to make content more accessible. Not all techniques can be used or would be effective in all situations.