Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about missing manifest members #32301

Merged
merged 7 commits into from Apr 19, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions files/en-us/web/manifest/index.md
Expand Up @@ -21,6 +21,10 @@ All members are optional in the specification, but some applications require som

{{ListSubpages("/en-US/docs/Web/Manifest")}}

**Note:**
dawei-wang marked this conversation as resolved.
Show resolved Hide resolved

The `dir`,`lang`, `iarc_rating_id`, and `note_taking` members are not implemented.

## Example manifest

```json
Expand Down