Earlier quoted context omitted.
> But I really wish there were an HTML-native way to load from separate files Seems like the JS folks blocked this from happening. It's weird to me to think we've arrived at the point where JS considerations have come to dominate for something that was built to be a document sharing platform.
No one blocked it. If you're referring to HTML Imports, the problem with them is that they didn't integrate with JS modules. There's a new HTML modules proposal [1], and with JS import assertions and CSS and JSON modules landing [2], HTML modules are probably not far behind. [1]: https://github.com/WICG/webcomponents/blob/gh-pages/proposal... [2]: https://web.dev/css-module-scripts/
spankaalee: not true, they were removed because.... they were't compatible with JS
---
goatlover: JS considerations have come to dominate for something that was built to be a document sharing platform.
spankalee: here are two proposals which are... Javascript-only, don't work without javascript, and add more Javascript to the platform
---
¯\_(ツ)_/¯