[Webkit-unassigned] [Bug 73156] [Microdata] Implement HTMLProprtiesCollection collection.namedItem().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 02:34:58 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73156





--- Comment #5 from Arko Saha <nghq36 at motorola.com>  2011-11-28 02:34:57 PST ---
(In reply to comment #2)
> Why do we need custom bindings?  All custom bindings are very buggy.

1. HTMLPropertiesCollection is derived from HTMLCollection. namedItem() method is virtual and returns Node* in HTMLCollection. But as per the specification HTMLPropertiesCollection namedItem() should return PropertyNodeList, which is a different hierarchy i.e, its a simple standalone structure. So I implemented namedItem() method as custom to return NodeList for now.

2. The patch also adds NameGetter support for HTMLPropertiesCollection. So we need to implement this as custom bindings.

Please let me know your thoughts on this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list