Skip to content
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

inside and outside values seems to be supported by anchor() #37386

Open
skyclouds2001 opened this issue Dec 27, 2024 · 1 comment
Open

inside and outside values seems to be supported by anchor() #37386

skyclouds2001 opened this issue Dec 27, 2024 · 1 comment
Labels
Content:CSS Cascading Style Sheets docs help wanted If you know something about this topic, we would love your help!

Comments

@skyclouds2001
Copy link
Contributor

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/anchor

What specific section or headline is this issue about?

Syntax

What information was incorrect, unhelpful, or incomplete?

inside and outside values seems to be supported by anchor() in chrome at least

What did you expect to see?

if true, remove the incorrect info and add the two value to the list

Do you have any supporting links, references, or citations?

test in chrome's devtool:

CSS.supports('inset','anchor(top)')
true
CSS.supports('inset','anchor(left)')
true
CSS.supports('inset','anchor(right)')
true
CSS.supports('inset','anchor(bottom)')
true
CSS.supports('inset','anchor(start)')
true
CSS.supports('inset','anchor(end)')
true
CSS.supports('inset','anchor(center)')
true
CSS.supports('inset','anchor(self-start)')
true
CSS.supports('inset','anchor(self-end)')
true
CSS.supports('inset','anchor(50%)')
true
CSS.supports('inset','anchor(inside)')
true
CSS.supports('inset','anchor(outside)')
true

Do you have anything more you want to share?

https://drafts.csswg.org/css-anchor-position/#funcdef-anchor

MDN metadata

Page report details
@skyclouds2001 skyclouds2001 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Dec 27, 2024
@github-actions github-actions bot added the Content:CSS Cascading Style Sheets docs label Dec 27, 2024
@skyclouds2001
Copy link
Contributor Author

@Josh-Cena Josh-Cena added help wanted If you know something about this topic, we would love your help! and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs help wanted If you know something about this topic, we would love your help!
Projects
None yet
Development

No branches or pull requests

2 participants