WICG / inert

Polyfill for the inert attribute and property.
Other
922 stars 79 forks source link

Sauce labs corrections #186

Closed bkardell closed 2 years ago

bkardell commented 2 years ago

Closes #185 by fixing the browsers we test the polyfll itself against - the rest are obviously covered by WPT and what we lack here would be a simple test switch otherwise that isn't very useful

(the rationale for which is that the polyfill has to make approximations with the tools we had available, like removing a tabindex attribute, and restoring it later - and it tests those approximations which of course won't be true if you're using the new 'primitive' which can juggle those internally for you)

bkardell commented 2 years ago

Also worth noting that it looks like the CI is failing because of the old sauce lab conf anyways