Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/wp-admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

.button .screen-reader-text {
Expand Down
2 changes: 2 additions & 0 deletions src/wp-admin/css/install.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ body.language-chooser {
padding: 0;
position: absolute;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

.spinner {
Expand Down
4 changes: 3 additions & 1 deletion src/wp-admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ body.interim-login {
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

/* Hide the Edge "reveal password" native button */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;

&:focus {
background-color: $color__background-screen;
Expand Down
3 changes: 2 additions & 1 deletion src/wp-content/themes/twentynineteen/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3627,8 +3627,9 @@ body.page .main-navigation {
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

.screen-reader-text:focus {
Expand Down
3 changes: 2 additions & 1 deletion src/wp-content/themes/twentynineteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3627,8 +3627,9 @@ body.page .main-navigation {
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

.screen-reader-text:focus {
Expand Down
4 changes: 3 additions & 1 deletion src/wp-content/themes/twentyseventeen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ template {
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

.screen-reader-text:focus {
Expand Down
3 changes: 2 additions & 1 deletion src/wp-content/themes/twentysixteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,9 @@ a:active {
overflow: hidden;
position: absolute !important;
width: 1px;
/* many screen reader and browser combinations announce broken words as they would appear visually */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
Expand Down
3 changes: 2 additions & 1 deletion src/wp-content/themes/twentytwenty/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ path {
padding: 0;
position: absolute !important;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal;
word-break: normal !important;
}

.screen-reader-text:focus {
Expand Down
3 changes: 2 additions & 1 deletion src/wp-content/themes/twentytwenty/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ path {
padding: 0;
position: absolute !important;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal;
word-break: normal !important;
}

.screen-reader-text:focus {
Expand Down
4 changes: 3 additions & 1 deletion src/wp-content/themes/twentytwentyone/assets/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -6029,8 +6029,10 @@ h1.page-title {
padding: 0;
position: absolute !important;
width: 1px;

/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal;
word-break: normal !important;
}

.skip-link:focus {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
padding: 0;
position: absolute !important;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal;
word-break: normal !important;
}

.skip-link:focus {
Expand Down
4 changes: 3 additions & 1 deletion src/wp-content/themes/twentytwentyone/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5492,8 +5492,10 @@ h1.page-title {
padding: 0;
position: absolute !important;
width: 1px;

/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal;
word-break: normal !important;
}

.skip-link:focus {
Expand Down
4 changes: 3 additions & 1 deletion src/wp-content/themes/twentytwentyone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5528,8 +5528,10 @@ h1.page-title {
padding: 0;
position: absolute !important;
width: 1px;

/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal;
word-break: normal !important;
}

.skip-link:focus {
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/style.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/wp-includes/css/admin-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,9 @@ html:lang(he-il) .rtl #wpadminbar * {
padding: 0;
position: absolute;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

#wpadminbar .screen-reader-shortcut {
Expand Down Expand Up @@ -800,7 +802,9 @@ html:lang(he-il) .rtl #wpadminbar * {
padding: 0;
position: absolute;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

#wpadminbar .menupop li:hover > .ab-sub-wrapper,
Expand Down
2 changes: 2 additions & 0 deletions src/wp-includes/css/media-views.css
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,9 @@
width: 1px;
border: 0;
margin: -1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

/* Reveal the menu toggle button. */
Expand Down
2 changes: 2 additions & 0 deletions src/wp-includes/css/wp-embed-template.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ body {
padding: 0;
position: absolute;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

/* Dashicons */
Expand Down
2 changes: 2 additions & 0 deletions src/wp-includes/theme-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ function wp_enqueue_block_template_skip_link() {
padding: 0;
position: absolute !important;
width: 1px;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
word-wrap: normal !important;
word-break: normal !important;
}

.skip-link.screen-reader-text:focus {
Expand Down
Loading