@Rémi Adding to what Edmond said, you can't even use the org.w3c.dom.* Java classes with jQuery, because jQuery assumes certain properties which are not available in w3c DOM but are standard in browsers, such as the property `innerHTML`. These are part of Living Standards by WhatWG group.
@all Since Nashorn is intended to be used on server side, are there official plans for a w3c + WhatWG compliant DOM model in Java? There are some third party libraries which try this, but an official library would be nice.
