From 6654071f1c3289f739f8b16d7c3beb4f103254d7 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 4 Aug 2008 21:02:47 +0000 Subject: [PATCH] [e] (0) example of {...} in non-english (credit: ds) git-svn-id: http://svn.whatwg.org/webapps@1991 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 12 ++++++++++++ source | 15 +++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/index b/index index 1cbdde161c3..2ffe85afdf3 100644 --- a/index +++ b/index @@ -16443,6 +16443,18 @@ in the Rorschach inkblot test.</legend> href="?audio">audio</a> test instead.)</p> +
+

The values given in the "{...}" 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:

+ +
<html lang="no">
+ ...
+ <img src="b3525.jpeg" alt="{bilde}">
+
+

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 diff --git a/source b/source index 2c087fd5b63..19e28b0c014 100644 --- a/source +++ b/source @@ -14046,6 +14046,21 @@ href="?audio">audio</a> test instead.)</p> +

+ +

The values given in the "{...}" 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:

+ +
<html lang="no">
+ ...
+ <img src="b3525.jpeg" alt="{bilde}">
+ +
+

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