Hi. Very weird situation. I have a code, hundreds of KB, works for years, and this morning there is suddenly a big mess. It took a lot of time to debug it, but here is the minimal example I created.
- Open a sandbox.
- Put the code
<div data-brbnk="3445">abc</div> <div data-br_nk="3445">abc</div>
- Open a preview.
- Click F12 to open the code Inspector.
- Find the relevant HTML part in the code.
- Expected:
<div data-brbnk="3445">abc</div> <div data-br_nk="3445">abc</div>
And this was there yesterday for sure.
- Got:
<div data-brbnk="3445">abc</div> <div>abc</div>
There isn't something relevant in the console. Happens on different devices, OSs, browsers, and logged out. I've checked other characters. Looks like the dot doesn't sometimes work too, and the rest do work. Was there any new HTML sanitizer deployed this week? Because if wasn't, it seems to be a problem. I even checked if there isn't any new HTML standard published, to be sure. What is more weird, it's nondeterministic. Sometimes, very rarely, I got the right answer, without any visible reason. So, I can't prove you it happens if you can't reproduce it. I can give you the page I mentioned, when it always happens, but I'm pretty sure it's too complicated to debug this.
Thank you.

