Comment on DuckDuckGo \u202EparentComments−Retr0id4yIt's intentional, because there is no RTL override in the HTML source, the string is merely reversed.−progval4yno RTL override in the HTML source, the string is merely reversedWhat? After opening the source, ctrl-f "representation" selects the reversed word. The source view just happens to interpret the RTL override.−dzaima4ybut there is, see: document.querySelector(".zci__body").textContent.charCodeAt(0) document.querySelector(".zci__body").textContent.substring(1)
Comments
It's intentional, because there is 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: