html5/alt-techniques Overview.html,1.79,1.80 developer.html,1.3,1.4

Update of /sources/public/html5/alt-techniques
In directory hutz:/tmp/cvs-serv29775

Modified Files:
	Overview.html developer.html 
Log Message:
fixed non english characters

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Overview.html	25 Nov 2011 15:06:28 -0000	1.79
+++ Overview.html	25 Nov 2011 16:23:14 -0000	1.80
@@ -1652,7 +1652,7 @@
       </figure>
     
     <figure role="group"><img src="images/castle-fluro.jpg" alt="The castle lies in ruins, the original tower all that remains in one piece." width="350" height="336" border="0">
-      <figcaption>Film photograph. <span lang="fr">Séraphin Médéric Mieusement</span>, 1936.</figcaption>
+      <figcaption>Film photograph. <span lang="fr">S&eacute;raphin M&eacute;d&eacute;ric Mieusement</span>, 1936.</figcaption>
       </figure>
   </div>
   <p><strong>Code example: </strong></p>

Index: developer.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/developer.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- developer.html	25 Nov 2011 15:34:55 -0000	1.3
+++ developer.html	25 Nov 2011 16:23:14 -0000	1.4
@@ -1479,7 +1479,7 @@
 </div>
 
 <h4 id="143">Example 14.3</h4>
-<p>If the logo is being used next to the name of the what that    it represents, then the logo is supplemental, and its <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#attr-img-alt">alt</a> attribute <em title="must" class="rfc2119">must</em> instead be    empty.</p>
+<p>If the logo is being used next to the name of the what that it represents, then the logo is supplemental, and its <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#attr-img-alt">alt</a> attribute <em title="must" class="rfc2119">must</em> instead be    empty.</p>
 <div class="example">
   <p><strong>Example:</strong></p>
   <div class="element">
@@ -1638,7 +1638,7 @@
       </figure>
     
     <figure role="group"><img src="images/castle-fluro.jpg" alt="The castle lies in ruins, the original tower all that remains in one piece." width="350" height="336" border="0">
-      <figcaption>Film photograph. <span lang="fr">Séraphin Médéric Mieusement</span>, 1936.</figcaption>
+      <figcaption>Film photograph. <span lang="fr">S&eacute;raphin M&eacute;d&eacute;ric Mieusement</span>, 1936.</figcaption>
       </figure>
   </div>
   <p><strong>Code example: </strong></p>

Received on Friday, 25 November 2011 16:23:21 UTC