This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23915 - DOMTokenList "tokens" never updated
Summary: DOMTokenList "tokens" never updated
Status: RESOLVED DUPLICATE of bug 20660
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 19:25 UTC by Ian 'Hixie' Hickson
Modified: 2014-02-13 11:36 UTC (History)
2 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2013-11-25 19:25:28 UTC
http://dom.spec.whatwg.org/#interface-domtokenlist

[[
A DOMTokenList object has an associated ordered set of tokens, which is initially empty.
]]

"tokens" is never updated. The underlying content attribute should be parsed to update "tokens" when the object is created and whenever the content attribute is set, changed, or removed.
Comment 1 Anne 2014-02-13 11:36:12 UTC

*** This bug has been marked as a duplicate of bug 20660 ***