html5/spec Overview.html,1.1183,1.1184

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3580

Modified Files:
	Overview.html 
Log Message:
Let's use a language where there is a clear word for 'photo' that doesn't sound like 'photo'... (credit: hs) (whatwg r1992)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1183
retrieving revision 1.1184
diff -u -d -r1.1183 -r1.1184
--- Overview.html	4 Aug 2008 21:03:22 -0000	1.1183
+++ Overview.html	4 Aug 2008 21:27:02 -0000	1.1184
@@ -16541,13 +16541,13 @@
   <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>
+    Finnish document, they would be in Finnish. The following snippet shows
+    how a photo might be marked up on a Finnish-language photo upload site,
+    when the user has not provided any replacement text:</p>
 
-   <pre>&lt;html lang="no">
+   <pre>&lt;html lang="fi">
  ...
- <strong>&lt;img src="b3525.jpeg" alt="{bilde}"></strong></pre>
+ <strong>&lt;img src="v3525.jpeg" alt="{valokuva}"></strong></pre>
   </div>
 
   <p class=note>Since some users cannot use images at all (e.g. because they

Received on Monday, 4 August 2008 21:27:39 UTC