/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/active_selector.html
18 строк
453 B
Simon Martin
Issue #12421: tidy should also check .html files
09 авг 2016, 23:04
09 авг 2016, 23:04
1e60c91
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <style> :active {border:1px solid #A61D61; background-color:#DC2F85; color:#333232;} </style> <body> <fieldset> <a href="https://servo.org/"> Link </a> <button>Click Me!</button> <button disabled>You can't activate me</button> <a>Anchor with no href</a> <link href="www.mozilla.com">Link</link> <link>Link with no href</link> </fieldset> </body> </html>