Bug 142771 - Use a better parameter name for Document.getElementsByClassName
Summary: Use a better parameter name for Document.getElementsByClassName
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-16 21:46 PDT by Joseph Pecoraro
Modified: 2015-03-17 12:40 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.01 KB, patch)
2015-03-16 21:47 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-03-16 21:46:32 PDT
Use a better parameter name for Document.getElementsByClassName. The spec says "classNames" since it is a space separate list of class names. "tagnames" just sounds like a copy/paste error.
Comment 1 Joseph Pecoraro 2015-03-16 21:47:21 PDT
Created attachment 248805 [details]
[PATCH] Proposed Fix
Comment 2 Chris Dumez 2015-03-17 11:56:51 PDT
Comment on attachment 248805 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2015-03-17 12:40:30 PDT
Comment on attachment 248805 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 248805

Committed r181657: <http://trac.webkit.org/changeset/181657>
Comment 4 WebKit Commit Bot 2015-03-17 12:40:33 PDT
All reviewed patches have been landed.  Closing bug.