diff --git a/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html b/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html index 47a997ee..c584cf30 100755 --- a/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html +++ b/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html @@ -296,23 +296,62 @@
This technique relates to Pre-recorded audio key information.
+ +This algorithm takes the package_document_as_text argument: a UTF-8 string representing the Package document.
-This technique relates to Conformance key information.
+If true it indicates that the accessModeSufficient="auditory" (all main content is provided in audio form) is present in the OPF file, otherwise if false it means that the metadata is not present.
-This technique relates to Pre-recorded audio key information.
+If true it indicates that the accessibilityFeature="sychronizedAudioText" is present in the OPF file, otherwise, if false, it means that the metadata is not present.
+This indicates that text-synchronised pre-recorded audio narration (natural or synthesised voice) is included for substantially all textual matter, including all alternative descriptions, e.g. via a SMIL media overlay.
+If true it indicates that the accessMode="auditory" is present in the OPF file, otherwise, if false, it means that the metadata is not present.
+This indicates that pre-recorded audio content is included as part of the work.
+/package/metadata/meta[@property="schema:accessModeSufficient" and text()="auditory"]
./package/metadata/meta[@property="schema:accessibilityFeature" and text()="sychronizedAudioText"]
./package/metadata/meta[@property="schema:accessMode" and text()="auditory"]
."Audio only"
.
+ "Synchronized audio and text"
.
+ "Complementary audio and text"
.
+ "No information about pre-recorded audio"
.
+ This key information can be hidden if metadata is missing.
+