/** Test for Bug 808991 **/
is($("content").dataset[1], "foo", "Indexed props should work like named on dataset");
is($("content").dataset["1"], "foo", "Indexed props as strings should work like named on dataset");
is($("content").dataset.bar, "baz", "Named props should work on dataset");
is($("content").dataset.bar, "baz", "Named props as strings should work on dataset");
</script>
</pre>
</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.