var a = document.getElementById('a'); var b = document.getElementById('b'); var c = document.getElementById('c');
isnot(a.form, null, "First legend element should have a not null form IDL attribute");
is(b.form, null, "Second legend element should have a null form IDL attribute");
is(c.form, null, "Third legend element should have a null form IDL attribute");
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.