#132 ✓resolved
nickg

MAP and META tags uses wrong interface

Reported by nickg | March 26th, 2010 @ 04:35 AM

Comments and changes to this ticket

  • nickg

    nickg March 26th, 2010 @ 04:39 AM

    • Assigned user set to “nickg”

    oops... hit submit too soon:

    in src/html/document.js we have

                case "MAP":

                node = new HTMLMapElement(this);break;
            case "META":
                node = new HTMLObjectElement(this);break;
            case "OBJECT":
                node = new HTMLMapElement(this);break;</code>
    
    
    
    

    Looks like a bad merge.

  • nickg

    nickg March 26th, 2010 @ 04:40 AM

    wow wiki preview is gone again.

    So.... MAP is ok, META uses Object should use Meta, and OBJECT uses Map.

    ha.

  • nickg

    nickg March 26th, 2010 @ 06:15 AM

    • State changed from “new” to “resolved”

    fixed!

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

a javascript browser environment

People watching this ticket

Pages