Skip to content

Commit d2ee4c0

Browse files
committed
Fix numerous bugs
1 parent 094989a commit d2ee4c0

29 files changed

Lines changed: 1531 additions & 1263 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@ To manually code the transcript, one simple strategy is to first allow Able Play
235235

236236
- Wrap the entire transcript in a container with class="able-transcript", and wrap that in another container with class="able-transcript-area".
237237
- Add an empty <div> just inside the outer container with class="able-window-toolbar".
238-
- Wrap all audio description in a <div> element with class="able-desc".
238+
- Wrap all audio description in a <div> element with class="able-transcript-desc".
239239
- Add a <span> element to the start of each audio description block, with class="able-hidden" and text "Description:". This helps screen reader users to distinguish between caption and description text.
240-
- Wrap each interactive block of content in a <span> element, with class="able-transcript-seekpoint", plus **data-start** and **data-end** attributes. The values of these two data attributes are the video start and end times extpressed in seconds (decimals points are allowed).
241-
- Wrap each interactive block of content in a <span> element, with class="able-transcript-seekpoint", plus **data-start** and **data-end** attributes. The values of these two data attributes are the video start and end times extpressed in seconds (decimals points are allowed).
240+
- Wrap each block of caption text in a <div> element with class="able-transcript-block".
241+
- Wrap each clickable segment of content in a <span> element, with class="able-transcript-seekpoint", plus **data-start** and **data-end** attributes. The values of these two data attributes are the video start and end times expressed in seconds (decimals points are allowed).
242242
- If the clickable span is caption text, also add the "able-transcript-caption" class.
243243
- Wrap unspoken content such as names of speakers or descriptions of sound in a <span> element with class="able-unspoken".
244244
- Use any other markup desired to add structure and style to your transcript. Able Player will ignore it.

0 commit comments

Comments
 (0)