Kindle: nav landmarks not hidden
Closed this issue · 2 comments
finanzer commented
JayPanoz commented
OK thanks I just checked and it seems that Kindle is not taking the namespace
into account, which is why it fails.
Alternatively, if you’re using the HTML5 hidden
attribute, then
[hidden] {
display: none;
}
works too. I’ll add that to the reset since there’s no way I can tell whether user will use an id
or not.
JayPanoz commented
Closing this as it was addressed a long time ago but please bear in mind it might not work in the “Look Inside” feature.