webxdc: discourage usage of the <title> tag (#3309)

This commit is contained in:
bjoern
2022-05-11 22:07:43 +02:00
committed by GitHub
parent 984346d682
commit e603a10ab4

View File

@@ -182,6 +182,8 @@ just clone and start adapting things to your need.
- viewport and scaling features are implementation specific,
if you want to have an explicit behavior, you can add eg.
`<meta name="viewport" content="initial-scale=1; user-scalable=no">` to your Webxdc
- the `<title>` tag should not be used and its content is usually not displayed;
instead, use the `name` property from `manifest.toml`
- there are tons of ideas for enhancements of the API and the file format,
eg. in the future, we will may define icon- and manifest-files,
allow to aggregate the state or add metadata.