Nothing Special   »   [go: up one dir, main page]

Re: [csswg-drafts] [css-anchor-position-1] Change implicit anchor element example (#9014)

> Is there no way for the JS API to trigger an implicit anchor anymore?

There is:

```js
element.anchorElement = anotherElement;
element.anchorElement; // returns anotherElement
```


-- 
GitHub Notification of comment by xiaochengh
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/9014#issuecomment-1622584890 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 5 July 2023 21:59:54 UTC