- From: <bugzilla@jessica.w3.org>
 - Date: Fri, 28 Dec 2012 12:47:52 +0000
 - To: public-webapps-bugzilla@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20225
--- Comment #16 from Anne <annevk@annevk.nl> ---
I'd be happy to change namedItem() on HTMLCollection back to 'Element?'.
I also agree that subclassing with different behavior for some methods seems
bad. It might be better to just duplicate the interface in such a scenario. If
it's common we could have something like this
interface HTMLPropertiesCollection = HTMLCollection {
  // except for these members
  ... 
}
but I doubt we'd need this often.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 28 December 2012 12:47:55 UTC