[LinkTagModuleImport] Enhance explainer with shared stylesheets and blocking - #1376
Open
Joe Pea (trusktr) wants to merge 1 commit into
Open
[LinkTagModuleImport] Enhance explainer with shared stylesheets and blocking#1376Joe Pea (trusktr) wants to merge 1 commit into
Joe Pea (trusktr) wants to merge 1 commit into
Conversation
…locking Updated sections on shared stylesheets and render blocking for module link stylesheets.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the LinkTagModuleImport explainer to better describe two key aspects of module <link rel="stylesheet" type="module"> usage: how stylesheets can be shared across multiple link elements, and how render-blocking behavior can be enabled to mitigate FOUC.
Changes:
- Renamed/retitled the section discussing shared
CSSStyleSheetbehavior for module link stylesheets. - Added a new section explaining that render blocking is opt-in via the
blockingattribute, with an example usingblocking="render".
Suppressed comments (1)
LinkTagModuleImport/explainer.md:240
- Heading casing here is also inconsistent with the other headings in this explainer (most are Title Case). Consider updating to Title Case to match the surrounding structure.
##### Render blocking is opt-in
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated sections on shared stylesheets and render blocking for module link stylesheets.
closes #1375
cc Kurt Catti-Schmidt (@KurtCattiSchmidt)