Skip to content

Commit

Permalink
Remove clip and -webkit-clip for screen-reader-text CSS
Browse files Browse the repository at this point in the history
Addresses part of #65954
  • Loading branch information
colorful-tones committed Oct 15, 2024
1 parent 26e108d commit dcfd52d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/a11y/src/script/add-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export default function addContainer( ariaLive = 'polite' ) {
'height: 1px;' +
'width: 1px;' +
'overflow: hidden;' +
'clip: rect(1px, 1px, 1px, 1px);' +
'-webkit-clip-path: inset(50%);' +
'clip-path: inset(50%);' +
'border: 0;' +
'word-wrap: normal !important;'
Expand Down

0 comments on commit dcfd52d

Please sign in to comment.