Skip to content

Commit d8c5ec1

Browse files
authored
Update explainer.md (MicrosoftEdge#971)
1 parent a2e96ff commit d8c5ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SystemStatusIcon/explainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Web applications currently do not have a way of participating in the system stat
2222
Instead of menu bar extra or system tray area, we use the term "*System Status area*" to refer to the OS surface where the platform displays information like network, time, battery, etc. Most major platforms have a similar surface, and they can also have mechanisms that allow apps to participate in this surface. The goal is to allow web apps to have a presence in the "system status" area, and present certain functionality to end users.
2323

2424
For example, on Windows, this is the area in the bottom-right corner of the desktop. The screenshot below shows a file backup app, a videoplayer, an email client and an instant messaging program running and having presence in the *system tray* area.
25-
![Image of Windows System Status](SystrayWindows.png)
25+
![Image of Windows System Status](systrayWindows.png)
2626

2727
In macOS, this is the area in the top-right corner of the desktop. In the screenshot below we can see a messaging app, an email client, a VPN client, a videoplayer and a file backup program running and having an icon in their menu bar area. This is called "[menu bar extras](https://developer.apple.com/design/human-interface-guidelines/the-menu-bar#Menu-bar-extras)".
2828

29-
![Image of macOS Menu Bar](MacMenuBar1.png)
29+
![Image of macOS Menu Bar](macMenuBar1.png)
3030

3131
Other platforms like Ubuntu, that use the GNOME GUI can be tweaked to display apps on the "GNOME shell top bar", although this requires the use of [GNOME extensions](https://extensions.gnome.org/extension/1160/dash-to-panel/). Ubuntu does not support this functionality out of the box, so it is out of the scope of this feature to cover this platform.
3232

@@ -156,4 +156,4 @@ No. The feature in this explainer only allows for isntalled web apps to have an
156156

157157
## Acknowledgements
158158

159-
We would like to acknowledge critical input to this feature by Tess Hober.
159+
We would like to acknowledge critical input to this feature by Tess Hober.

0 commit comments

Comments
 (0)