From 7e609816a3b39934ebb9605133e55c9d55bfca50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Mon, 26 Oct 2020 16:16:34 +1100 Subject: [PATCH] chore: add change log section --- index.html | 35 +++++++++++++++++++++++++++++------ tidyconfig.txt | 1 + 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 557d6681b..b74fbf3d5 100644 --- a/index.html +++ b/index.html @@ -111,12 +111,12 @@

- This specification defines a JSON-based file format that provides - developers with a centralized place to put metadata associated with a - web application. This metadata includes, but is not limited to, the web - application's name, links to icons, as well as the preferred URL to - open when a user launches the web application. The manifest also allows - developers to declare a default screen orientation for their web + [[SMIL3]] This specification defines a JSON-based file format that + provides developers with a centralized place to put metadata associated + with a web application. This metadata includes, but is not limited to, + the web application's name, links to icons, as well as the preferred + URL to open when a user launches the web application. The manifest also + allows developers to declare a default screen orientation for their web application, as well as providing the ability to set the display mode for the application (e.g., in fullscreen). Additionally, the manifest allows a developer to "scope" a web application to a URL. This @@ -3071,6 +3071,29 @@

+
+

+ Change log +

+

+ The following are normative changes since last publication. +

+ +
diff --git a/tidyconfig.txt b/tidyconfig.txt index 40ab3ac8c..707999e34 100644 --- a/tidyconfig.txt +++ b/tidyconfig.txt @@ -3,3 +3,4 @@ indent: yes indent-spaces: 2 wrap: 80 tidy-mark: no +custom-tags: yes