File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -1422,8 +1422,6 @@ is the rule's name.
1422
1422
If multiple ''@position-try'' rules are declared with the same name,
1423
1423
the last one in document order "wins".
1424
1424
1425
- Issue: Or should they cascade together?
1426
-
1427
1425
The ''@position-try'' rule only <dfn export lt="accepted @position-try properties">accepts</dfn>
1428
1426
the following [=properties=] :
1429
1427
@@ -1434,6 +1432,21 @@ the following [=properties=]:
1434
1432
* 'position-anchor'
1435
1433
* 'inset-area'
1436
1434
1435
+ It is invalid to use ''!important'' on the properties in the <<declaration-list>> .
1436
+
1437
+ All of the properties in a ''@position-try'' are applied to the element
1438
+ as part of the <dfn>Position Fallback Origin</dfn> ,
1439
+ a new [=cascade origin=] that lies between
1440
+ the [=Author Origin=]
1441
+ and the [=Animation Origin=] .
1442
+
1443
+ Similar to the [=Animation Origin=] ,
1444
+ use of the ''revert'' or ''revert-layer'' values
1445
+ (or anything else that would rollback the property to the preceding origin)
1446
+ acts as if the property was part of the [=Author Origin=] .
1447
+ (Thus, it instead reverts back to the [=User Origin=] .)
1448
+
1449
+
1437
1450
Issue(#9195): What exactly are the constraints that determine what's allowed here?
1438
1451
Current list is based off of what's reasonable
1439
1452
from Chrome's experimental impl.
You can’t perform that action at this time.
0 commit comments