elad2412 / the-new-css-reset

The New Simple and Lighter CSS Reset
https://elad2412.github.io/the-new-css-reset/
MIT License
2.25k stars 229 forks source link

Browser error message regarding -webkit-line-break #46

Closed HummingMind closed 2 years ago

HummingMind commented 2 years ago

Hello, I am getting this in edge 102 (marked as an error):

image

Does the regular "line-break" need to be added?

Thank you.

elad2412 commented 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

HummingMind commented 2 years ago

@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.

ifohancroft commented 1 year ago

I would argue that this is a bug in Edge causing it to not ignore engine prefixes that don't apply to it.