Chromium Code Reviews| Index: Source/core/frame/Settings.in |
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
| index de9295de8709b90479ac3c0b1485f013460217f9..a065e2ba51a6cca7a54637a9c521852507716ad3 100644 |
| --- a/Source/core/frame/Settings.in |
| +++ b/Source/core/frame/Settings.in |
| @@ -297,5 +297,11 @@ availableHoverTypes type=int, initial=HoverTypeNone, invalidate=MediaQuery |
| primaryPointerType type=PointerType, initial=PointerTypeNone, invalidate=MediaQuery |
| primaryHoverType type=HoverType, initial=HoverTypeNone, invalidate=MediaQuery |
| +# Whether accessibility support is enabled at all. |
| accessibilityEnabled initial=false, invalidate=AccessibilityState |
| + |
| +# If true, the value in password fields is exposed as if it wasn't protected. |
|
Mike West
2014/11/07 09:51:28
Nit: "exposed to assistive technologies"? "exposed
dmazzoni
2014/11/07 22:33:42
Done.
|
| +accessibilityPasswordValuesEnabled initial=false |
| + |
| +# If true, static text nodes expose inline text box children. |
| inlineTextBoxAccessibilityEnabled initial=false |