[GUIDELINES] [TECHNIQUES]
This document includes the techniques for implementing the guidelines described in the guidelines document.
This is where you would describe how to implement the guideline. You might want to include an example box:
Example (HTML/script)
<script lang="script">
while (x) {
y;
}
</script>
Alternately you might want to show what not to do:
Bad Example (HTML/script)
<script lang="script">
while (x) {
do(something, bad);
}
</script>
(Guideline Description for Guideline 1)
[insert text here at some point]
(Guideline Description for Guideline 1.1)
Audio and textual descriptions can be added using SMIL:
Example (SMIL)
<par dur="1:00:00">
<video dur="1:00:00" region="videoregion" src="video.rm">
<audio begin="0:00:00" src="audio-desc.rm" systemAudioDesc="on">
<textstream src="transcription.rt" region="textregion">
<par>
(Guideline Description for Guideline 2)
[GUIDELINES] [TECHNIQUES]