mdn / data

This repository contains general data for Web technologies
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
728 stars 190 forks source link

fix(css): replace value 'center' with '0% 0%' for mask-position inital value #714

Closed kimgaeun77 closed 8 months ago

kimgaeun77 commented 8 months ago

…l value

Description

The page says that the mask-position Initial value is center, but when I tested it in Chrome, Firefox, etc., it was not center. So I changed the initial value of the mask-position property from center to 0% 0%.

Motivation

It will be helpful for people working with CSS by referring to the mdn document.

Additional details

https://github.com/mdn/data/issues/713 https://developer.mozilla.org/en-US/docs/Web/CSS/mask-position

Related issues and pull requests

github-actions[bot] commented 8 months ago

It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.

github-actions[bot] commented 8 months ago

Congratulations on your first merged pull request. 🎉 Thank you for your contribution! Did you know we have a project board with high-impact contribution opportunities? We look forward to your next contribution.