Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
layout
/
base
/
crashtests
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 465 B
Quelle 491547-1.xhtml Sprache: unbekannt
<window xmlns="
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul
">
<box id="a" style="display: list-item;">
&m&m
<box id="b"/>
</box>
<style xmlns="
http://www.w3.org/1999/xhtml
">
#a::first-letter {float: right; }
</style>
<script xmlns="
http://www.w3.org/1999/xhtml
">
function doe() {
document.getElementById('a').style.direction = 'rtl';
document.getElementById('b').style.direction = 'ltr';
}
setTimeout(doe, 100);
</script>
</window>
[ Dauer der Verarbeitung: 0.1 Sekunden (vorverarbeitet)
]
2026-04-04