WP makes a list of links, and helpfully applies a current_page class, but I'm concerned with the accessibility issues of a link to the page you're on.
Normally I'd swap the <a href etc with a <span, How would you approach that with WordPress?
(apart from manually creating the list of pages!)