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 9366 - Add |addClass|, |removeClass|, and shorten |getElementsByClassName| to |getElementsByClass| for |HTMLElement|.
Summary: Add |addClass|, |removeClass|, and shorten |getElementsByClassName| to |getEl...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: LC
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 08:18 UTC by contributor
Modified: 2010-10-04 14:55 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2010-03-30 08:18:26 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#htmlelement

Comment:
Add |addClass|, |removeClass|, and shorten |getElementsByClassName| to
|getElementsByClass| for |HTMLElement|.

Posted from: 4.167.156.191
Comment 1 Ms2ger 2010-03-30 18:45:17 UTC
addClass and removeClass are provided as classList.add and classList.remove. getElementsByClassName is already too widely deployed to change the name.