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
documentation for recurring requests for non-features (#56)
Fixes:
Many issues with WebComponents on Github by switching the limited inline polyfill to DarkTree, a polyfill I have written over the past couple of weeks. It's still missing a lot compared to a full implementation or even just ShadyDOM, but on the plus side, it can do local CSS and is (IMO) much more readable. In terms of issues tracked here, this should fix #60 and most of #30.
Remaining for #30 is a behavior change that results from a somewhat creative interpretation of the HTML standard regarding the <button> element that is web consensus now. I have worked with Moonchild to make this available in a future version of UXP and will update the docs here once that happens.
docs.microsoft.com renamed to learn.microsoft.com, add polyfills so we pass the feature tests (#52)
Technical notes:
As a temporary workaround for the memory leak investigated in #50, soft navigation is disabled on Github by monkeypatching Turbo. There is definitely something wrong in UXP as it can be reproduced without any addons, so far we haven't been able to track down what.