From 2cd01ce2689a0b4af79940423c9aef9b0c96fe9a Mon Sep 17 00:00:00 2001 From: Diego Gonzalez <73939538+diekus@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:13:17 +0200 Subject: [PATCH] Details about blank/empty content (#853) * Update explainer.md adds a bullet to specify what happens if the content is blank or empty * Update explainer.md --- DocumentSubtitle/explainer.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DocumentSubtitle/explainer.md b/DocumentSubtitle/explainer.md index 9c023419..c7945e6e 100644 --- a/DocumentSubtitle/explainer.md +++ b/DocumentSubtitle/explainer.md @@ -34,7 +34,7 @@ To fix this situation, we require a bucket to store this contextual information. ## Use Cases This will allow developers 2 cases for the standard title bar. 1. Installed web apps that only have the app’s name as define in the manifest file. - * Useful to replicate some native experiences that only have the app’s name in the title bar (This is the default behaviour for web apps that do not specify the app-title meta tag or define it through the JS API). + * Useful to replicate some native experiences that only have the app’s name in the title bar (This is the default behaviour for web apps that do not specify the app-title meta tag or set the content to a blank or empty string). 2. Installed Web Apps that have the app’s name and a app-title or detail as defined in the document’s meta tag. * Useful for apps that can have multiple instances running with several documents open, such as word processors. @@ -44,7 +44,6 @@ As defined in the [HTML specification](https://html.spec.whatwg.org/multipage/se `` - The following image is a mockup of a PWA using the `app-title` meta-tag. ![image of twitter installed web app with a long text in the title bar](webAppTitleBar2.png) @@ -53,6 +52,8 @@ This is achieved by adding the following meta tag in the head of the page: `` + + ## Privacy and Security Considerations The TAG privacy and security self-review is located [here](https://docs.google.com/document/d/1CwYQEf98fI5z96Y6AsQdSafp70SD5STgepD5Z8cx1HQ/edit?usp=sharing).