Skip to content

Commit d2d4f1b

Browse files
committed
tweak format
1 parent 30a25ea commit d2d4f1b

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

css3-text/Overview.src.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,16 @@
8484

8585
<h1>CSS Text Level 3</h1>
8686

87-
<h2 class="no-num no-toc">Editor's Draft $Date$<!--6 March 2007--></h2>
87+
<h2 class="no-num no-toc">Editor's Draft $Date$</h2>
88+
<!--
89+
<h2 class="no-num no-toc">W3C Working Draft 6 March 2007</h2>
90+
-->
91+
8892
<dl>
8993
<dt>This version:</dt>
94+
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date$ (CVS $Revision$)</a>
9095
<dd><a
91-
href="http://dev.w3.org/cvsweb/~checkout~/csswg/css3-text/Overview.html?rev=$Revision$&amp;content-type=text/html;%20charset=utf-8">$Date$ (CVS $Revision$)</a>
92-
<!--<dd><a
93-
href="http://www.w3.org/TR/2007/WD-css3-text-20070306/">http://www.w3.org/TR/2007/WD-css3-text-20070306/</a></dd>-->
96+
href="http://www.w3.org/TR/2007/WD-css3-text-20070306/">http://www.w3.org/TR/2007/WD-css3-text-20070306/</a></dd>
9497
<dt>Latest version:</dt>
9598
<dd><a
9699
href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd>
@@ -2747,14 +2750,14 @@ <h3 id="text-indent"><span class="secno">9.1</span>
27472750

27482751
<pre><!--
27492752
--> Since CSS1 it has been possible
2750-
<-- -->to indent the first line of a block
2751-
<-- -->element using the 'text-indent'
2752-
<-- -->property.<!--
2753+
<!-- -->to indent the first line of a block
2754+
<!-- -->element using the 'text-indent'
2755+
<!-- -->property.<!--
27532756
--></pre>
27542757
</div>
27552758

27562759
<p class="note">Note that since the 'text-indent' property inherits,
2757-
when specified on a block element, it will affect descandent
2760+
when specified on a block element, it will affect descendant
27582761
inline-block elements.
27592762
For this reason, it is often wise to specify 'text-indent: 0' on
27602763
elements that are specified 'display: inline-block'.</p>

0 commit comments

Comments
 (0)