Caffeinix

Results 4 issues of Caffeinix

### Description Selectors of the form: ``` :host(:dir(rtl)) ``` are transformed to, e.g., ``` :host([dir="rtl"]) ``` But, as MDN puts it: > Be aware that the behavior of the :dir()...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

When `modifyBlocks` is called on a selection that was created by double-clicking on a line of text in the editor, the `DocumentFragment` passed to the modify function contains both the...

I have written an extension to `IronMultiSelectableBehavior` that implements a more general and traditional form of multi-select, similar to how multi-select works in most desktop applications. The behavior is as...

enhancement
p1 - backlog

Although the default value for `skip_input_action` is "ui_cancel", it's more typical in RPGs to make spamming the "next"/"accept" button skip the animation of the text into the dialogue box. Unfortunately,...