[w3c/manifest] Export the "install" dfn for cross-spec linking (Issue #1211)

marcoscaceres created an issue (w3c/manifest#1211)

The `install` dfn (at [`#dfn-installed`](https://www.w3.org/TR/appmanifest/#dfn-installed)) is not exported, preventing other specifications from linking to it via cross-spec references.

Currently:
```html
<dfn data-local-lt="installing|installation" data-lt="installed">install</dfn>
```

This PR promotes `installing` and `installation` from `data-local-lt` to `data-lt` (making them exported aliases) and adds `class="export"` to make the dfn available for cross-spec linking.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1211
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1211@github.com>

Received on Tuesday, 24 March 2026 03:25:14 UTC