Bug 1108378 - Do not expose the <mphantom> element to the accessible tree. r=karl

This commit is contained in:
Frédéric Wang 2014-12-07 08:39:00 +01:00
Родитель 537581b71a
Коммит 804c21d5f8
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -326,3 +326,8 @@ mscarries {
-moz-math-display: inline;
}
*/
/* Do not expose the <mphantom> element to the accessible tree. */
mphantom {
visibility: hidden;
}