-
Notifications
You must be signed in to change notification settings - Fork 200
Add BarProp #1890
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
Add BarProp #1890
Conversation
ddbeck
left a comment
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.
Huh, this is so weird. Good find. Some suggestions about keys (I think we can sweep in some more keys) and the description. Thank you!
The caniuse entries are just generated from BCD, so only https://caniuse.com/mdn-api_barprop_visible_returns_popup shows the Safari difference. This is normal; no action required. |
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
ddbeck
left a comment
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!
Weird one.
The meaning of the
visibleproperty changed, but hasn't been implemented everywhere.The old meaning is still implemented by Apple, so the implementation is not consistent.
Given that incompatibility, leaving this as baseline false provides the best guidance for developers making decisions today.
Cainuse has all green however. If we merge this feature as baseline false, I'll go file an issue there about it.