Closed HummingMind closed 2 years ago
The test is to see that texteditable attribute is responding.
You can see that are several definitions in order to support all browsers.
I tested texteditable attribute on Edge and it works fine.
Issue closed
@elad2412 Thank you for the reply. I wasn't saying it doesn't work. Edge just throws an error on this line.
It's an easy fix by adding "line-break: auto;" line after the "-webkit-line-break: after-white-space;" line. It wouldn't break anything and would make the error go away in Edge.
I am a bit OCD about things like this and this is my only error across browsers with your version of css reset.
Thank you.
I would argue that this is a bug in Edge causing it to not ignore engine prefixes that don't apply to it.
Hello, I am getting this in edge 102 (marked as an error):
Does the regular "line-break" need to be added?
Thank you.