Is text-decoration-skip supported?

HTML

<a href="#">Hello world</a>

CSS

a {
    -webkit-text-decoration-skip: spaces;
}