diff --git a/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html b/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html index 079322b5..5774d004 100755 --- a/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html +++ b/a11y-meta-display-guide/2.0/draft/techniques/epub-metadata/index.html @@ -305,9 +305,7 @@
/package/metadata/meta[@property="schema:accessModeSufficient" and normalize-space()="textual"]
./package/metadata/meta[@property="schema:accessibilityFeature" and
(normalize-space()="chartOnVisual" or normalize-space()="chemOnVisual" or
- normalize-space()="diagramOnVisual" or normalize-space()="mathOnVisual" or
- normalize-space()="musicOnVisual" or normalize-space()="textOnVisual")]
.
+ package_document, /package/metadata/meta[@property="schema:accessMode" and
normalize-space() = ("chartOnVisual", "chemOnVisual", "diagramOnVisual", "mathOnVisual", "musicOnVisual", "textOnVisual")]
.
/package/metadata/meta[@property="schema:accessibilityFeature" and
(normalize-space()="longDescription" or normalize-space()="alternativeText" or normalize-space()="describedMath")]
.
@@ -671,7 +669,7 @@ If true it indicates that the accessibilityFeature="chartOnVisual" (charts encoded in visual form) is present in the package document, otherwise if false it means that the metadata is not present.
+If true it indicates that the accessMode="chartOnVisual" (charts encoded in visual form) is present in the package document, otherwise if false it means that the metadata is not present.
This means that there is a positive indication that the product has some information conveyed via some form of illustration, such as a graph, a chart, a diagram, a figure, etc).
If true it indicates that the accessibilityFeature="chemOnVisual" (Chemical content) is present in the package document, otherwise if false it means that the metadata is not present.
+If true it indicates that the accessMode="chemOnVisual" (Chemical content) is present in the package document, otherwise if false it means that the metadata is not present.
This means that there is a positive indication that the publication contains chemical notations, formulae.
/package/metadata/meta[@property="schema:accessibilityFeature" and normalize-space()="chartOnVisual"]
./package/metadata/meta[@property="schema:accessMode" and normalize-space()="chartOnVisual"]
./package/metadata/meta[@property="schema:accessibilityFeature" and normalize-space()="longDescriptions"]
./package/metadata/meta[@property="schema:accessibilityFeature" and normalize-space()="chemOnVisual"]
./package/metadata/meta[@property="schema:accessMode" and normalize-space()="chemOnVisual"]
./package/metadata/meta[@property="schema:accessibilityFeature" and normalize-space()="latex-chemistry"]
.