mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
150 stars 142 forks source link

css transform is explicitly considered stable in CSS Snapshot 2020 #3883

Closed rolivo288 closed 3 years ago

rolivo288 commented 3 years ago

CSS transform is explicitly considered stable in CSS Snapshot 2020 (https://drafts.csswg.org/css-2020/), it is widely used and supported by browsers since the beginning of time. Please is it possible to remove the unstable tag and give developers peace of mind?

chrisdavidmills commented 3 years ago

@rolivo288 yes, sounds like a great idea. Where do we have this listed as unstable?

rolivo288 commented 3 years ago

Hello @chrisdavidmills I just confirmed that it is only for the Spanish version here I leave the link https://developer.mozilla.org/es/docs/Web/CSS/transform,
Also the transform-box property is explicitly confirmed as stable and supported by most browsers. The transform-style property is also marked experimental however it is widely used and supported by most browsers.

chrisdavidmills commented 3 years ago

@rolivo288 ah, i see - you are talking about the experimental banners.

Are you willing to help us out by removing those? Basically edit the relevant MDN pages and remove the {{seecompattable}} macro calls.

(If you've never contributed to MDN before, https://developer.mozilla.org/en-US/docs/MDN/Contribute/Getting_started will help you get started)

rolivo288 commented 3 years ago

Are you willing to help us out by removing those? Basically edit the relevant MDN pages and remove the {{seecompattable}} macro calls.

It will be a pleasure

chrisdavidmills commented 3 years ago

@rolivo288 great, thank you!

I've assigned you to the issue, so that you get the credit for the work.