-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
BotherExpected software behaviour that is undesirable for the end userExpected software behaviour that is undesirable for the end userEnhancementGeneral enhancement to consider for a future versionGeneral enhancement to consider for a future version
Description
Hello, I'm reaching out to point out that TextFormatter, specifically right here:
uses XSLTProcessor. There's a discussion happening about whether to deprecate that API from browsers. So I wanted to point that out, and perhaps suggest including a polyfill or other workaround, so that in case it does get removed from browsers, no TextFormatter functionality is lost.
I found this library via several sites that appear to use it, and appear to be broken if XSLTProcessor is removed:
There are a few options for JS-based XSLTProcessor implementations
- Saxonica
- A WASM polyfill I wrote
- Likely others
Happy to answer questions if needed.
Metadata
Metadata
Assignees
Labels
BotherExpected software behaviour that is undesirable for the end userExpected software behaviour that is undesirable for the end userEnhancementGeneral enhancement to consider for a future versionGeneral enhancement to consider for a future version