[Bug 23915] New: DOMTokenList "tokens" never updated
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23915
Bug ID: 23915
Summary: DOMTokenList "tokens" never updated
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
--
You are receiving this mail because:
You are on the CC list for the bug.