Skip to content

Rename "default display mode" to "applied display mode"#1215

Open
marcoscaceres wants to merge 2 commits intomainfrom
fix-display-mode-terminology
Open

Rename "default display mode" to "applied display mode"#1215
marcoscaceres wants to merge 2 commits intomainfrom
fix-display-mode-terminology

Conversation

@marcoscaceres
Copy link
Copy Markdown
Member

@marcoscaceres marcoscaceres commented Apr 10, 2026

Closes #1024

This change (choose at least one, delete ones that don't apply):

  • Makes editorial changes (changes informative sections, or changes normative sections without changing behavior)

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
display member declares the preferred display mode, the UA determines the
applied display mode (via the fallback chain and user/UA overrides), and the
display-mode media 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

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.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-mode media 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Default display mode" section is super confusing

2 participants