From 6dcb992137a808940e1e6097500c134882311997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 28 Dec 2020 19:26:11 +0100 Subject: [PATCH] Use :focus-visible in "Phrasing Content" section. This matches Firefox, and the intent of this CSS pseudo-class, see https://github.com/w3c/csswg-drafts/issues/4278. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 585510e9568..13b64c2abc5 100644 --- a/source +++ b/source @@ -112952,7 +112952,7 @@ rt { display: ruby-text; } :link:active, :visited:active { color: #FF0000; } :link, :visited { text-decoration: underline; cursor: pointer; } -:focus { outline: auto; } +:focus-visible { outline: auto; } mark { background: yellow; color: black; } /* this color is just a suggestion and can be changed based on implementation feedback */