Coder Social home page Coder Social logo

mask-position Initial value about data HOT 6 CLOSED

kimgaeun77 avatar kimgaeun77 commented on August 16, 2024
mask-position Initial value

from data.

Comments (6)

kimgaeun77 avatar kimgaeun77 commented on August 16, 2024 1

Yes, thank you too😊I have one question.
It doesn't seem to have changed in the mdn official document(https://developer.mozilla.org/en-US/docs/Web/CSS/mask-position) yet. Can you tell when it will change?

from data.

bsmth avatar bsmth commented on August 16, 2024 1

I have one question.

Sure thing: your changes have been included in #715. This new version will be picked up automatically as a bumped dependency in Yari -> https://github.com/mdn/yari/blob/main/CHANGELOG.md and it should be visible when builds are done with this new version. It may take a few days, but there's no other manual tasks outstanding, as far as I know.

from data.

kimgaeun77 avatar kimgaeun77 commented on August 16, 2024 1

Thank you so much for letting me know😊Have a nice day!!👍

from data.

bsmth avatar bsmth commented on August 16, 2024

Thanks a lot @kimgaeun77 for raising this one. I dug a little into this and indeed, the initial value is 0% 0% (top-left corner). This is defined here:

data/css/properties.json

Lines 6868 to 6883 in af8a84a

"mask-position": {
"syntax": "<position>#",
"media": "visual",
"inherited": false,
"animationType": "repeatableList",
"percentages": "referToSizeOfMaskPaintingArea",
"groups": [
"CSS Masking"
],
"initial": "center",
"appliesto": "allElementsSVGContainerElements",
"computed": "consistsOfTwoKeywordsForOriginAndOffsets",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-position"
},

I will move this into the data repo so we can fix it there.

from data.

github-actions avatar github-actions commented on August 16, 2024

It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.

from data.

bsmth avatar bsmth commented on August 16, 2024

This is now fixed in the linked PR. Thanks a lot for raising and fixing 👍🏻

from data.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.