Exemple de code de la propriété CSS -webkit-tap-highlight-color.
<style>
span.baliseSpan:active { -webkit-tap-highlight-color : rgb(204,51,102,05) }
</style>
Lien avec sans propriété css :<br>
<a href="#">Cliquez sur le Lien</a><br>
Lien avec avec propriété css -webkit-tap-highlight-color :<br>
<a href="#" class="baliseSpan">Cliquez sur le Lien</a><br>
Interprétation du code de la propriété -webkit-tap-highlight-color CSS par votre navigateur.