[Bug 27220] Allow <base> containers

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

--- Comment #1 from arcadius <info@fedushin.ru> ---
For example, one can embed external document without <iframe> tag:

<div>
   <base href="http://www.w3.org/">
      <?php echo file_get_contents('http://www.w3.org/standards/'); ?>
   </base>
</div>

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

Received on Sunday, 2 November 2014 13:17:03 UTC