react-infinite icon indicating copy to clipboard operation
react-infinite copied to clipboard

Added accessibility tags into control and removed nested containing div

Open Jackleberry opened this issue 8 years ago • 2 comments

Added the following tags to the outer div for accessibility:

role="feed"
aria-setsize="-1"
aria-busy={this.state.isInfiniteLoading}

Remove the nested div (smoothScrollingWrapper) and moved infiniteScrollStyles to the outer div.

Fixed lint errors and tests.

Jackleberry avatar Oct 25 '17 12:10 Jackleberry

@garetht Would you be interested in merging this PR into the main codebase?

Jackleberry avatar Nov 03 '17 17:11 Jackleberry

@Jackleberry sorry for the delay! This will be a breaking change that is incompatible with older versions so it will have to wait for an explicitly incompatible release.

garetht avatar Nov 03 '17 17:11 garetht