[meta] Handle anchor scopes in shadow trees
Categories
(Core :: Layout: Positioned, task)
Tracking
()
People
(Reporter: jari, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta, Whiteboard: [anchorpositioning:backlog])
Attachments
(2 obsolete files)
Per spec, anchor scope 'all' and the list of names for an 'ident' anchor scope are tree-scoped and should only affect names in the same tree. The workings of tree-scope names can be modified with with ::part, ::slotted and :host rules.
Ideal solution would involve knowing from which style sheet a value comes from and to which tree it should apply to, however in many practically relevant use cases it is possible to tell whether an anchor scope does not apply just by checking the element properties.
| Reporter | ||
Updated•9 months ago
|
| Reporter | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
| Reporter | ||
Comment 2•9 months ago
|
||
| Reporter | ||
Comment 3•9 months ago
|
||
This is m2 but the estimation is missing, and also the strategy: do we want to do a partial solution now or a proper solution later?
Comment 4•9 months ago
|
||
Jari, we should talk about this bug in context of bug 1987926 - I expect the test outcomes that in-progress reviews have to change.
Updated•9 months ago
|
Updated•9 months ago
|
| Reporter | ||
Comment 5•9 months ago
|
||
The prerequisites for a proper solution to this bug are expected to be ready after bug 1988038 is implemented.
| Reporter | ||
Updated•9 months ago
|
Comment 6•8 months ago
|
||
I'm making this block bug 1838746 directly since I want to clean up our dependency tree, including closing meta bugs, but I don't want this bug to drop out of the tree.
Updated•8 months ago
|
Updated•8 months ago
|
Updated•7 months ago
|
Updated•4 months ago
|
Description
•