https://bugzilla.wikimedia.org/show_bug.cgi?id=41297

--- Comment #8 from Daniel Friesen <[email protected]> ---
For an update on the techniques:

{ overflow: hidden; height: 0; }

This technique breaks in VoiceOver and should be avoided.


{ position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,
1px, 1px, 1px); }

This one is the most reliable of them all, it works universally without
side-effects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to