Results 123 comments of Axel Hecht

Changing the parser logic can introduce subtle regressions, the HTML fixup is probably different between document and element. And it needs a security review, as Stas mentioned. I still like...

A change to how overlays work will need to come with migrations for Mozilla projects. As we take on programs like sanitizing DOM overlays, Mozilla will need to resource them...

I've dug into that thread a bit, and can't say that I'm fully understanding all the context yet. To the question, I think this is an ask for localization-level API,...

It should be, yes. A Term Attribute reference would be OK, though. https://github.com/projectfluent/fluent/blob/c480d01cf68a5f3afae613ad7243588b486023f8/syntax/abstract.mjs#L60-L61

I recall a whiteboard in Berlin .... that made it sound like a feature. But I don't remember.

FWIW, my post-l10n mind looks at bundle as a mistake. I think that a mono-lingual abstraction layer in a truly multi-lingual system creates more problems than it solves. Maybe we're...

> > FWIW, my post-l10n mind looks at bundle as a mistake. I think that a mono-lingual abstraction layer in a truly multi-lingual system creates more problems than it solves....

What is your the use-case? We're exposing `FluentType` so that you can use them to pass "tainted" variables into Fluent, that is, hints about date and number formatting to use...

I don't consider `Scope` to be part of our public API right now. There's a question of opinion on `toString()` being part of the public API of any JS object....

This might be a bug. I've created a POC on https://projectfluent.org/play/?id=866991f31481b7590e6851ab103aed6a, and it renders the latin-ish arabic numbers. If I switch the language from Arabic to Breton and back to...