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.
14221422If multiple ''@position-try'' rules are declared with the same name,
14231423the last one in document order "wins".
14241424
1425- Issue: Or should they cascade together?
1426-
14271425The ''@position-try'' rule only <dfn export lt="accepted @position-try properties">accepts</dfn>
14281426the following [=properties=] :
14291427
@@ -1434,6 +1432,21 @@ the following [=properties=]:
14341432* 'position-anchor'
14351433* 'inset-area'
14361434
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+
14371450Issue(#9195): What exactly are the constraints that determine what's allowed here?
14381451Current list is based off of what's reasonable
14391452from Chrome's experimental impl.
You can’t perform that action at this time.
0 commit comments