csswg/css3-text Overview.src.html,1.320,1.321

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv1670

Modified Files:
	Overview.src.html 
Log Message:
Fixed biblio:
s/CSS3BACKGROUND/CSS3BG/
s/CSS3VALUES/CSS3VAL/


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- Overview.src.html	18 Jan 2012 23:33:32 -0000	1.320
+++ Overview.src.html	19 Jan 2012 00:15:36 -0000	1.321
@@ -1982,7 +1982,7 @@
 <!--    -->:lang(en) { word-spacing: 100%; }</pre>
 
       <p>The following example will <em>add</em> half the the width of the
-        &ldquo;0&rdquo; glyph to word spacing character [[CSS3VALUES]]:
+        &ldquo;0&rdquo; glyph to word spacing character [[CSS3VAL]]:
       <pre>p { word-spacing: 0.5ch; }</pre>
     </div>
 
@@ -3277,7 +3277,7 @@
     <p>This property accepts a comma-separated list of shadow effects to
       be applied to the text of the element. Values are interpreted as for
       <a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow'</a>.
-      [[!CSS3BACKGROUND]]
+      [[!CSS3BG]]
       The shadow is applied to all of the element's text as well as any
       text decorations it specifies.
 

Received on Thursday, 19 January 2012 00:15:49 UTC