Results 117 comments of Eyal Gruss

closing this as it is a p5.js issue. see comment here for my latest findings: https://github.com/processing/p5.js/issues/7259#issuecomment-2518331223

i am reopening this since while the underlying p5.js issue is being worked on, the bigger issue might be that the accessible output in the editor will continue to break...

> * Typed characters and caret are immediately visible in the current highlighted colour For the current implementation using background-clip: text, as opposed to mix-blend, the above doesn't hold: 1....

@paulrouget thanks! `ch` does not account for letter-spacing. if letter-spacing is zero then ch works, but you still need to get the computed tab size in these units. regarding `lh`,...

@WebCoder49 Thanks for doing all this! Following this issue, and the discussion on working closer to the textarea "metal", I got thinking whether we could _just_ use textarea. In some...

@WebCoder49 I fixed my code to allow for both tabs and wrapping (strictly at container width), and it is now tested to also work for Firefox/Chrome/Safari on macOS and iOS,...