History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17565
Type: Bug Bug
Status: Open Open
Assignee: Alexey Pegov
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

HTML: usemap attribute incorrectly handled

Created: 28 Mar 08 01:24   Updated: 28 Mar 08 10:34
Component/s: HTML.Editing

Build: 7,757


 Description  « Hide
Idea assumes that an img's or object's usemap attribute refers to the id of a map.
However according to spec it refers to a map's name attribute.

For example the following works on all browsers, but Idea highlights the usemap attributes with a warning:

<img class="mapper" src="giant-dog.jpg" usemap="#dog_map" alt="dog map"/>
        <map name="dog_map">
            <area shape="circle" coords="216,120,24"
                  href="http://tirauinfo.homestead.com/TheBigDog.html"
                  alt="Click on the nose for more info about this big dog!"/>
        </map>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.