Skip to content

Commit 06f2771

Browse files
author
dauwhe
committed
[css-inline] remove section on initial-line as it is in css-pseudo
1 parent 6e1dff0 commit 06f2771

2 files changed

Lines changed: 304 additions & 360 deletions

File tree

css-inline/Overview.bs

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,28 +2229,6 @@ element for alignment purpose.
22292229

22302230
<h2 id="Initial">Initial Lines and Initial Letters</h2>
22312231

2232-
<h3 id="InitialLine">Initial Lines</h3>
2233-
2234-
Initial lines of block elements such as paragraphs are often displayed differently than subsequent lines. Initial line may be set in small caps, all caps, or even different fonts. The <code>::first-line</code> pseudo-element allows authors to control the presentation of these initial lines. However, only the following properties can be applied to the <code>::first-line</code> pseudo-element:
2235-
2236-
2237-
2238-
<ul>
2239-
<li>font properties</li>
2240-
<li>color properties</li>
2241-
<li>background properties</li>
2242-
<li>text decoration properties</li>
2243-
<li>baseline alignment properties</li>
2244-
<li>'word-spacing'</li>
2245-
<li>'letter-spacing'</li>
2246-
<li>'line-height' (may be ignored depending on the block line-stacking strategy)</li>
2247-
<li>'text-shadow'</li>
2248-
<li>'clear'</li>
2249-
</ul>
2250-
2251-
2252-
Note that the 'text-indent' property typically only affects the initial line of a block element, unless its value is set to ''hanging''.
2253-
22542232

22552233

22562234

0 commit comments

Comments
 (0)