diff --git a/epub32/spec/vocab/link.html b/epub32/spec/vocab/link.html index 96f547df5..7ec54d2d7 100644 --- a/epub32/spec/vocab/link.html +++ b/epub32/spec/vocab/link.html @@ -271,6 +271,48 @@
Name: | +
+ voicing
+ |
+
---|---|
Description: | +
+ Indicates that the referenced audio file provides an aural representation of the expression or resource + (typically, the title or creator) specified by the refines attribute. +The media type of the audio file is identified in the |
+
Cardinality: | +
+ Zero or more
+ |
+
Extends: | +All properties. The refines
+ attribute MUST be present when this value is used. |
+
Example: | +
+ <link refines="#title" rel="voicing" media-type="audio/mpeg" href="title.mp3" />
+ |
+