In the explainer, the dictionary is scoped to the window.
Isn't that a bit limiting? e.g. perhaps the same window can have forms that are specific (e.g. a klingon chat widget) and other forms that are not (e.g. a site feedback form)?
Sounds to me like the dictionary should be a property of a form or DOM subtree, kind of like lang, rather than a full-document thing.
In the explainer, the dictionary is scoped to the window.
Isn't that a bit limiting? e.g. perhaps the same window can have forms that are specific (e.g. a klingon chat widget) and other forms that are not (e.g. a site feedback form)?
Sounds to me like the dictionary should be a property of a form or DOM subtree, kind of like
lang, rather than a full-document thing.