- From: <bugzilla@jessica.w3.org>
- Date: Sun, 13 Feb 2011 19:32:20 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10788 Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> 2011-02-13 19:32:20 UTC --- (In reply to comment #4) > Example > <iframe srcdoc="<p>Hello 
 	 world!</p>" > src="demo_iframe_srcdoc.htm"></iframe> Very good. I am satisfied. But you have forgotten to escape all the necessary characters: the '<' (Less than) sign occurs twice inside that @srcdoc attribute. And "<" must be escaped in XML. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Sunday, 13 February 2011 19:32:22 UTC