<!-- static default 1 -->
<form>
<div>
<input type="submit" checked="checked"><span id="s1a">There should be no red.</span>
</div>
<div>
<input type="submit"><span id="s1b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- static default 2 -->
<form>
<div>
<button type="submit" checked="checked" id="foo"></button>
<span id="s2a">There should be no red.</span>
</div>
<div>
<button type="submit"></button>
<span class="reverse" id="s2b">There should be no red.</span>
</div>
</form>
<!-- static default 3 -->
<form>
<div>
<input type="checkbox" checked="checked" id="foo">
<span id="s3a">There should be no red.</span>
</div>
<div>
<input checked="checked">
<span class="reverse" id="s3b">There should be no red.</span>
</div>
</form>
<!-- static default 3 -->
<form>
<div>
<input type="radio" checked="checked" id="foo">
<span id="s4a">There should be no red.</span>
</div>
<div>
<input checked="checked">
<span class="reverse" id="s4b">There should be no red.</span>
</div>
</form>
<!-- static default 5 -->
<form>
<div>
<input type="image"><span id="s5a">There should be no red.</span>
</div>
<div>
<input type="image"><span id="s5b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 1 -->
<form>
<div>
<input type="submit" checked="checked" id="foo1">
<span class="reverse" id="1a">There should be no red.</span>
</div>
<div>
<input type="submit">
<span id="1b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 2 -->
<form>
<div>
<button type="submit" checked="checked" id="foo2"></button>
<span class="reverse" id="2a">There should be no red.</span>
</div>
<div>
<button type="submit"></button>
<span id="2b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 3 -->
<form>
<div>
<input type="checkbox" checked="checked" id="foo3">
<span class="reverse" id="3a">There should be no red.</span>
</div>
<div>
<input checked="checked" id="bar3">
<span id="3b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 4 -->
<form>
<div>
<input type="radio" checked="checked" id="foo4">
<span class="reverse" id="4a" >There should be no red.</span>
</div>
<div>
<input checked="checked" id="bar4">
<span id="4b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 5 -->
<form>
<div>
<input type="submit">
<input type="radio" checked="checked" id="foo5">
<span id="5" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 6 -->
<form>
<div id="div6">
<span id="6a">There should be no red.</span>
</div>
<div>
<input type="submit"><span id="6b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 7 -->
<form>
<div>
<input type="submit"><span id="7a">There should be no red.</span>
</div>
<div id="div7">
<span class="reverse" id="7b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 8 -->
<form>
<div id="div8"><span id="8a">There should be no red.</span>
</div>
<div>
<input type="image" id="foo"><span class="reverse" id="8b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 9 -->
<form>
<div>
<input type="image"><span id="9a">There should be no red.</span>
</div>
<div id="div9">
<span class="reverse" id="9b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 10 -->
<form>
<div id="div10">
<input type="submit"><span id="10a" class="reverse">There should be no red.</span>
</div>
<div>
<input type="submit"><span id="10b" >There should be no red.</span>
</div>
</form>
<!-- dynamic default 11 -->
<form>
<div id="div11a">
<input type="submit"><span id="11a">There should be no red.</span>
</div>
<div id="div11">
<input type="submit"><span id="11b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 12 -->
<form>
<div id="div12">
<input type="image"><span id="12a" class="reverse">There should be no red.</span>
</div>
<div>
<input type="image"><span id="12b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 13 -->
<form>
<div id="div13a">
<input type="image"><span id="13a">There should be no red.</span>
</div>
<div id="div13">
<input type="image"><span id="13b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 14 -->
<form>
<div id="div14a">
<input type="submit" id="foo14"><span id="14a">There should be no red.</span>
</div>
<div id="div14b">
<input type="submit" id="foo14b"><span id="14b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 15 -->
<form>
<div id="div15a">
<input type="image" id="foo15a"><span id="15a">There should be no red.</span>
</div>
<div id="div15b">
<input type="image" id="foo15b"><span id="15b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 16 -->
<form>
<div>
<input type="image" checked="checked" id="foo16"></button>
<span class="reverse" id="16a">There should be no red.</span>
</div>
<div>
<input type="image"></button><span id="16b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 17 -->
<form>
<div>
<button type="button" id="foo17"></button>
<span id="17a">There should be no red.</span>
</div>
<div>
<button type="submit"></button><span class="reverse" id="17b">There should be no red.</span>
</div>
</form>
<!-- dynamic default 18 -->
<form>
<div>
<input type="button" id="foo18"></button>
<span id="18a">There should be no red.</span>
</div>
<div>
<input type="submit"></button><span id="18b" class="reverse">There should be no red.</span>
</div>
</form>
<!-- dynamic default 19 -->
<form>
<div id="div19">
<span id="19a">There should be no red.</span>
</div>
</form>
<!-- dynamic default 20 -->
<form>
<div id="div20">
<span id="20a">There should be no red.</span>
</div>
</form>
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.