
tags h1-h6 use wrong interface
Reported by nickg | March 22nd, 2010 @ 10:41 PM
from src/html/document
:
case "H1":
node = new HTMLHeadElement(this);break;
case "H2":
node = new HTMLHeadElement(this);break;
etc...
This should be HTMLHeadingElement which isn't defined in envjs.
Comments and changes to this ticket
-
nickg March 26th, 2010 @ 06:16 AM
- State changed from “new” to “resolved”
- Assigned user set to “nickg”
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.
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