openstax / os-webview

:books: Front-end web application for the OpenStax web site
28 stars 3 forks source link

Support any browser that supports grid layout #2618

Closed RoyEJohnson closed 1 month ago

RoyEJohnson commented 1 month ago

DISCO-263 I simplified the test for supported browsers, reducing the risk of erroneously popping up the warning that the site might not render properly, but increasing the risk that some obscure browser will render badly and there will be no warning. I don't know of any other likely-helpful features to test for in this regard.

It looks like eslint-plugin-compat can check for these issues, but it wants node v18.