- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Jun 2012 05:42:05 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17316 Summary: "include" support in html to enable modeled code Product: HTML WG Version: unspecified Platform: PC OS/Version: Windows NT Status: NEW Severity: enhancement Priority: P2 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: eric.sun@huawei.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org Hi all. As we all know that, in JSP we have ""include" so that we can include other web page model into current page, which is very beneficial for code reuse and short G2M. But in html, this capability is very weak. Although we have iframe, but we can not prevent it can not be included by a higher class html page.In another hand, iframe can not be compared with div on layout, iframe's size can only be designated by outside, but can not fit the inner content layout and size. What's more, iframe loading in UA is an new document isolated with parent window, which we be a little strict in some scenario, if we can support div with src attribute, it will be better. So in summary, can we let html support include tag similar with JSP or extending div element to support "src" attribute, so we can extend html to a more modeling mode in architecture view. -- Configure bugmail: https://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 Tuesday, 5 June 2012 05:42:08 UTC