Daniel Persson

Results 12 issues of 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...

enhancement
tests needed

There is an issue when you write "I'd" really close together and when you end your sentence with " '. " also really tight. ![example1](https://user-images.githubusercontent.com/1424084/31120816-25062e2a-a836-11e7-9c4c-d3e6304210dd.png) ![example2](https://user-images.githubusercontent.com/1424084/31120814-24b86bd6-a836-11e7-95ce-5a6abad666cd.png)

### 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....

source: hooli

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...

cla: yes

### 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...

bug

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...

type: improvement
priority: low

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...