[Bug 14569] New: URL object should not return DOMTokenList

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14569

           Summary: URL object should not return DOMTokenList
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: arv@chromium.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html

  readonly attribute DOMTokenList parameterNames;
  DOMTokenList getParameterAll(DOMString name);

These should both use DOMString[] instead of DOMTokenList.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 26 October 2011 22:47:29 UTC