Skip to content

Commit

Permalink
[e] (0) example of {...} in non-english (credit: ds)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1991 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 4, 2008
1 parent 80b6545 commit 6654071
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index
Expand Up @@ -16443,6 +16443,18 @@ in the Rorschach inkblot test.</legend>
href="?audio">audio&lt;/a> test instead.)&lt;/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>&lt;html lang="no">
...
<strong>&lt;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
Expand Down
15 changes: 15 additions & 0 deletions source
Expand Up @@ -14046,6 +14046,21 @@ href="?audio">audio&lt;/a> test instead.)&lt;/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>&lt;html lang="no">
...
<strong>&lt;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
Expand Down

0 comments on commit 6654071

Please sign in to comment.