Caniuse News

Two new features added: word-break and getComputedStyle

As requested, the following two features were added:

The CSS3 word-break property allows words to be broken across lines with "break-all" or CJK text to not be broken with "keep-all".

The getComputedStyle DOM method provides a way to retrieve the current styles applied to any given element or element's pseudo-classes.