From this WPT test, it seems that we're expecting @position-try name to be a tree-scoped name. Further reading the spec linked by the test, it seems that this tree-scoped name is global, unlike anchor-scope and anchor-name, which are local. Unless I'm misreading the test?
Ideally, we should reference this in the definition of @posiiton-try.
From this WPT test, it seems that we're expecting
@position-tryname to be a tree-scoped name. Further reading the spec linked by the test, it seems that this tree-scoped name is global, unlikeanchor-scopeandanchor-name, which are local. Unless I'm misreading the test?Ideally, we should reference this in the definition of
@posiiton-try.