Daniel Persson
Daniel Persson
In PHP7 some classnames are reserved and requires a change. This is discussed in https://github.com/Respect/Validation/issues/362 Their suggestion is to use the prefix Type on the classes.
Listened to a video about the media session API (https://www.youtube.com/watch?v=57Scec2XPd0) and I thought it would be nice to have it in the paper-audio-player. So I did a rudimentary implementation of...
Because the player plays when you switch page one of the requirements was to pause playing on all players. So I added a pause function. Realized that I forgot the...
There is an issue when you write "I'd" really close together and when you end your sentence with " '. " also really tight.  
### Description The screen reader reads the error message of paper-input even if the error hasn't occurred or if the element is valid. ### Expected outcome The screen reader should...
### Description iron-autogrow-textarea has no label for screen readers to read so when entering the field [NVDA](https://www.nvaccess.org/download/) is quiet. ### Expected outcome NVDA should read the label of the element....
Fixes #98 Added aria label to the element so it is in the same shadow DOM and read by screen readers. I wondered why I wasn't able to get the...
### Describe the bug If you are not careful when you resume a workload you might loose it all if you ever want to pause your training. Lets say that...
During the implementation of pull request #806, I should show the same message for two different cases. In the case of a v2 epub the message should be a WARNING...
This PR will add a couple of functions to the code so you can add this library as a PHP module and run it directly from the PHP code. I've...