Viewing profile — drex04
drex04
HN member- Joined
- Wed, Aug 23, 2023, 2:03 PM UTC
- HN karma
- 67
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About drex04
No profile information was provided.
Recent public activity
-
comment
Comment #37237216
The Unicode bidi algorithm isn't failing here, it's working as designed. The source code snippet has base direction LTR, but has mixed-direction content because of the Hebrew text.…
-
comment
Comment #37236189
This is indeed an easy way to fix text rendering in your inputs and textareas. However, you'll also need to do the same for elements that render the submitted text. And once you en…