add white-space property to changes
authorChris Lilley <chris@w3.org>
Tue, 24 Jul 2012 20:12:23 +0200
changeset 200 af8ee64869c6
parent 199 789311805eca
child 201 662bb6197c06
add white-space property to changes
master/changes.html
master/text.html
--- a/master/changes.html	Tue Jul 24 19:59:27 2012 +0200
+++ b/master/changes.html	Tue Jul 24 20:12:23 2012 +0200
@@ -61,6 +61,8 @@
   
   <li>Added <a>'text/width'</a> attribute to <a>'text'</a>, and a 
   section about <a>'text-overflow'</a> processing.</li>
+  
+  <li>Added <a>'white-space'</a> property and deprecated <a>'xml:space'</a> attribute.</li>
 </ul>
 
 <h3 id="painting">Painting chapter</h3>
--- a/master/text.html	Tue Jul 24 19:59:27 2012 +0200
+++ b/master/text.html	Tue Jul 24 20:12:23 2012 +0200
@@ -4587,9 +4587,9 @@
 
 <h3 id="DuplicateWhiteSpace">Duplicate whitespace directives</h3>
 
-<p>Older, SVG 1.1 content will use <a>'xml-space'</a>. New content, and older 
+<p>Older, SVG 1.1 content will use <a>'xml:space'</a>. New content, and older 
 content that is being reworked, will use <a>'white-space'</a> and remove any existing 
-<a>'xml-space'</a>. However, user agents may come across content which uses 
+<a>'xml:space'</a>. However, user agents may come across content which uses 
 both methods on the same element. If the <a>'white-space'</a> property is set on 
 any element, then the value of <a>'xml:space'</a> is ignored.</p>