Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9637fc8

Browse files
Checkboxradio: Accessibility. See also 3707c55.
1 parent f5c4d62 commit 9637fc8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css/structure/jquery.mobile.forms.checkboxradio.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,11 @@
3939
}
4040
.ui-checkbox input:disabled,
4141
.ui-radio input:disabled {
42-
visibility: hidden;
42+
top: -9999px;
43+
left: -9999px;
44+
height: 1px;
45+
width: 1px;
46+
overflow: hidden;
47+
clip: rect(1px 1px 1px 1px);
48+
clip: rect(1px,1px,1px,1px);
4349
}

0 commit comments

Comments
 (0)