mikemaccana / outdated-browser-rework

Detects outdated browsers and advises users to upgrade to a new version. Handles mobile devices!
MIT License
226 stars 63 forks source link

Update README to mention the importance of doctype declaration. #103

Closed Njaah-0 closed 4 years ago

Njaah-0 commented 4 years ago

As discussed in this issue: https://github.com/mikemaccana/outdated-browser-rework/issues/102 Without doctype declaration legacy browsers might be by default in the quirks mode which breaks the banner.

mikemaccana commented 4 years ago

Thanks @Njaah-0