[html5] r3414 - [e] (0) Recommend SSIs for framesets.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 15 01:10:30 PDT 2009


Author: ianh
Date: 2009-07-15 01:10:28 -0700 (Wed, 15 Jul 2009)
New Revision: 3414

Modified:
   index
   source
Log:
[e] (0) Recommend SSIs for framesets.

Modified: index
===================================================================
--- index	2009-07-15 04:25:20 UTC (rev 3413)
+++ index	2009-07-15 08:10:28 UTC (rev 3414)
@@ -70276,7 +70276,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>

Modified: source
===================================================================
--- source	2009-07-15 04:25:20 UTC (rev 3413)
+++ source	2009-07-15 08:10:28 UTC (rev 3414)
@@ -82874,7 +82874,7 @@
    <dt><code>frame</code></dt>
    <dt><code>frameset</code></dt>
    <dt><dfn><code>noframes</code></dfn></dt>
-   <dd><p>Use <code>iframe</code> and CSS instead.</p></dd>
+   <dd><p>Either use <code>iframe</code> and CSS instead, or use server-side includes to generate complete pages with the various invariant parts merged in.</p></dd>
 
    <dt><dfn><code>isindex</code></dfn></dt>
    <dd><p>Use an explicit <code>form</code> and <span title="attr-input-type-text">text field</span> combination instead.</p></dd>




More information about the Commit-Watchers mailing list