Seeing as support for IE11 has been dropped, I suppose you can start utilising more native elements:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meter
Title |
|
||||||
Labels |
Added:
?
|
Labels |
Added:
J4 Issue
|
It should be progress not meter
Yes, that was what I meant with my previous comment. The tag had been stripped off from my comment because I had forgotten to quote it.
@brianteeman I'd say use both. Certain elements in Joomla such as the Pasword Strength I'd say should be <meter>
as the <progress>
is there to show the level of completion
well the password strength needs completely rewriting (see my RFC) as its not a strength meter at all but yes in general you would be correct. Pull Requests welcome ;)
Status | New | ⇒ | Discussion |
Title |
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-12 12:52:24 |
Closed_By | ⇒ | C-Lodder |
Why not use ? See the "See also" note at the bottom of the linked Mozilla docs page.
It seems it is supported on a wider range of browsers, including Android web view, which does not support the elemen, according to the Mozilla doc.