Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Support for <meter>, <progress> #31
Comments
|
MDN has good documentation for the There's a CSS Tricks has a good article called HTML5 Progress Element on how you can style these, but it seems like a slippery slope of vendor prefixes to get this styling working consistently across browsers. CSS Tricks also has an article on the HTML5 Meter Element, but it's a similar story of vendor prefixes. This seems super worthwhile though - these elements are easy to create in HTML, they're just difficult to style. |
|
We'd love to have someone contribute to this issue! This work could probably be split up into the To contribute, we'd be looking for you to add a new There's lots of creative freedom with this issue. Feel free to try something unique, as long as it fits in with the general aesthetic of water.css! I think at minimum we'd be looking for the same rounded corners and similar colors that the themes already use. Let us know if you need any help or if you have any questions about how to contribute! |
|
I'd like to try to come up with something for the progress bar at least. Thank you for all the resources! |
|
Hey, I wasn't able to get animations working on Chrome, so my original PR is closed until I can figure that out. Here's a link to where I left off in case anyone else happened to be interested. |
|
There was a pull request for this on #128, but it was closed because it used IDs/classes. This is still up for grabs if that pull request doesn't get reopened. Don't forget that @asoback had an excellent WIP here: |
|
Hi |
|
@dimshik100 done- good luck! |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

HTML supports built-in progress bars:
Support for this stuff too would be cool :)