From 4a93953d043f9bfdc029de53d8f7ee9c33ffef4b Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sat, 26 Nov 2016 18:48:18 +0200 Subject: [PATCH 1/4] Remove rel="designer" from footer. --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index f9aef47..af616bc 100644 --- a/footer.php +++ b/footer.php @@ -17,7 +17,7 @@
| - Automattic' ); ?> + Automattic' ); ?>
From 7d5e943597a329b69c9540140e7f6045fd2c121c Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sat, 26 Nov 2016 19:16:25 +0200 Subject: [PATCH 2/4] Add rel="designer" back in for master branch. --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index af616bc..02eff63 100644 --- a/footer.php +++ b/footer.php @@ -17,7 +17,7 @@
| - Automattic' ); ?> + Automattic' ); ?>
From 4aa1e19a5a08188d140b94ce2a0fe32ec24db89e Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sat, 26 Nov 2016 19:24:15 +0200 Subject: [PATCH 3/4] Add missing " after automattic.com. What am I doing here:) --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 02eff63..f9aef47 100644 --- a/footer.php +++ b/footer.php @@ -17,7 +17,7 @@
| - Automattic' ); ?> + Automattic' ); ?>
From fd3ce55c505b3ce56cefe79b91a5f66952f5ab64 Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sat, 26 Nov 2016 19:47:32 +0200 Subject: [PATCH 4/4] Add word-wrap: normal to screen-reader text class. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4f67dfe..8f964ee 100644 --- a/style.css +++ b/style.css @@ -656,6 +656,7 @@ a:active { height: 1px; width: 1px; overflow: hidden; + word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus {