<!-- HTML5 progress element -->
<progress id="pr_indeterminate">this will be read by legacy browsers</progress>
<progress id="pr_zero" value="0">this will be read by legacy browsers</progress>
<progress id="pr_zeropointfive" value="0.5">this will be read by legacy browsers</progress>
<progress id="pr_one" value="1">this will be read by legacy browsers</progress>
<progress id="pr_42" value="42">this will be read by legacy browsers</progress>
<progress id="pr_21" value="21" max="42">this will be read by legacy browsers</progress> <!-- aria-valuetext should work due to implicit progressbar role (bug 1475376) -->
<progress id="pr_valuetext" aria-valuetext="value">this will be read by legacy browsers</progress>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.