MAP and META tags uses wrong interface
Reported by nickg | March 26th, 2010 @ 04:35 AM
Comments and changes to this ticket
-
nickg March 26th, 2010 @ 04:39 AM
- Assigned user set to nickg
oops... hit submit too soon:
in
src/html/document.js
we havecase "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 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.
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.
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