Rename "default display mode" to "applied display mode"#1215
Open
marcoscaceres wants to merge 2 commits intomainfrom
Open
Rename "default display mode" to "applied display mode"#1215marcoscaceres wants to merge 2 commits intomainfrom
marcoscaceres wants to merge 2 commits intomainfrom
Conversation
Closes #1024. The term "default" implied a fallback, when it actually meant the display mode currently in effect. This rename clarifies the three roles: the manifest declares a preferred display mode, the UA determines the applied display mode, and the display-mode media feature reflects the applied one. Also fixes the [=applies=] link so the subject is the manifest (matching the dfn at #applying), and corrects the security example from "another origin" to "out of scope" for consistency with the rest of the spec.
There was a problem hiding this comment.
Pull request overview
Renames the spec term “default display mode” to “applied display mode” to better reflect that it’s the display mode currently in effect after UA choice/overrides.
Changes:
- Replaces “default display mode” with “applied display mode” in the display mode section.
- Updates related prose around manifest application and security override example wording.
- Tweaks the
display-modemedia feature sentence to reference the new term.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Closes #1024
This change (choose at least one, delete ones that don't apply):
Commit message:
editorial: rename "default display mode" to "applied display mode"
The term "default" implied a fallback, when it actually meant the display mode
currently in effect. This rename clarifies the three roles: the manifest's
displaymember declares the preferred display mode, the UA determines theapplied display mode (via the fallback chain and user/UA overrides), and the
display-modemedia feature reflects the applied one.Also fixes the
[=applies=]cross-reference so the subject is the manifest(matching the dfn at #applying), and corrects the security override example
from "another origin" to "out of scope" for consistency with the rest of the
spec.
Preview | Diff