WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 20709
26358
Implement HTML 5's HTMLElement.classList property
https://bugs.webkit.org/show_bug.cgi?id=26358
Summary
Implement HTML 5's HTMLElement.classList property
Adam Roben (:aroben)
Reported
2009-06-12 15:35:36 PDT
HTML 5 adds a "classList" property to HTMLElement. The classList property makes it easy to add, remove, and toggle classes on an Element. We should implement support for this in WebKit! See <
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-classlist
> for a little bit of information about classList, and <
http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#domtokenlist-0
> for information about the DOMTokenList interface, which is the interface the object returned by classList implements.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2009-06-15 08:57:11 PDT
<
rdar://problem/6972266
>
Adam Roben (:aroben)
Comment 2
2009-06-15 08:58:44 PDT
I sent an email to the WHATWG mailing list asking about the case-sensitivity of element.classList methods: <
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-June/020425.html
>.
Adam Roben (:aroben)
Comment 3
2009-06-16 06:45:45 PDT
*** This bug has been marked as a duplicate of
20709
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug