You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
Specifically this causes an issue on the dart side of things, because dart:html actually verifies the base class is of the expected type when registering an element. We might be able to put an exception in for td if it comes to that though....
The text was updated successfully, but these errors were encountered:
I'm not sure if any browsers implement that subtype except IE. The bugs the code linked too are still open. Since browsers are inconsistent, not sure what the polyfill should do. I suppose it could polyfill that interface for Chrome/Safari/Firefox, bringing them up to spec. Or alternatively emulate the bugged behavior on IE. Not sure what is best.
FWIW, I don't think Dart should be relying on these kind of details...
When under the polyfill, td's aren't instances of HTMLTableCellElement. It looks like this has been broken for a while
webcomponentsjs/src/ShadowDOM/wrappers/override-constructors.js
Line 86 in e49de93
Specifically this causes an issue on the dart side of things, because dart:html actually verifies the base class is of the expected type when registering an element. We might be able to put an exception in for td if it comes to that though....
The text was updated successfully, but these errors were encountered: