Skip to content

Commit

Permalink
Исправляет ошибку в Как скрыть содержимое от скринридеров (#4692)
Browse files Browse the repository at this point in the history
* fix: a11y/content-hidden 100vw

* Пишет 1 буквами

---------

Co-authored-by: Tatiana Fokina <[email protected]>
  • Loading branch information
dmitriym09 and TatianaFokina authored Sep 1, 2023
1 parent c9f33fb commit e2ae862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a11y/content-hidden/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tags:
}
```

Свойство [`position: absolute`](/css/position/#absolute) сообщает браузеру, что нужно удалить элемент из потока страницы и расположить по заданным координатам. Свойство `left: -100vw` перемещает содержимое на 10000 пикселей влево.
Свойство [`position: absolute`](/css/position/#absolute) сообщает браузеру, что нужно удалить элемент из потока страницы и расположить по заданным координатам. Свойство `left: -100vw` перемещает содержимое на одну ширину экрана влево.

## Свойства `display: none` и `visibility: hidden`

Expand Down

0 comments on commit e2ae862

Please sign in to comment.