Skip to content

Commit 5390860

Browse files
committed
[css-inline] mark initial-letter-wrap as at risk
1 parent 3dbdc24 commit 5390860

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

css-inline/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Editor: Steve Zilles, Adobe, szilles@adobe.com
2121
Abstract: The CSS formatting model provides for a flow of elements and text inside of a container to be wrapped into lines. The formatting of elements and text within a line, its positioning in the inline progression direction, and the breaking of lines are described in [[CSS3TEXT]]. This module describes the positioning in the block progression direction both of elements and text within lines and of the lines themselves. This positioning is often relative to a baseline. It also describes special features for formatting of first lines and drop caps. It extends on the model in [[CSS2]].
2222
Ignored Terms: guru, ji, line-height-shift-adjustment, text-script, after, before
2323
Link Defaults: css-fonts-3 (property) font-family
24+
At Risk: the 'initial-letter-wrap' property
2425
</pre>
2526

2627

@@ -603,6 +604,8 @@ However, if the <a>initial letter</a> is a non-atomic inline with zero padding a
603604
<h3 id="initial-letter-wrapping">
604605
Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
605606

607+
Note: 'initial-letter-wrap' is at risk.
608+
606609
<pre class="propdef">
607610
Name: <dfn id="propdef-initial-letter-wrap">initial-letter-wrap</dfn>
608611
Value: none | first | all | auto | grid

css-inline/Overview.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,12 @@ <h2 class="no-num no-toc no-ref heading settled" id="status"><span class="conten
177177

178178
</p></div>
179179

180-
<div data-fill-with="at-risk"></div>
180+
<div data-fill-with="at-risk">
181+
<p>The following features are at-risk, and may be dropped during the CR period:
182+
</p>
183+
<ul>
184+
<li>the <a class="property" data-link-type="propdesc" href="#propdef-initial-letter-wrap">initial-letter-wrap</a> property
185+
</ul></div>
181186

182187

183188
<h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="content">Table of Contents</span></h2>
@@ -1171,6 +1176,9 @@ <h3 class="heading settled" data-level="2.8" id="initial-letter-wrapping"><span
11711176
Initial Letter Wrapping: the <a class="property" data-link-type="propdesc" href="#propdef-initial-letter-wrap">initial-letter-wrap</a> property</span><a class="self-link" href="#initial-letter-wrapping"></a></h3>
11721177

11731178

1179+
<p class="note" role="note">Note: <a class="property" data-link-type="propdesc" href="#propdef-initial-letter-wrap">initial-letter-wrap</a> is at risk.</p>
1180+
1181+
11741182
<table class="definition propdef" data-link-for-hint="<dfn id=&quot;propdef-initial-letter-wrap&quot;>initial-letter-wrap</dfn>">
11751183
<tbody>
11761184
<tr>

0 commit comments

Comments
 (0)