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

fix(css): fix edge_mobile support table for gap, row-gap and column-gap #2500

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

kumarharsh
Copy link
Contributor

  • edge version 17 supports unprefixed gap* properties
    see https://codepen.io/anon/pen/zLKbvJ
  • there was no edge mobile v16 so I've removed all mention of v16 for edge mobile

@Elchi3 Elchi3 added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jul 20, 2018
@ExE-Boss
Copy link
Contributor

review?(@erikadoyle, @libbymc)

@erikadoyle
Copy link
Contributor

Thanks @kumarharsh! Pulling the Edge mobile values sounds good, but could we retain Edge 16 for desktop? We shipped updated grid in EdgeHTML 16, and I just confirmed your codepen works on that build. (Edge 16 introduced non-prefixed properties alongside the previous grid-* aliases).

@kumarharsh
Copy link
Contributor Author

Ok. I actually verified it on Edge 17 - had no idea it was included since Edge 16. Nice!

I'll update the PR.

@Elchi3
Copy link
Member

Elchi3 commented Aug 21, 2018

@kumarharsh Do you still plan to update this PR? It also needs a rebase now.

@kumarharsh
Copy link
Contributor Author

Sorry, it kinda slipped below my radar. I'll update it today :)

- edge version 16 supports unprefixed gap* properties
see codepen.io/anon/pen/zLKbvJ
- there *was* no edge mobile v16 so I've removed all mention of v16 for edge mobile
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks consistent to me. Thank you! 👍

@Elchi3 Elchi3 merged commit ece136c into mdn:master Aug 21, 2018
@Elchi3 Elchi3 changed the title fix(css): fix edge support table for gap, row-gap and column-gap fix(css): fix edge_mobile support table for gap, row-gap and column-gap Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants