Hacker News new | ask | show | jobs
by Retr0id 1589 days ago
It's intentional, because there is no RTL override in the HTML source, the string is merely reversed.
2 comments

> no RTL override in the HTML source, the string is merely reversed

What? After opening the source, ctrl-f "representation" selects the reversed word. The source view just happens to interpret the RTL override.

but there is, see:

  document.querySelector(".zci__body").textContent.charCodeAt(0)
  document.querySelector(".zci__body").textContent.substring(1)