Are image maps <map> deprecated?
问题 Are image maps deprecated in (x)HTML? 回答1: It is in the HTML 5 draft spec. It also appears in the XHTML strict DTD: <!ELEMENT MAP - - ((%block;) | AREA)+ -- client-side image map --> In short - it is part of both specs and is not deprecated. Some people do not like image maps because they perceive them as not very accessible or discoverable, and as such there are other markup/css/javascript techniques that work better. The map element doesn't appear in the obsolete section of the HTML 5 spec