-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look if we need to add a fallback for word-break
#28304
Comments
code
for word-break
word-break
See #28381 for a possible solution. |
It's not a browser bug... this isn't a standard yet. |
Browser support, is I guess what I meant. I don't know if we should have a label for that or not, but that's another issue. |
We don't, thus how I actually noticed the issue. Using vnu.jar's web interface, which can also lint CSS, I saw the IMO we shouldn't use non-standard properties when possible, and when we do we need to make sure we have fallbacks. Because something works in Chrome/Chromium, certainly doesn't mean is standard, and we shouldn't endorse this. |
/CC @twbs/css-review, not sure if this is still applicable. |
/CC @twbs/css-review |
Currently we are using
word-break: break-word;
in various places likecode
.This isn't a standard property, at least not yet.
See if we need to provide a fallback.
/CC @mdo @MartijnCuppens
The text was updated successfully, but these errors were encountered: