- From: Tobie Langel <tobie@w3.org>
- Date: Mon, 3 Jun 2013 18:36:56 +0200
- To: Robin Berjon <robin@w3.org>
- Cc: "Henry S. Thompson" <ht@inf.ed.ac.uk>, spec-prod@frink.w3.org
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