Skip to content

Commit 6cdb364

Browse files
committed
[css-inline-3] Clean up some issues.
1 parent e4f5d58 commit 6cdb364

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

css-inline-3/Overview.bs

+2-17
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ spec:css-break-3; type:dfn; text:fragment
3838
Introduction</h2>
3939

4040
This module defines [=inline layout=], the CSS model
41-
for laying out a mixed, continuous stream of text and [=inline-level=] boxes
42-
as a stack of lines that form a “paragraph”,
41+
for laying out a mixed stream of text and [=inline-level=] boxes,
4342
and defines controls for the [=block-axis=] alignment and sizing
4443
of this content within each line.
4544
It also adds a [[#initial-letter-styling|special layout mode for drop caps and similar initial letter styling]].
@@ -283,9 +282,6 @@ Baseline Metrics</h3>
283282
they must be synthesized,
284283
see [[#baseline-tables]] and [[#baseline-synthesis]].
285284

286-
ISSUE: OpenType lacks top-edge metrics for most writing systems.
287-
Also bottom-edge metrics for anything that doesn't match up to either Latin or CJK...
288-
289285
<h4 id="baseline-tables">
290286
Baseline Tables</h4>
291287

@@ -355,7 +351,7 @@ Line Heights and Content Alignment</h2>
355351
and boxes with line-box&ndash;relative 'vertical-align' values
356352
are aligned with respect to the [=line box=].
357353

358-
Issue: Define interaction of lien-relative alignment with 'leading-trim'.
354+
Issue: Define interaction of line-relative alignment with 'leading-trim'.
359355

360356
Note: Empty [=inline boxes=] still have
361357
[=margins=], [=padding=], [=borders=], and a 'line-height',
@@ -464,12 +460,6 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
464460
but maybe it's better not to use those terms for consistency with legacy 'vertical-align'.
465461
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/860">860</a>.
466462

467-
Issue: Add <css>first</css> and <css>last</css> values.
468-
Note, in this property, these are combinatorial,
469-
whereas in the <css>align/justify-self/content</css> properties, it's singular.
470-
Do we want to align the syntaxes wrt hyphens vs. spaces or what?
471-
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/861">861</a>.
472-
473463
<h3 id="transverse-alignment">
474464
Transverse Box Alignment: the 'vertical-align' property</h3>
475465

@@ -504,8 +494,6 @@ Alignment Baseline Source: the 'baseline-source' longhand</h4>
504494
Animation type: discrete
505495
</pre>
506496

507-
ISSUE: This is a rough draft, not ready for implementation. Also might rename stuff.
508-
509497
When an inline-level box
510498
has more than one possible source for baseline information
511499
(such as for a multi-line inline block or inline flex container)
@@ -1385,9 +1373,6 @@ Creating Initial Letters: the 'initial-letter' property</h3>
13851373
Animation type: by computed value type
13861374
</pre>
13871375

1388-
ISSUE: Renaming this property (and the others in this section)
1389-
is currently <a href="https://github.com/w3c/csswg-drafts/issues/2950">under discussion</a>.
1390-
13911376
This property specifies
13921377
the <a lt="initial letter size">size</a> and <a lt="initial letter sink">sink</a>
13931378
for dropped, raised, and sunken initial letters

0 commit comments

Comments
 (0)