mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1108378 - Do not expose the <mphantom> element to the accessible tree. r=karl
This commit is contained in:
parent
537581b71a
commit
804c21d5f8
@ -326,3 +326,8 @@ mscarries {
|
||||
-moz-math-display: inline;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Do not expose the <mphantom> element to the accessible tree. */
|
||||
mphantom {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user