/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/test_img_ismap.html
17 строк
433 B
Shing Lyu
4873 - Support the image map processing for <img ismap/> inside an <a/>
14 апр 2015, 05:09
14 апр 2015, 05:09
7a65b95
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>img element ismap activation test</title> </head> <body> <p>Click my nose to get the coordinates!</p> <a href="test_img_ismap.html"> <img src="andreas.jpeg" alt="andreas" ismap/> </a> <p>Nothing happends if you click my nose</p> <a href="test_img_ismap.html"> <img src="andreas.jpeg" alt="andreas"/> </a> </body> </html>