[dev-servo] Meeting notes: wrappers and cross-origin concerns

2013-08-07 Thread Josh Matthews
https://github.com/mozilla/servo/wiki/JS-objects,-wrappers,-and-cross-origin-concerns-2013-08-07 ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] HTML element binding conversion

2013-08-07 Thread Josh Matthews
Good question. I've noticed this with a few elements we define (like HTMLItalicElement, HTMLStrongElement, etc). According to http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element, uses HTMLElement (as do the other ones I mentioned), so it looks like we'

Re: [dev-servo] HTML element binding conversion

2013-08-07 Thread Tetsuharu OHZEKI
Josh, HTMLSectionElement.webidl is no in http://mxr.mozilla.org/mozilla-central/source/dom/webidl/. And HTMLSectionElement is not defined by current specs: whatwg HTML, w3c HTML5, w3c HTML5.1. How do we care about it? 2013/8/7 Josh Matthews : > To ensure that no redundant work occurs, I've put u