<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>28219</bug_id>
          
          <creation_ts>2015-03-15 15:45:34 +0000</creation_ts>
          <short_desc>Remove HTMLMapElement.images (no implementation since 2007)</short_desc>
          <delta_ts>2015-08-28 04:12:15 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>https://html.spec.whatwg.org/#the-map-element</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Domenic Denicola">d</assigned_to>
          <cc>annevk</cc>
    
    <cc>d</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>philipj</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>118610</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2015-03-15 15:45:34 +0000</bug_when>
    <thetext>Specification: https://html.spec.whatwg.org/
Multipage: https://html.spec.whatwg.org/multipage/#the-map-element
Complete: https://html.spec.whatwg.org/#the-map-element
Referrer: 

Comment:
Remove HTMLMapElement.images (no implementation since 2007)

Posted from: 14.162.102.1
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36 OPR/27.0.1689.76</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118611</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Jägenstedt">philipj</who>
    <bug_when>2015-03-15 15:56:47 +0000</bug_when>
    <thetext>This API was added in 2007:
https://html5.org/r/986

I&apos;ve tested or looked at the source code of Gecko, Presto, WebKit, Blink and IE, and none of them have implemented it.

I think this is where it started:
https://lists.w3.org/Archives/Public/public-whatwg-archive/2006Jun/thread.html#msg165

Unless someone shows interest in implementing, I think it&apos;s time to remove it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118620</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2015-03-16 10:43:58 +0000</bug_when>
    <thetext>I think the reasonably-accurate replacement is

document.querySelectorAll(&apos;:matches(img, object, input[type=image])[usemap=&quot;#&apos; + CSS.escape(map.name) + &apos;&quot;]&apos;)


but can be simplified if you can make some assumptions

document.querySelectorAll(&apos;[usemap=&quot;#&apos; + map.name + &apos;&quot;]&apos;)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>119099</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2015-03-30 23:08:50 +0000</bug_when>
    <thetext>Yeah image maps are mostly dead so dropping this seems reasonable...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122801</commentid>
    <comment_count>4</comment_count>
    <who name="Domenic Denicola">d</who>
    <bug_when>2015-08-28 04:12:15 +0000</bug_when>
    <thetext>Fixed by https://github.com/whatwg/html/commit/ee8fd32ed0cb11bc395e9c03a03234527674c085.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>