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

Update CSS IE data #3899

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Update CSS IE data #3899

merged 1 commit into from
Apr 25, 2019

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Apr 16, 2019

First part for #3801

  1. css.at.rules.keyframes.ignore_important_declarations: changed to false (manual testing)
  2. css.at-rules.media.calc: changed to false (manual testing)
  3. css.at-rules.media.device-aspect-ratio: changed to 9 (part of initial media query support)
  4. css.at-rules.media.device-height: changed to 9 (part of initial media query support)
  5. css.at-rules.media.device-width: changed to 9 (part of initial media query support)
  6. css.at-rules.media.display-mode: changed to false (manual testing)
  7. css.at-rules.media.orientation: changed to 9 (part of initial media query support)
  8. css.at-rules.media.pointer: changed to false (manual testing)
  9. css.at-rules.media.resolution: changed to 9 (part of initial media query support)
  10. css.at-rules.media.-moz-device-pixel-ratio: changed to false (moz specific only)
  11. css.at-rules.media.-webkit-animation: changed to false (webkit specific only)
  12. css.at-rules.media.-webkit-transform-3d: changed to false (webkit specific only)
  13. css.at-rules.media.-webkit-transition: changed to false (webkit specific only)
  14. css.at-rules.page.bleed: changed to false (manual testing)
  15. css.at-rules.page.marks: changed to false (manual testing)
  16. css.at-rules.page.size: changed to false (manual testing)
  17. css.at-rules.viewport.viewport-fit: changed to false (manual testing)
  18. css.properties.align-items.grid_context: changed to false (too new for IE)
  19. css.properties.align-items.flex_context.start_end: changed to false (too new for IE)
  20. css.properties.align-self.flex_context.left_right: changed to false (too new for IE)
  21. css.properties.align-self.flex_context.baseline: changed to false (too new for IE)
  22. css.properties.align-self.flex_context.first_last_baseline: changed to false (too new for IE)
  23. css.properties.align-self.flex_context.stretch: changed to false (too new for IE)
  24. css.properties.animation-timing-function.jump: changed to false (too new for IE)
  25. css.properties.background-image.image-set: changed to false (manual testing)
  26. css.properties.border-image.optional_border_image_slice: changed to 11 (manual testing)
  27. css.properties.border-image.fill_keyword: changed to 11 (manual testing)
  28. css.properties.border-image.gradient: changed to 10 (manual testing, landed together with rest of gradient support)
  29. css.properties.border-radius.elliptical_borders: changed to 9 (manual testing)
  30. css.properties.border-radius.4_values_for_4_corners: changed to 9 (manual testing)
  31. css.properties.border-radius.percentages: changed to 9 (manual testing)
  32. css.properties.properties.box-lines: changed to false (safari only)
  33. css.properties.properties.color: changed to 3 (IE 3 first had CSS support, this is a basic feature)
  34. css.properties.color.alpha_hexadecimal_notation: changed to false (too new for IE)
  35. css.properties.color.space_separated_functional_notation: changed to false (too new for IE)
  36. css.properties.color.floats_in_rgb_rgba: changed to false (too new for IE)
  37. css.properties.column-count.on_display_table_caption: changed to 10 (manual testing, landed together with initial column support)
  38. css.properties.column-fill: changed to 10 manual testing, landed together with initial column support)
  39. css.properties.column-width.on_display_table_caption: changed to 10 manual testing, landed together with initial column support)
  40. css.properties.columns.on_display_table_caption: changed to 10 manual testing, landed together with initial column support)
  41. css.properties.contain: changed to false (too new for IE)
  42. css.properties.content.element_replacement: changed to false (manual testing=
  43. css.properties.line-height-step: changed to false (too new for IE)
  44. css.properties.mask-origin: changed to false (too new for IE)
  45. css.properties.mask-position: changed to false (too new for IE)
  46. css.properties.mask-repeat: changed to false (too new for IE)
  47. css.properties.mask-size: changed to false (too new for IE)
  48. css.properties.mask-type: changed to false (too new for IE)
  49. css.properties.offset-distance: changed to false (too new for IE)
  50. css.properties.offset-path: changed to false (too new for IE)
  51. css.properties.offset-path.path-support: changed to false (too new for IE)
  52. css.properties.offset-rotate: changed to false (too new for IE)
  53. css.properties.offset: changed to false (too new for IE)
  54. css.properties.place-items.flex_context: changed to false (too new for IE)
  55. css.properties.place-items.grid_context: changed to false (too new for IE)
  56. css.properties.place-self.flex_context: changed to false (too new for IE)
  57. css.properties.place-self.grid_context: changed to false (too new for IE)
  58. css.selectors.-moz-focusring: changed to false (moz specific)
  59. css.selectors.-ms-fill-lower: changed to 10 (input type=ranges supported in IE 10)
  60. css.selectors.-ms-fill-upper: changed to 10 (input type=ranges supported in IE 10)
  61. css.selectors.-webkit-autofill: changed to false (webkit specific)
  62. css.selectors.-webkit-inner-spin-button: changed to false (webkit specific)
  63. css.selectors.-webkit-outer-spin-button: changed to false (webkit specific)
  64. css.selectors.-webkit-search-cancel-button: changed to false (webkit specific)
  65. css.selectors.-webkit-search-results-button: changed to false (webkit specific)
  66. css.selectors.class: changed to 3 (IE 3 first had CSS support, this is a basic feature)
  67. css.selectors.descendant: changed to 3 (IE 3 first had CSS support, this is a basic feature)
  68. css.selectors.id: changed to 3 (IE 3 first had CSS support, this is a basic feature)
  69. css.selectors.type: changed to 3 (IE 3 first had CSS support, this is a basic feature)
  70. css.types.image.image-set: changed to false (manual testing)
  71. css.types.resolution.x: changed to false (manual testing)

@Elchi3 Elchi3 added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Apr 16, 2019
@Elchi3
Copy link
Member Author

Elchi3 commented Apr 23, 2019

Who can review this one?

@ddbeck
Copy link
Collaborator

ddbeck commented Apr 23, 2019

@Elchi3 I might be able to review this, but I'm not really sure the right way to approach it or the right merge criteria. What's the story behind this data? Research? Manual testing? Automation?

@Elchi3
Copy link
Member Author

Elchi3 commented Apr 23, 2019

This was mostly a mix of research and manual testing. I've added my reasonings next to the change log above. I'd propose to look at these in groups (all grid related changes, all webkit selectors, all mask and offset properties, etc.).

@ddbeck
Copy link
Collaborator

ddbeck commented Apr 23, 2019

Thanks! I'll try to tackle this tomorrow!

@ddbeck ddbeck self-requested a review April 23, 2019 15:06
@ddbeck
Copy link
Collaborator

ddbeck commented Apr 24, 2019

Sorry Florian, I never got to this today. I'll do it first thing tomorrow, so it has a chance at getting in this week's release.

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Looks great, @Elchi3. Thank you! 🎉

@ddbeck ddbeck merged commit 4b50b3f into master Apr 25, 2019
@ddbeck ddbeck deleted the css-ie branch April 25, 2019 08:16
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.

2 participants