@@ -38,8 +38,7 @@ spec:css-break-3; type:dfn; text:fragment
38
38
Introduction</h2>
39
39
40
40
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,
43
42
and defines controls for the [=block-axis=] alignment and sizing
44
43
of this content within each line.
45
44
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>
283
282
they must be synthesized,
284
283
see [[#baseline-tables]] and [[#baseline-synthesis]] .
285
284
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
-
289
285
<h4 id="baseline-tables">
290
286
Baseline Tables</h4>
291
287
@@ -355,7 +351,7 @@ Line Heights and Content Alignment</h2>
355
351
and boxes with line-box–relative 'vertical-align' values
356
352
are aligned with respect to the [=line box=] .
357
353
358
- Issue: Define interaction of lien -relative alignment with 'leading-trim' .
354
+ Issue: Define interaction of line -relative alignment with 'leading-trim' .
359
355
360
356
Note: Empty [=inline boxes=] still have
361
357
[=margins=] , [=padding=] , [=borders=] , and a 'line-height' ,
@@ -464,12 +460,6 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
464
460
but maybe it's better not to use those terms for consistency with legacy 'vertical-align' .
465
461
See GitHub issue <a href="https://github.com/w3c/csswg-drafts/issues/860">860</a> .
466
462
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
-
473
463
<h3 id="transverse-alignment">
474
464
Transverse Box Alignment: the 'vertical-align' property</h3>
475
465
@@ -504,8 +494,6 @@ Alignment Baseline Source: the 'baseline-source' longhand</h4>
504
494
Animation type : discrete
505
495
</pre>
506
496
507
- ISSUE: This is a rough draft, not ready for implementation. Also might rename stuff.
508
-
509
497
When an inline-level box
510
498
has more than one possible source for baseline information
511
499
(such as for a multi-line inline block or inline flex container)
@@ -1385,9 +1373,6 @@ Creating Initial Letters: the 'initial-letter' property</h3>
1385
1373
Animation type : by computed value type
1386
1374
</pre>
1387
1375
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
-
1391
1376
This property specifies
1392
1377
the <a lt="initial letter size">size</a> and <a lt="initial letter sink">sink</a>
1393
1378
for dropped, raised, and sunken initial letters
0 commit comments