Re: Please don't shout or throw things at this respec newbie

On Monday, June 3, 2013 at 6:25 PM, Robin Berjon wrote:
> So I ran your document with the non-optimised build and I get the same 
> results. I haven't been able to debug it fully but I believe that the 
> problem boils down to this: when using specStatus=unofficial, the W3C 
> logo is not prepended to the draft, whereas it is for all other modes. 
> jQuery notices that there's an <img> in the template we're injecting, 
> and it does something with it to handle the /> (I'm not exactly clear on 
> what just yet) which browsers don't like in an XHTML context.

It uses document.createElement[1]. 

--tobie
---
[1]: http://api.jquery.com/jQuery/#creating-new-elements

Received on Monday, 3 June 2013 16:37:08 UTC