DOMSettableTokenList
Summary
The DOMSettableTokenList interface is the same as the DOMTokenList interface, except that it allows the underlying string to be changed.
Properties
No properties.
Methods
No methods.
Events
No events.
Notes
someTokenList.value
returns the underlying string and can be set (to change the underlying string).
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]