#129 ✓resolved
nickg

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

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