-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete anchor HTML attribute #22910
Delete anchor HTML attribute #22910
Conversation
It is not shipping in Chrome 125: https://groups.google.com/a/chromium.org/g/blink-dev/c/jGTYNuidPRs/m/qm7Z5qsrAQAJ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 👍
It works in Canary already, so I would've preferred to keep it in but marked as preview support, as we did with the |
This reverts mdn#22910 but uses version "preview" instead of "125".
So neither |
The guidelines for the use of "preview" are here: It's used relatively little in BCD and experimental flags are used a lot more, but an upside of using "preview" is that you don't have to pick a version number, so there's no risk of the flags being removed and the originally guessed version number turning into the official version number. |
My bad — I did have this flag active. Sorry for the confusion. |
Now that I realize these features are behind a flag, I think it would good to report the flag data in their BCD. Is it appropriate to report the flag data and use the "preview" value at the same time? |
@chrisdavidmills I've never seen that done, but if no lint complains about the combination or flags and "preview", that seems fine. |
* Add back the anchor HTML attribute This reverts #22910 but uses version "preview" instead of "125". * Use experimental flag for anchor/anchorElement
It is not shipping in Chrome 125:
https://groups.google.com/a/chromium.org/g/blink-dev/c/jGTYNuidPRs/m/qm7Z5qsrAQAJ