Convert DateTimeBox UA Widget to use Fluent instead of DTDs
Categories
(Toolkit :: UI Widgets, task)
Tracking
()
People
(Reporter: Gijs, Unassigned)
Details
| Comment hidden (obsolete) |
| Reporter | ||
Comment 1•6 years ago
|
||
In lieu of comment #0, current thinking is to make importNodeAndAppendChildAt and friends do the heavy lifting instead, and directly modify the DOM fragment.
| Reporter | ||
Comment 2•6 years ago
|
||
(In reply to :Gijs (he/him) from comment #1)
In lieu of comment #0, current thinking is to make
importNodeAndAppendChildAtand friends do the heavy lifting instead, and directly modify the DOM fragment.
Zibi, we might need sync l10n for this, I think? Insofar as the l10n stuff impacts layout, that is. Do we have APIs for that in place? I don't see anything on DOMLocalization.
Comment 3•6 years ago
|
||
If you have a document that you want to be localized synchronously, all you have to do is set data-l10n-sync on the root element.
If you want imperative, there's a second argument to Localization constructor.
But I'm not sure why you need it to be sync?
| Reporter | ||
Comment 4•3 years ago
|
||
I'm not actually working on this at the moment.
Updated•3 years ago
|