Skip to content

Commit

Permalink
Try editor heading
Browse files Browse the repository at this point in the history
This adds a page heading for screen readers. If this mitigates #503, then we'd want to make sure that the correct post type is output, and the text is translatable.
  • Loading branch information
Joen Asmussen committed Dec 4, 2017
1 parent 9bfd837 commit b2a231c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function the_gutenberg_project() {
?>
<div class="nvda-temp-fix screen-reader-text">&nbsp;</div>
<div class="gutenberg">
<h1 class="screen-reader-text">Edit Post</h1>
<div id="editor" class="gutenberg__editor"></div>
</div>
<?php
Expand Down

0 comments on commit b2a231c

Please sign in to comment.