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

Key: IDEADEV-28678
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
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: Development

HTML: usemap attribute incorrectly handled

Created: 28 Mar 08 01:24   Updated: 13 Nov 08 13:29
Component/s: HTML.Editing
Fix Version/s: Diana 8.0.x

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,757
Fixed in build: 9,141


 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.