mdn / short-descriptions

Short descriptions of web platform features, for flexible usage in applications.
Other
12 stars 6 forks source link

Add 15 more standard, non-experimental descriptions (align-items through border-spacing) #22

Closed ddbeck closed 5 years ago

ddbeck commented 5 years ago

This PR adds the following CSS properties:

https://developer.mozilla.org/docs/Web/CSS/align-items https://developer.mozilla.org/docs/Web/CSS/align-self https://developer.mozilla.org/docs/Web/CSS/animation https://developer.mozilla.org/docs/Web/CSS/background-origin https://developer.mozilla.org/docs/Web/CSS/background-position-x https://developer.mozilla.org/docs/Web/CSS/border-bottom-color https://developer.mozilla.org/docs/Web/CSS/border-bottom-style https://developer.mozilla.org/docs/Web/CSS/border-collapse https://developer.mozilla.org/docs/Web/CSS/border-image-source https://developer.mozilla.org/docs/Web/CSS/border-left https://developer.mozilla.org/docs/Web/CSS/border-left-color https://developer.mozilla.org/docs/Web/CSS/border-left-width https://developer.mozilla.org/docs/Web/CSS/border-radius https://developer.mozilla.org/docs/Web/CSS/border-right-width https://developer.mozilla.org/docs/Web/CSS/border-spacing

ddbeck commented 5 years ago

This PR is also ready for re-review now, @wbamberg. Thank you!