diff --git a/index.html b/index.html index 471e35c..7d380d4 100644 --- a/index.html +++ b/index.html @@ -368,33 +368,34 @@
A DAPT Script is a transcript or script - that corresponds to a document processed within an authoring workflow or processed by a client, - and conforms to the constraints of this specification. - It has properties and objects defined in the following sections: - Script Type, Primary Language, Script Events and, for Dubbing Scripts, Characters.
-A DAPT Script is represented as a TTML document with the structure and constraints also defined in the following sections.
-The Script Type property is a mandatory property of a DAPT Script - which describes the type of documents used in Dubbing and Audio Description workflows, - among the following: - Original Language Transcript, - Translated Transcript, - Pre-recording Dub Script, - As-recorded Dub Script, and - Audio Description Script.
-- Original Language Transcript, - Translated Transcript, - Pre-recording Dub Script, and - As-recorded Dub Script - are referred to as Dubbing Scripts.
-To represent this property, the daptm:scriptType
attribute MUST be present on the <tt>
element:
+ ++ DAPT Script
+A DAPT Script is a transcript or script + that corresponds to a document processed within an authoring workflow or processed by a client, + and conforms to the constraints of this specification. + It has properties and objects defined in the following sections: + Script Type, Primary Language, Script Events and, for Dubbing Scripts, Characters.
+A DAPT Script is represented as a TTML document with the structure and constraints also defined in the following sections.
++ Script Type
+The Script Type property is a mandatory property of a DAPT Script + which describes the type of documents used in Dubbing and Audio Description workflows, + among the following: + Original Language Transcript, + Translated Transcript, + Pre-recording Dub Script, + As-recorded Dub Script, and + Audio Description Script.
++ Original Language Transcript, + Translated Transcript, + Pre-recording Dub Script, and + As-recorded Dub Script + are referred to as Dubbing Scripts.
+To represent this property, the
+daptm:scriptType
attribute MUST be present on the<tt>
element:+daptm:scriptType : "ORIGINAL_TRANSCRIPT" | "TRANSLATED_TRANSCRIPT"