clearer descriptions of links on pagination

not sure how I missed this, but the accessibility on pagination needs to be improved;

as an example: https://cpl.org/all-posts/page/2/

the code is: <div class="pagination_container"><nav class="pagination"><a href="https://cpl.org/all-posts/">‹</a><a href="https://cpl.org/all-posts/" class="inactive">1</a><span class="current">2</span><a href="https://cpl.org/all-posts/page/3/" class="inactive">3</a><a href="https://cpl.org/all-posts/page/4/" class="inactive">4</a><a href="https://cpl.org/all-posts/page/3/">›</a><a href="https://cpl.org/all-posts/page/52/">»</a></nav></div>

ref https://core.trac.wordpress.org/ticket/41859