-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Technical review: Add doc for CSS progress() function #40159
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
base: main
Are you sure you want to change the base?
Conversation
Preview URLs
Flaws (1)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
External URLs (1)URL:
(comment last updated: 2025-08-04 14:25:53) |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
Description
Chrome 138 adds the CSS
progress()
function — see https://chromestatus.com/feature/5112558941634560.This PR adds docs for the
progress()
function.Note: The final demo code snippets are out of sync with the version available in the
dom-examples
repo. You can find the latest updates added in this PR: mdn/dom-examples#314. I'll keep it open until the reviews are done, in case there are further changes to make.Motivation
Additional details
Related issues and pull requests