https://github.com/twbs/bootstrap
Revision 9c3e7e5861e6ba200a75bf4a63d0e5be0ef9f608 authored by Patrick H. Lauke on 28 February 2015, 15:41:55 UTC, committed by Patrick H. Lauke on 28 February 2015, 15:41:55 UTC
Fixes "clickability" issue (and more generally, the firing of events
such as focus as well) for traditionally non-focusable elements with
role="button" (see
https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)

Fixes #15935
1 parent ad379ff
Raw File
Tip revision: 9c3e7e5861e6ba200a75bf4a63d0e5be0ef9f608 authored by Patrick H. Lauke on 28 February 2015, 15:41:55 UTC
iOS fix for role="button" elements; [fixes #15935]
Tip revision: 9c3e7e5
.editorconfig
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
back to top