Skip to content

Commit

Permalink
Update content from the dist directory [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
h5bp-bot committed Oct 21, 2016
1 parent 2f9d2a4 commit dff0e5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ textarea {
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
Expand All @@ -137,6 +141,7 @@ textarea {
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}

/*
Expand All @@ -153,6 +158,7 @@ textarea {
overflow: visible;
position: static;
width: auto;
white-space: inherit;
}

/*
Expand Down

0 comments on commit dff0e5e

Please sign in to comment.