:read-only
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.
Описание
CSS псевдокласс :read-only
находит элементы, недоступные для редактирования пользователем.
Пример
css
input:-moz-read-only {
background: #eee;
}
input:read-only {
background: #eee;
}
Спецификации
Specification |
---|
HTML Standard # selector-read-only |
Selectors Level 4 # rw-pseudos |
Совместимость с браузерами
BCD tables only load in the browser
Смотрите также
:read-write
- HTML атрибут
contenteditable