Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/sc/source/ui/vba/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 1 kB image not shown  

Quelle  link-root-1.xhtml   Sprache: unbekannt

 
<?xml version="1.0"?>
<!DOCTYPE html>
<a xmlns="http://www.w3.org/1999/xhtml"
   href="http://www.example-notvisited.tld" class="reftest-wait">
<style>
<![CDATA[

a { display: block; width: 100%; height: 100% }

:link { background: red }
:visited { background: green }

]]>
</style>
<script>
<![CDATA[

var a = document.documentElement;
getComputedStyle(a, "").backgroundColor; // flush style
a.href = "visited-page.html";
getComputedStyle(a, "").backgroundColor; // flush style
document.documentElement.removeAttribute("class");

]]>
</script>
</a>

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]