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 16493 - setAttribute(), xmlns, and namespace lookup
Summary: setAttribute(), xmlns, and namespace lookup
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-23 08:34 UTC by Anne
Modified: 2012-04-06 09:14 UTC (History)
7 users (show)

See Also:


Attachments

Description Anne 2012-03-23 08:34:21 UTC
http://lists.w3.org/Archives/Public/www-dom/2011JulSep/0153.html

AKA: allow people to shoot themselves in the foot? And if so, how exactly?
Comment 1 Anne 2012-04-06 08:04:54 UTC
The Gecko bug that originally inspired the xmlns check is https://bugzilla.mozilla.org/show_bug.cgi?id=315805

xmlns check removed in: https://bitbucket.org/ms2ger/dom-core/changeset/be5e0ad2b1f0

Next: namespace algorithms.
Comment 2 Anne 2012-04-06 08:45:48 UTC
Should we remove xmlns and xml attribute name checks from setAttributeNS()? Given that setAttribute() does not care, they are pointless.
Comment 3 Anne 2012-04-06 09:11:01 UTC
https://bitbucket.org/ms2ger/dom-core/changeset/45e27eda949d (minor namespace algorithm fix)
Comment 4 Anne 2012-04-06 09:14:33 UTC
Comment 2 is now bug 16648.