Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
c103f75
Change default skin to "2020"
terrill Nov 11, 2022
f576704
Remove data-skin="2020" attribs from all demos
terrill Nov 11, 2022
9dc0013
[CLEANUP] TABs & colors
xerc Nov 20, 2022
5e1adce
[REMOVE] IE rules
xerc Nov 20, 2022
02c8428
[CLS] 9dc0013
xerc Nov 20, 2022
ff01b78
[CLEANUP] indentation @ `vimeo.js`
xerc Nov 20, 2022
a9af6f6
[CLEANUP] scripts/
xerc Nov 20, 2022
ac5f507
[FIX] VIMEO usage
xerc Nov 26, 2022
ad9f60a
[ADD] noreferrer @ credits-links
xerc Nov 26, 2022
53c91b7
[CLEANUP] more indentation
xerc Nov 26, 2022
d442e83
[CLEANUP] even more ident/tabs
xerc Nov 26, 2022
4346cf5
Added https: to dependencies
candideu Dec 7, 2022
fab3bd5
Too -> to
candideu Dec 7, 2022
7e9cad3
Merge pull request #1 from candideu/main
candideu Dec 7, 2022
4e3ab2e
Merge pull request #561 from candideu/develop
terrill Dec 8, 2022
45c8815
Merge branch 'patch-1' of https://github.com/xerc/ableplayer into xer…
terrill Dec 8, 2022
1df2a2f
Merge branch 'xerc-patch-1' into develop
terrill Dec 8, 2022
d657a71
Merge pull request #557 from xerc/patch-2
terrill Dec 8, 2022
28a99d7
Merge pull request #558 from xerc/patch-3
terrill Dec 8, 2022
c6b95db
Increment version
terrill Dec 8, 2022
abb33b7
Handle failure of Safari on Mac OS to getVoices for speechSynthesis
terrill Dec 11, 2022
f3f095e
Added a screenshot of the player
candideu Mar 24, 2023
60b0c0a
Improve speech initialization for Linux browsers
jbylsma Apr 11, 2023
10385d3
Merge branch 'jbylsma-improve-speech-support' into develop
terrill May 24, 2023
c11e0d8
Merge pull request #573 from candideu/patch-1
terrill May 24, 2023
480456f
Add YouTube (no captions) demo
terrill Jun 13, 2023
85c1fc4
Merge branch 'develop' of github.com:ableplayer/ableplayer into develop
terrill Jun 13, 2023
d7286b1
revert typo from early 2021
conorom Jul 24, 2023
6c41745
Add polish translation
zwiastunsw Mar 14, 2024
43fbd77
resolve problems
zwiastunsw Mar 16, 2024
2c9a4f3
fix typo
zwiastunsw Mar 26, 2024
e129d08
merge main into develop with 4.5.1 patch
jeanem Mar 7, 2025
e551e94
updating current develop version
jeanem Mar 7, 2025
f4a4430
Merge branch 'main' into develop
jeanem Mar 14, 2025
28f7d59
update to develop version
jeanem Mar 21, 2025
3c860a0
Merge pull request #595 from lepszyweb/polish-translation
joedolson May 4, 2025
2cb3f6a
Merge pull request #583 from conorom/571/geteferences_typo
joedolson May 4, 2025
f3662ab
Change 'lead developer' to 'original lead developer'.
joedolson May 6, 2025
4f15b20
Change copyright to Able Player Contributors
joedolson May 6, 2025
6b008e6
The translations object has these camel-cased with 'screen' as a sepa…
joedolson May 24, 2025
ec804b0
Replace deprecated `.click()` with `.trigger( 'click' );`
joedolson May 24, 2025
cbc6d33
Replace deprecated .focus() in demos
joedolson May 24, 2025
7316ecf
Replace jquery `.focus()` with `.trigger( 'focus' )`
joedolson May 24, 2025
af166de
Replace .click() in demos.
joedolson May 25, 2025
e55c22c
Replace .click() with .on( 'click'
joedolson May 25, 2025
63e1a82
Replace instances of $.trim() with .trim()
joedolson May 25, 2025
b1d05bb
Replace .change() with .on( 'change'
joedolson May 25, 2025
e7fa7d3
Replace .keydown with .on( 'keydown'
joedolson May 25, 2025
69caf80
Use 'inert' to change interactivity state of non-modal content.
joedolson May 25, 2025
6f682d0
Replace jQuery isNumeric with vanilla JS numeric check.
joedolson May 25, 2025
913eb71
typeof needs to compare to a string, not a var.
joedolson May 25, 2025
a82fa2a
Firefox no longer requires the orient attribute or the slider-vertica…
joedolson May 25, 2025
3c3bf47
Switch to lr to keep previous appearance.
joedolson May 25, 2025
e2bd655
Remove the `role` and `aria-label` on transcript containers if they a…
joedolson May 25, 2025
6521b22
When fullscreen on narrow screens, using vw caption units is too small.
joedolson May 25, 2025
7b6a59e
Remove console.log
joedolson May 25, 2025
176fdb8
Update PR 575
joedolson May 25, 2025
dac86c7
Merge branch 'main' into fix-unbind-click-event
joedolson Jun 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 University of Washington
Copyright (c) 2014-2025 The Able Player Contributors

Able Player development is supported in part by The AccessComputing project,
with financial support from the National Science Foundation
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Able Player
==========
![image](https://user-images.githubusercontent.com/55474996/227562765-7a17103c-4c93-4a17-82b4-fc1e401972b0.png)

*Able Player* is a fully accessible cross-browser HTML5 media player.

Expand Down Expand Up @@ -158,8 +159,8 @@ to all use cases, both audio and video.

```HTML
<!-- Dependencies -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>

<!-- CSS -->
<link rel="stylesheet" href="build/ableplayer.min.css" type="text/css"/>
Expand Down Expand Up @@ -595,7 +596,7 @@ perfect synchronization between all timed text files, Able Player (in version 3.
a Video Transcript Sorter (VTS). The VTS displays all timed text content from all sources
in a table, and provides several features that enable users to rearrange content and
modify start and end times. Users can also insert new content into the table, which can be useful
for authoring low frequency content such as chapters and description. Too use VTS,
for authoring low frequency content such as chapters and description. To use VTS,
add the following HTML to the desired location within any web page that includes an
Able Player instance:

Expand Down
Loading