mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
webxdc: discourage usage of the <title> tag (#3309)
This commit is contained in:
@@ -182,6 +182,8 @@ just clone and start adapting things to your need.
|
|||||||
- viewport and scaling features are implementation specific,
|
- viewport and scaling features are implementation specific,
|
||||||
if you want to have an explicit behavior, you can add eg.
|
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
|
`<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,
|
- 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,
|
eg. in the future, we will may define icon- and manifest-files,
|
||||||
allow to aggregate the state or add metadata.
|
allow to aggregate the state or add metadata.
|
||||||
|
|||||||
Reference in New Issue
Block a user