Obsolete deep (>>> or /deep/) combinator should not be used in production code.

Noncompliant Code Example

foo /deep/ p {
}

foo >>> p {
}

See