View Single Post
Old 12-25-2021, 04:54 PM   #7
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,758
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
The best way to understand and demonstrate a problem is to write a minimal testcase.
Code:
<!DOCTYPE html>
<html>
<head>
<title>issue</title>
<style>
#issue {
 color: green;
}
</style>
</head>
<body>
<p id="issue">This demonstrates the issue. It should be green but it's red!</p>
</body>
</html>
In lieu of that, refer to what I wrote previously.
Frenzie is offline   Reply With Quote