Sasha Firsov
Sasha Firsov
On test UI there are only 2 groups with final pass/failure status. To check which exact test is failing it is required to open the debugger and dig over the...
### EPA / `embed-page` notes on JS scope, window and application security of scope insulation. * `anonymous` default scope makes complete insulation * `none` is a global scope, no insulation....
The API for scoping is still in drafts, hence there is need for own implementation. Community have come with own way around: https://open-wc.org/docs/development/scoped-elements/
Which leads as to CSS overlap as to mediaqueries mess-up. https://jsfiddle.net/juL054e3/
Microapplication Container loads various resource types and along with loading it needs to transform those resources more than once. As transformations would be aware of syntax and some semantics, it...
some rudimentary mapping is already implemented, question is **what standard to follow** ? There are some related uses and proposals: - https://github.com/WICG/import-maps - https://github.com/WICG/import-maps#community-polyfills-and-tooling - https://wicg.github.io/import-maps/ https://github.com/open-wc/open-wc/tree/master/packages/import-maps-resolve https://github.com/WICG/import-maps/blob/master/reference-implementation/lib/resolver.js - aliases...
Current implementation in most heavy demo page delays the full page load for 1.1 second which is too long accounting the basic nature of scripts used for demo. It also...
`target` attribute to reference the links and form inside of `embed-page`. It is different than `scope`. Point of target is control over another `embed-page` instance.. The menu is a good...