Short URL: http://html5.org/r/1559
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 1559 | add an example for rel=icon | 2008-05-08 02:26 |
Index: source
===================================================================
--- source (revision 1558)
+++ source (revision 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