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

Add env(…) #2172

Merged
merged 1 commit into from
May 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions css/properties/custom-property.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,39 @@
"deprecated": false
}
}
},
"env": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this url is not existant.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s because someone with the page creation permission has to create that page first.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know but I just want to point that out :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created a first version of the page, it has to be completed: https://developer.mozilla.org/en-US/docs/Web/CSS/env

"description": "<code>env()</code>",
"support": {
"safari": [
{
"version_added": "11.1"
},
{
"version_added": "11",
"version_removed": "11",
"alternative_name": "constant"
}
],
"safari_ios": [
{
"version_added": "11.1"
},
{
"version_added": "11",
"version_removed": "11",
"alternative_name": "constant"
}
]
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down