This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27220 - Allow <base> containers
Summary: Allow <base> containers
Status: RESOLVED WONTFIX
Alias: None
Product: HTML.next
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-01 21:55 UTC by arcadius
Modified: 2016-04-28 14:52 UTC (History)
3 users (show)

See Also:


Attachments

Description arcadius 2014-11-01 21:55:59 UTC
Support the <base>....</base> construction inside the <body> element.
That will simplify embedding external HTML code.
Comment 1 arcadius 2014-11-02 13:17:00 UTC
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>
Comment 2 Charles McCathieNevile 2016-04-28 14:52:13 UTC
This is a feature request - if you want to bring it to HTML please incubate it and get some traction around it at https://discourse.wicg.io first