Michael Koch
Michael Koch
I had a look at the source. The rule causing this is: ``` @media screen and (max-width: 425px) { thead { display: none; } } ``` in `index-mobile.scss`. This seems...
It's here: https://github.com/mdn/yari/blob/main/client/src/document/ingredients/browser-compatibility-table/index-mobile.scss It was introduce with PR #5648. So it would probably make sense to change the selector to `.bc-table thead` to keep the code for the browser compatibility...
I haven't got experience with signing commits, but probably @schalkneethling can help.
The subtitles are loaded via `file:///` when working locally. This could be a security risk and was fixed in [Bugzilla 1558299](https://bugzilla.mozilla.org/show_bug.cgi?id=1558299). Therefore to make subtitles work locally you have to...
DeepL translation: > More often div or p are used as wrapper over label+input, lists are more often used for input type="checkbox" or "radio", which is logical, because requested info...
I can confirm this error. However in my case the "aXe" tab is still visible, accessible and operational. Firefox Developer Edition 59.0b11 (64-Bit) on Windows 10
Ah sorry. So I misunderstood your initial message. I thought your panel is absent **because of** the issue :-)