On 8/8/13 8:18 PM, Josh Matthews wrote:
On a related note, saneyuki added support for some element types that
don't have their own interfaces and just use HTMLElement.

Note that there are other cases where multiple element types all use the same interface that's not HTMLElement (e.g. <col> and <colgroup>). So we want support for that sort of thing.

I've made a
big list (https://github.com/mozilla/servo/issues/703) of similar ones
we don't support right now, so feel free to add those to our HTML parser
and hook them up to the HTMLElement bindings.

Er... that list doesn't look right to me (e.g. it contains <col> and <colgroup>, which are not plain HTMLElement, <q>, which is HTMLQuoteElement, etc).

-Boris
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to