Skip to content

Commit f8c4ec2

Browse files
committed
Clarify that border and background properties apply to :first-letter and :first-line. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0133.html>
1 parent 122dd1f commit f8c4ec2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

css-module/Overview.src.html

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ <h3 id="placement">
103103

104104
<p>This module replaces and extends the <var class="replaceme">SUMMARIZE HERE</var>
105105
features defined in [[!CSS21]] sections <var class="replaceme">W.X and Y.Z</var>.
106+
All properties in this module apply to the <code>::first-line</code> and
107+
<code>::first-letter</code> pseudo-elements.
106108

107109
<h3 id="values">
108110
Values</h3>

css3-background/Overview.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ <h3 id=placement><span class=secno>2.1. </span> Module Interactions</h3>
410410

411411
<p>This module replaces and extends the background and border features
412412
defined in <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
413-
sections 8.5 and 14.2.
413+
sections 8.5 and 14.2. All properties in this module apply to the
414+
::first-line and ::first-letter pseudo-elements.
414415

415416
<h3 id=value-types><span class=secno>2.2. </span> Value Types</h3>
416417

css3-background/Overview.src.html

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ <h3 id="placement">
138138

139139
<p>This module replaces and extends the background and border
140140
features defined in [[!CSS21]] sections 8.5 and 14.2.
141+
All properties in this module apply to the ::first-line and
142+
::first-letter pseudo-elements.
141143

142144
<h3 id=value-types>
143145
Value Types</h3>

0 commit comments

Comments
 (0)