Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Consider relying on HTML ClassList API #145

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. addClass, RemoveClass and toggleClass are part of the ClassList spec

What is the expected output? What do you see instead?
i.e
element.classList.addClass('myClass') throws an error in non supported 
browsers. Instead you must write:
element.addClass('myClass') that is not standard.

Further info:
https://developer.mozilla.org/en/DOM/element.classList


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by andres.g...@zemoga.com on 9 Apr 2012 at 3:49

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions