Commit edbfef56 authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

Enable CSS :focus-visible and Accessibility Focus Highlight preference

Bug: 1094565, 817199
Change-Id: Ibf5cea41aa43d5e6f932df69a0b589d8e1d57015
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277660Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786103}
parent b9897c33
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
}, },
{ {
name: "CSSFocusVisible", name: "CSSFocusVisible",
status: "experimental", status: "stable",
}, },
{ {
name: "CSSFoldables", name: "CSSFoldables",
......
...@@ -48,7 +48,7 @@ bool IsAccessibilityTreeForViewsEnabled() { ...@@ -48,7 +48,7 @@ bool IsAccessibilityTreeForViewsEnabled() {
} }
const base::Feature kAccessibilityFocusHighlight{ const base::Feature kAccessibilityFocusHighlight{
"AccessibilityFocusHighlight", base::FEATURE_DISABLED_BY_DEFAULT}; "AccessibilityFocusHighlight", base::FEATURE_ENABLED_BY_DEFAULT};
bool IsAccessibilityFocusHighlightEnabled() { bool IsAccessibilityFocusHighlightEnabled() {
return base::FeatureList::IsEnabled(::features::kAccessibilityFocusHighlight); return base::FeatureList::IsEnabled(::features::kAccessibilityFocusHighlight);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment