[html5] r1559 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 7 19:26:35 PDT 2008


Author: ianh
Date: 2008-05-07 19:26:35 -0700 (Wed, 07 May 2008)
New Revision: 1559

Modified:
   index
   source
Log:
[e] (0) add an example for rel=icon

Modified: index
===================================================================
--- index	2008-05-08 02:17:36 UTC (rev 1558)
+++ index	2008-05-08 02:26:35 UTC (rev 1559)
@@ -34758,7 +34758,7 @@
      title="">x</code>".
 
    <li>
-    <p>Let <var title="">hight string</var> be the string after the "<code
+    <p>Let <var title="">height string</var> be the string after the "<code
      title="">x</code>".
 
    <li>
@@ -34787,6 +34787,27 @@
    href="#sizes0">sizes</a></code> attribute must not represent icon sizes
    that are not actually available in the linked resource.
 
+  <div class=example>
+   <p>The following snippet shows the top part of an application with several
+    icons.</p>
+
+   <pre><!DOCTYPE HTML>
+<html>
+ <head>
+  <title>lsForums — Inbox</title>
+  <link rel=icon href=favicon.png sizes="16x16">
+  <link rel=icon href=windows.ico sizes="32x32 48x48">
+  <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
+  <link rel=icon href=iphone.png sizes="59x60">
+  <link rel=icon href=gnome.svg sizes="any">
+  <link rel=stylesheet href=lsforums.css>
+  <script src=lsforums.js></script>
+  <meta name=application-name content="lsForums">
+ </head>
+ <body>
+  ...</pre>
+  </div>
+
   <h5 id=link-type8><span class=secno>4.12.3.10. </span>Link type "<dfn
    id=license title=rel-license><code>license</code></dfn>"</h5>
 

Modified: source
===================================================================
--- source	2008-05-08 02:17:36 UTC (rev 1558)
+++ source	2008-05-08 02:26:35 UTC (rev 1559)
@@ -32490,7 +32490,7 @@
    <li><p>Let <var title="">width string</var> be the string before
    the "<code title="">x</code>".</p></li>
 
-   <li><p>Let <var title="">hight string</var> be the string after the
+   <li><p>Let <var title="">height string</var> be the string after the
    "<code title="">x</code>".</p></li>
 
    <li><p>If either <var title="">width string</var> or <var
@@ -32519,7 +32519,30 @@
   icon sizes that are not actually available in the linked
   resource.</p>
 
+  <div class="example">
 
+   <p>The following snippet shows the top part of an application with
+   several icons.</p>
+
+   <pre><!DOCTYPE HTML>
+<html>
+ <head>
+  <title>lsForums — Inbox</title>
+  <link rel=icon href=favicon.png sizes="16x16">
+  <link rel=icon href=windows.ico sizes="32x32 48x48">
+  <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
+  <link rel=icon href=iphone.png sizes="59x60">
+  <link rel=icon href=gnome.svg sizes="any">
+  <link rel=stylesheet href=lsforums.css>
+  <script src=lsforums.js></script>
+  <meta name=application-name content="lsForums">
+ </head>
+ <body>
+  ...</pre>
+
+  </div>
+
+
   <h5>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5>
 
   <p>The <code title="rel-license">license</code> keyword may be used




More information about the Commit-Watchers mailing list