@@ -1320,7 +1320,7 @@ depending on some commonly needed layout conditions.
1320
1320
::
1321
1321
If any of the box's [=required anchor references=]
1322
1322
do not resolve to a [=target anchor element=] ,
1323
- the box is [=strongly hidden=] .
1323
+ the box's 'visibility' property computes to ''force- hidden'' .
1324
1324
1325
1325
Issue: What is a <dfn dfn for>required anchor reference</dfn> ?
1326
1326
''anchor()'' functions that don't have a fallback value;
@@ -1335,14 +1335,14 @@ depending on some commonly needed layout conditions.
1335
1335
: <dfn>anchors-visible</dfn>
1336
1336
::
1337
1337
If the box has a [=default anchor box=]
1338
- but that [=anchor box=] is [=clipped by intervening boxes=] ,
1339
- this box is also [=strongly hidden=] .
1338
+ but that [=anchor box=] is [=invisible=] or [= clipped by intervening boxes=] ,
1339
+ the box's 'visibility' property computes to ''force- hidden'' .
1340
1340
1341
1341
: <dfn>no-overflow</dfn>
1342
1342
::
1343
1343
If the box overflows its [=inset-modified containing block=]
1344
1344
even after applying 'position-try' ,
1345
- then the box is [=strongly hidden=] .
1345
+ the box's 'visibility' property computes to ''force- hidden'' .
1346
1346
</dl>
1347
1347
1348
1348
<div algorithm>
@@ -1366,25 +1366,13 @@ depending on some commonly needed layout conditions.
1366
1366
is consistent with View Transitions,
1367
1367
which wants a similar concept.
1368
1368
1369
- |anchor| is also considered [=clipped by intervening boxes=]
1370
- if it is [=strongly hidden=]
1371
- by 'position-visibility' .
1372
-
1373
- Note: This ensures that in a "chained anchor" situation,
1369
+ Note: This ensures that in a “chained anchor” situation,
1374
1370
if the first abspos is hidden due to this property
1375
1371
(due to its anchor being scrolled off),
1376
1372
then another abspos using it as an anchor will also be hidden,
1377
1373
rather than <em> also</em> floating in a nonsensical location.
1378
1374
</div>
1379
1375
1380
- A box that is <dfn noexport>strongly hidden</dfn>
1381
- acts as if it
1382
- and all of its descendants
1383
- were ''visibility: hidden'' ,
1384
- regardless of what their actual 'visibility' value is.
1385
- (This does not affect any [=computed values=] .)
1386
-
1387
-
1388
1376
<!-- Big Text: a-size()
1389
1377
1390
1378
███▌ ███▌ ████ █████▌ █████▌ ██ ██
@@ -1460,7 +1448,7 @@ whichever is in the specified axis)
1460
1448
of the [=target anchor element=] .
1461
1449
1462
1450
1463
- <h4 id=anchor-resolution oldids=anchor-valid>
1451
+ <h4 id=anchor-size- resolution oldids=anchor-size -valid>
1464
1452
Resolution of ''anchor-size()''</h4>
1465
1453
1466
1454
An ''anchor-size()'' function is a
0 commit comments