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

Mirror Chrome (1-27) + Safari (1-6.1) for CSS properties #4458

Merged
merged 3 commits into from
Jul 8, 2019

Conversation

queengooborg
Copy link
Contributor

This pull request mirrors versions of Chrome based upon WebKit and versions of Safari between each other to eliminate null and true values that already have answers in our data. Changes are as follows:

css.properties.align-self.flex_context (-webkit- prefix)
  1. Chrome already has "21" in data
  2. Mirrored onto Safari (Safari 6.1)
css.properties.flex-wrap (-webkit- prefix)
  1. Chrome already has "21" in data
  2. Mirrored onto Safari (Safari 6.1)
css.properties.justify-content.flex_context (-webkit- prefix)
  1. Chrome already has "21" in data
  2. Mirrored onto Safari (Safari 6.1)
css.properties.text-decoration.shorthand
  1. Safari iOS already has "8" in data
  2. Mirrored onto Safari Desktop (Safari 8)
css.properties.text-rendering.geometricPrecision
  1. Chrome already has "13" in data
  2. Mirrored onto Safari (Safari 6)
css.types.image.gradient.radial-gradient (-webkit- prefix)
  1. Safari already has "5.1" in data
  2. Mirrored onto Chrome (Chrome 13)
css.types.integer
  1. Basic CSS1, assuming Safari 1, Chrome 1
css.types.length-percentage.vmax, css.types.length-percentage.vmin
  1. Chrome already has "26" in data
  2. Mirrored onto Safari (Safari 6.1)
css.types.length.vmax, css.types.length.vmin
  1. Chrome already has "26" in data
  2. Mirrored onto Safari (Safari 6.1)
css.types.transform-function
  1. Safari already has "3.1" in data
  2. Mirrored onto Chrome (Chrome 1)
css.types.timing-function.cubic-bezier
  1. Chrome already has "16" in data
  2. Mirrored onto Safari (Safari 6)
css.types.image.gradient.conic-gradient.doubleposition, css.types.image.gradient.linear-gradient.doubleposition, css. types.image.gradient.radial-gradient.doubleposition, css.types.image.gradient.repeating-linear-gradient.doubleposition, css.types.image.gradient.repeating-radial-gradient.doubleposition
  1. Safari has mention of exact Technology Preview 66
  2. Safari TP 66 matches 12.1
  3. Safari 12.1
css.properties.unicode-bidi.isolate (-webkit- prefix)
  1. Chrome already has "16" in data
  2. Mirrored onto Safari (Safari 6)
css.properties.width.animatable
  1. Chrome already has "26" in data
  2. Mirrored onto Safari (Safari 6.1)

@queengooborg queengooborg added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jul 7, 2019
@queengooborg
Copy link
Contributor Author

Thanks, @jpmedley!

@queengooborg queengooborg merged commit 92ea4e1 into mdn:master Jul 8, 2019
@queengooborg queengooborg deleted the css/misc-2 branch July 8, 2019 19:44
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