On 10/12/2024 5:00 AM, Eli Zaretskii wrote: > I'd prefer if we had code that, when it detects an unsafe display > property, would completely skip all of it. With the above code, I > fond it difficult to reason whether it sometimes considers newlines > inside unsafe properties. How about this implementation instead? I think it should do the same thing as my previous implementation, at least in all the cases we care about. I've also added some regression tests to verify that the code works the way we expect.