@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
9090 < dt > This version:
9191
9292 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
93- 2011/07/25 01:34:44 $ (CVS $Revision$)</ a > <!--
93+ 2011/07/25 01:38:49 $ (CVS $Revision$)</ a > <!--
9494 <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110725/">http://www.w3.org/TR/2011/WD-css3-text-20110725/</a></dd>
9595 -->
9696
@@ -809,8 +809,8 @@ <h3 id=white-space-collapsing><span class=secno>3.1. </span> White Space
809809 before the first non-white-space character in the element as well as to
810810 discard all white space at the end of the element starting with the first
811811 line feed after the last non-white-space character in the element. For
812- inline elements this value directs UAs to discard all whitespace at the
813- beginning and end of the element. For other elements, this has no effect.
812+ other elements this value directs UAs to discard all whitespace at the
813+ beginning and end of the element.
814814
815815 < dt > < dfn id =consume-before
816816 title ="white-space:consume-before "> < code > consume-before</ code > </ dfn >
@@ -825,6 +825,19 @@ <h3 id=white-space-collapsing><span class=secno>3.1. </span> White Space
825825 immediately after the end of the element.
826826 </ dl >
827827
828+ < div class =example >
829+ < p > The following style rules implement MathML's white space processing:
830+
831+ < pre >
832+ <!-- --> @namespace m "http://www.w3.org/1998/Math/MathML";
833+ <!-- --> m|* {
834+ <!-- --> text-space-collapse: discard;
835+ <!-- --> }
836+ <!-- --> m|mi, m|mn, m|mo, m|ms, m|mtext {
837+ <!-- --> text-space-collapse: trim-inner;
838+ <!-- --> }</ pre >
839+ </ div >
840+
828841 < h3 id =tab-size > < span class =secno > 3.2. </ span > Tab Character Size: the
829842 ‘< a href ="#tab-size0 "> < code
830843 class =property > tab-size</ code > </ a > ’ property</ h3 >
0 commit comments