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 16459 - getElementsByTagName(qualifiedName) s/qualified/local/
Summary: getElementsByTagName(qualifiedName) s/qualified/local/
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 21:56 UTC by Simon Pieters
Modified: 2012-03-21 10:22 UTC (History)
2 users (show)

See Also:


Attachments

Description Simon Pieters 2012-03-20 21:56:17 UTC
When the getElementsByTagName(qualifiedName) method must return the list of elements with local name localName for the context object.

s/qualified/local/
Comment 1 Anne 2012-03-21 10:22:28 UTC
https://bitbucket.org/ms2ger/dom-core/changeset/980319eda278

(Was also a problem in the IDL segments.)