I wonder if anyone has gone through the work of figuring out how the capabilities work with drafts and published pages. As I understand the docs, these capabilities
* edit_posts
* edit_others_posts
* delete_posts
* edit_pages
* edit_others_pages
* delete_pages
only give rights to edit and delete draft posts/pages, since there are also these capabilities
* edit_published_posts
* edit_published_pages
* delete_published_pages
* delete_published_posts
Is that right?