[Bug 25143] SVG 1.1 validation: Don't foreignObject tag contents

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

--- Comment #1 from trlkly@hotmail.com ---
Changing the structure to use switch statements as follows does not help,
although it does limit the errors to one, refusing to continue parsing after
encountering the newtag1 branch.

<svg xmlns="http://www.w3.org/2000/svg" height="1" width="1" version="1.1">
<switch>
  <foreignObject width="0" height="0"
               requiredExtensions="http://www.google.com">
    <newtag1 options="options">
      <newtag2 options="options" />
    </newtag1>
  </foreignObject>

</switch>
</svg>

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

Received on Monday, 24 March 2014 23:10:25 UTC