From b2a231ca7ed4bc8016a9500c6f535c73863e1d49 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 4 Dec 2017 15:38:01 +0100 Subject: [PATCH 1/4] Try editor heading 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. --- gutenberg.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gutenberg.php b/gutenberg.php index 2687a0ed599d4..321cd3ee2976e 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -30,6 +30,7 @@ function the_gutenberg_project() { ?>
 
+

Edit Post

Date: Wed, 6 Dec 2017 11:44:27 +0100 Subject: [PATCH 2/4] Change the post title component to use a div --- editor/components/post-title/index.js | 4 ++-- editor/components/post-title/style.scss | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/editor/components/post-title/index.js b/editor/components/post-title/index.js index cd93582ec9a9a..6eeea58614e4b 100644 --- a/editor/components/post-title/index.js +++ b/editor/components/post-title/index.js @@ -110,7 +110,7 @@ class PostTitle extends Component { tabIndex={ -1 /* Necessary for Firefox to include relatedTarget in blur event */ } > { isSelected && } -

+