hixie: Recommend SSIs for framesets. (whatwg r3414)

hixie: Recommend SSIs for framesets. (whatwg r3414)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2543&r2=1.2544&f=h
http://html5.org/tools/web-apps-tracker?from=3413&to=3414

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2543
retrieving revision 1.2544
diff -u -d -r1.2543 -r1.2544
--- Overview.html 15 Jul 2009 04:25:27 -0000 1.2543
+++ Overview.html 15 Jul 2009 08:10:35 -0000 1.2544
@@ -64075,7 +64075,7 @@
    <dt><code><a href="#frame">frame</a></code></dt>
    <dt><code><a href="#frameset">frameset</a></code></dt>
    <dt><dfn id="noframes"><code>noframes</code></dfn></dt>
-   <dd><p>Use <code><a href="#the-iframe-element">iframe</a></code> and CSS instead.</dd>
+   <dd><p>Either use <code><a href="#the-iframe-element">iframe</a></code> and CSS instead, or use server-side includes to generate complete pages with the various invariant parts merged in.</dd>
 
    <dt><dfn id="isindex-0"><code>isindex</code></dfn></dt>
    <dd><p>Use an explicit <code><a href="#the-form-element">form</a></code> and <a href="#text-state-and-search-state" title="attr-input-type-text">text field</a> combination instead.</dd>

Received on Wednesday, 15 July 2009 08:11:34 UTC