Eemeli Aro
Eemeli Aro
**Describe the bug** The XML parser does not support `` content. **To Reproduce** ```js import XMLParser from 'happy-dom/lib/xml-parser/XMLParser.js' import Window from 'happy-dom/lib/window/Window.js' const src = '' const doc = new...
Adds an initial set of expression, markup, and message attribute definitions. The proposed attributes are drawn from: - [XLIFF 2.2](https://docs.oasis-open.org/xliff/xliff-core/v2.2/xliff-core-v2.2-part1.html) - The messages.json web extension definition for [placeholders.example](https://developer.chrome.com/docs/extensions/how-to/ui/localization-message-formats#placeholders) - https://github.com/eemeli/message-resource-wg/issues/19...
_Originally posted by @macchiati in https://github.com/unicode-org/message-format-wg/issues/1094#issuecomment-3157026080_: I agree that the terminology is very confusing. For example, a resolved value is not a "container" as the following implies (my bolding). >...
Thus far, we've mostly been operating as if the [maintaining-registry](https://github.com/unicode-org/message-format-wg/blob/main/exploration/maintaining-registry.md) design doc authored by @aphillips was accepted, but it is technically only "Proposed". We should revisit the design doc, potentially...
The dual browser + Node.js build using Rollup is dropped, and replaced by a single Rolldown build producing ES modules. The most significant change for users is that the default...