[Bug 10788] @srcdoc in polyglot documents

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 &#x0A; &#x09; 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