docs: correct removal guidance on lang/type compat contexts #42
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
repos/svelte-sublime!42
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/lang-type-compat-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The comments on
tag-lang-attribute-metaandtag-type-attribute-meta(from #40) claimed both were required only until ST4184 per sublimehq/Packages#4061. Two corrections:typecontext to core HTML, and it first shipped in default packages v4193, not v4184 (verified against the tagged package sources).langattribute context at any build —tag-lang-attribute-metais package-owned and referenced by the script/style lang deciders, so it must not be removed.Without this fix, a plausible future cleanup at "min build ≥ 4184" would delete a required context and break four decider references.
Also restores a blank line before the section header that was lost in the #40 merge conflict resolution.