Skip to content

Commit

Permalink
update 2023-12-31-apply-default-focus-ring-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Dec 31, 2023
1 parent b5ffe05 commit 2e4bb9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ button {
- `outline-width`として0より大きい`<length>`が指定されている
- `outline-color`として`-webkit-focus-ring-color`が指定されている

`-webkit-focus-ring-color`はブラウザ独自の仕様であり、標準化されていない。
`-webkit-focus-ring-color`はブラウザ独自の仕様であり、標準化されていない。`outline-color`の値を指定しなければ、`currentcolor`がフォーカスリングの色として適用されることになる。

一方でFirefoxでは、次の条件に一致するときにデフォルトのフォーカスリングが描画される。

Expand Down

0 comments on commit 2e4bb9f

Please sign in to comment.