[
https://issues.apache.org/jira/browse/NETBEANS-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748266#comment-16748266
]
Pete Whelpton commented on NETBEANS-1454:
-----------------------------------------
break-word is non-standard.
It's not in the CSS3 Text Module specification for word-break:
[https://www.w3.org/TR/css-text-3/#word-break-property]
And Mozilla describe it as being non-standard:
[https://developer.mozilla.org/en-US/docs/Web/CSS/word-break]
Should it be recognised by the parser? My version of FF (64) doesn't appear to
support it yet.
> Editor marks word-break: break-word CSS rule as warning
> -------------------------------------------------------
>
> Key: NETBEANS-1454
> URL: https://issues.apache.org/jira/browse/NETBEANS-1454
> Project: NetBeans
> Issue Type: Bug
> Components: web - CSS Editor
> Affects Versions: 9.0
> Environment: Windows 10
> Reporter: Artur Stępień
> Priority: Minor
> Labels: easyfix
>
> CSS Editor showing following css atributes in a rule as a warning:
>
> {code:java}
> .someClass{
> word-break: break-word;
> }
> {code}
> *break-word* value for the *word-break* shows as unsupported.
> https://www.w3schools.com/cssref/css3_pr_word-break.asp
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists