Skip to content

Conversation

marcoscaceres
Copy link
Member

@marcoscaceres marcoscaceres commented Sep 9, 2025

Closes #113

This pull request clarifies how badge values are managed for installed web applications in the index.html documentation. Specifically, it explains that the operating system is responsible for storing and managing the badge value, with the user agent serving as an intermediary to communicate changes.

Documentation clarification:

  • Updated the description of badge initialization to state that the operating system manages the badge value and the user agent communicates badge changes to the OS.

This change:

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

Preview | Diff

Copy link

@Copilot 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

This PR clarifies the documentation for badge value management in installed web applications, specifically explaining the role of the operating system as the backing store for badge values.

  • Adds clarification that the operating system stores and manages badge values
  • Explains the user agent's role as an intermediary between the application and OS
  • Makes editorial improvements to the badge initialization documentation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Collaborator

@fallaciousreasoning fallaciousreasoning left a comment

Choose a reason for hiding this comment

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

lgtm

@marcoscaceres marcoscaceres merged commit 5c2df8e into main Sep 25, 2025
2 checks passed
@marcoscaceres marcoscaceres deleted the backingstore branch September 25, 2025 10:09
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.

Clarify that it's the OS that ultimately serves as the backing store
3 participants