Type of Change
Summary
Now that patterns for non Declarative Shadow DOM based rendering are emerging within the project via #49 and innerHTML is an option, it would probably be better for the documentation site if the component level <style> tags were lifted to the <head> of the document.
Details
The main goal here would be to help alleviate in instances of FOUC since each of those inline <style> tags is likely going to be render blocking.
Type of Change
Summary
Now that patterns for non Declarative Shadow DOM based rendering are emerging within the project via #49 and
innerHTMLis an option, it would probably be better for the documentation site if the component level<style>tags were lifted to the<head>of the document.Details
The main goal here would be to help alleviate in instances of FOUC since each of those inline
<style>tags is likely going to be render blocking.