[Bug 20909] New: destroying the page with code examples

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20909

            Bug ID: 20909
           Summary: destroying the page with code examples
    Classification: Unclassified
           Product: webplatform.org
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: public-webplatform-bugs@w3.org
          Reporter: mail@damienklinnert.de
        QA Contact: public-webplatform-bugs@w3.org
                CC: eliotgra@microsoft.com, schepers@w3.org

Pasting the following code will destroy page rendering because of quotes.


var aFileParts = ["<a id=\"a\"><b id=\"b\">hey!<\/b><\/a>"];
var oMyBlob = new Blob(aFileParts, { "type" : "text\/xml" }); // the blob

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.

Received on Friday, 8 February 2013 16:37:01 UTC