- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Aug 2008 21:03:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21751
Modified Files:
Overview.html
Log Message:
example of {...} in non-english (credit: ds) (whatwg r1991)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1182
retrieving revision 1.1183
diff -u -d -r1.1182 -r1.1183
--- Overview.html 4 Aug 2008 20:54:35 -0000 1.1182
+++ Overview.html 4 Aug 2008 21:03:22 -0000 1.1183
@@ -16538,6 +16538,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
Received on Monday, 4 August 2008 21:03:59 UTC