diff --git a/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html b/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html index 280f0dc6..47a997ee 100755 --- a/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html +++ b/UX-Guide-Metadata/draft/techniques/epub-metadata/index.html @@ -58,9 +58,10 @@ margin-left: 0.2em; padding: 0.1em; } - code[id]::after { - content: "[ID: " attr(id) "]"; - /*html::before { content: ""; }*/ + code[id]::after { + content: "[ID: " attr(id) "]"; + /*html::before { content: ""; } */ + }
@@ -77,7 +78,7 @@This technique relates to Supports nonvisual reading key information.
- +This algorithm takes the package_document_as_text argument: a UTF-8 string representing the Package document.
+If true it indicates that the accessModeSufficient="textual" (all main content is provided in textual form) is present in the OPF file, otherwise if false it means that the metadata is not present.
+All non-decorative content supports reading without sight means that all contents of the digital publication necessary to use and understanding, including text, images (via their alternative descriptions), audio and video material (via their transcripts, descriptions, captions or subtitles) are fully accessible via suitable reading devices, for example text-to-speech screen readers or tactile reading devices (‘Braille displays’), and nothing in the digital publication prevents or blocks the use of alternative reading modes. The entire publication can be navigated and ‘read’ using only text rendered via sound or touch, and does not require visual perception.
+If true it indicates that at least one of the following is present in the OPF file:
+This means that the content contains images of any type.
+If true it indicates that at least one of the following is present in the OPF file:
+This means that there are textual alternatives for images.
+/package/metadata/meta[@property="schema:accessModeSufficient" and text()="textual"]
./package/metadata/meta[@property="schema:accessibilityFeature" and
(text()="chartOnVisual" or text()="chemOnVisual" or
+ text()="diagramOnVisual" or text()="mathOnVisual" or
+ text()="musicOnVisual" or text()="textOnVisual")]
.
+ /package/metadata/meta[@property="schema:accessibilityFeature" and
(text()="longDescription" or text()="alternativeText" or text()="describedMath")]
.
+
+ "Readable in read aloud and braille"
.
+ "Not fully readable in read aloud and braille"
.
+ "May not be fully readable in read aloud and braille"
.This technique relates to Pre-recorded audio key information.
This technique relates to Supports nonvisual reading key information.
- -