[html5] r1991 - [e] (0) example of {...} in non-english (credit: ds)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 4 14:02:48 PDT 2008
Author: ianh
Date: 2008-08-04 14:02:47 -0700 (Mon, 04 Aug 2008)
New Revision: 1991
Modified:
index
source
Log:
[e] (0) example of {...} in non-english (credit: ds)
Modified: index
===================================================================
--- index 2008-08-04 20:53:01 UTC (rev 1990)
+++ index 2008-08-04 21:02:47 UTC (rev 1991)
@@ -16443,6 +16443,18 @@
href="?audio">audio</a> test instead.)</p></pre>
</div>
+ <div class=example>
+ <p>The values given in the "<code title="">{...}</code>" syntax are
+ intended for the user, they are not keywords. So, for instance, in a
+ Norwegian document, they would be in Norwegian. The following snippet
+ shows how a photo might be marked up on a Norwegian-language photo upload
+ site, when the user has not provided any replacement text:</p>
+
+ <pre><html lang="no">
+ ...
+ <strong><img src="b3525.jpeg" alt="{bilde}"></strong></pre>
+ </div>
+
<p class=note>Since some users cannot use images at all (e.g. because they
have a very slow connection, or because they are using a text-only
browser, or because they are listening to the page being read out by a
Modified: source
===================================================================
--- source 2008-08-04 20:53:01 UTC (rev 1990)
+++ source 2008-08-04 21:02:47 UTC (rev 1991)
@@ -14046,6 +14046,21 @@
</div>
+ <div class="example">
+
+ <p>The values given in the "<code title="">{...}</code>" syntax are
+ intended for the user, they are not keywords. So, for instance, in
+ a Norwegian document, they would be in Norwegian. The following
+ snippet shows how a photo might be marked up on a
+ Norwegian-language photo upload site, when the user has not
+ provided any replacement text:</p>
+
+ <pre><html lang="no">
+ ...
+ <strong><img src="b3525.jpeg" alt="{bilde}"></strong></pre>
+
+ </div>
+
<p class="note">Since some users cannot use images at all
(e.g. because they have a very slow connection, or because they
are using a text-only browser, or because they are listening to
More information about the Commit-Watchers
mailing list