diff --git a/index.html b/index.html index 80c42db..2da3e55 100755 --- a/index.html +++ b/index.html @@ -356,7 +356,7 @@

Basic document structure

but in this empty example, it is not relevant, since only the structure of the document is shown.
  • The daptm:langSrc attribute indicates the default text language source, for example the original language of the content, - while the xml:lang indicates the default language + while the xml:lang attribute indicates the default language in this script, which in this case is the same. Both of these attributes are inherited and can be overridden within the content of the document.
  • @@ -389,7 +389,7 @@

    Audio Description Examples

    After creating audio recordings, if not using text to speech, instructions for playback mixing can be inserted. For example, The gain of "received" audio can be changed before mixing in - the audio played from inside the span, smoothly + the audio played from inside the <span> element, smoothly animating the value on the way in and returning it on the way out:

    Audio Description Examples
               data-include-format="text">
             

    In the above example, the <div> element's - begin time becomes the "syncbase" for its child, + begin attribute defines the time that is the "syncbase" for its child, so the times on the <animate> and <span> elements are relative to 25s here. The first <animate> element drops the gain from 1 to 0.39 over 0.3s, freezing that value after it ends, and the second one raises it back in the - final 0.3s of this description. Then the <span> is + final 0.3s of this description. Then the <span> element is timed to begin only after the first audio dip has finished.

    If the audio recording is long and just a snippet needs to be played, that can be done using clipBegin and clipEnd. @@ -433,9 +433,9 @@

    Dubbing Examples

    transcribing the audio produces an original language dubbing transcript, which can look as follows. No specific style or layout is defined, and here the focus is on the transcription of the dialogue. - Characters are identified within the <metadata>. + Characters are identified within the <metadata> element. Note that the language and the text language source are defined using - xml:lang and daptm:langSrc respectively, + xml:lang and daptm:langSrc attributes respectively, which have the same value because the transcript is not translated.

    Documentation Conventions
             This document uses the following conventions:
           

    -

    The definitions of the types of documents and the corresponding daptm:scriptType values are: +

    The definitions of the types of documents and the corresponding daptm:scriptType attribute values are:

  • If more than one Character is associated with the same @@ -786,13 +791,13 @@

    Character

    /tt/head/metadata/ttm:agent, with the following constraints:
    @@ -873,7 +878,7 @@ 

    Script Event

    See for additional notes on timing properties.

  • The ttm:agent attribute MAY be present and if present, - MUST contain a reference to each ttm:agent that represents an associated Character. + MUST contain a reference to each ttm:agent attribute that represents an associated Character.
     ...
    @@ -920,9 +925,9 @@ 

    Text

    A Text object is represented in a DAPT Document by a <p> element with the following constraints:

    If omitted, the default value is "ON".

    -