[Bug 23915] New: DOMTokenList "tokens" never updated

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: annevk@annevk.nl
          Reporter: ian@hixie.ch
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

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.

Received on Monday, 25 November 2013 19:25:30 UTC