Skip to content

Commit

Permalink
(HTML) Add -webkit prefixed props to <meter> page (mdn#30702)
Browse files Browse the repository at this point in the history
* Update index.md

In the See Also section of the HTMLElement progress page, there are links to the associated CSS pseudo-elements. This is not the same as the HTMLElement meter page so I added it.

* Update index.md

modified the 'See Also' section to follow MDN standards

* Update files/en-us/web/html/element/meter/index.md

mdn-linter

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update index.md

removed whitespace in-between the links

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Jemeni11 and github-actions[bot] authored Dec 26, 2023
1 parent 63da871 commit fb28dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/web/html/element/meter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ On Google Chrome, the resulting meter looks like this:
## See also

- {{HTMLElement("progress")}}
- {{cssxref("::-webkit-meter-bar")}}, {{cssxref("::-webkit-meter-inner-element") }}, {{cssxref("::-webkit-meter-even-less-good-value")}}, {{cssxref("::-webkit-meter-optimum-value")}}, {{cssxref("::-webkit-meter-suboptimum-value")}}: non-standard pseudo-elements

0 comments on commit fb28dcb

Please sign in to comment.