[whatwg] [html5] window.print() undefined

Btw, in HTML5 class name handling is easier through the DOMTokenString 
interface, you just write:
element.classNames.add("somethingThatIsOnlyVisibleOnScreen")

/olav

Received on Monday, 18 July 2005 13:41:58 UTC