[whatwg] classList should perhaps move from HTMLElement to Element

Given that SVG also has classes, it would make some sense to move 
classList from HTMLElement to Element.  That way SVG, and any other 
languages that define classes (XUL comes to mind, actually) can benefit 
from it as well.

Note that Gecko's current classList implementation lives on Element.

-Boris

Received on Friday, 19 November 2010 08:34:29 UTC