This feature has been deprecated. Use Document#querySelectorAll() or
Element#querySelectorAll() instead
Load unpoly-migrate.js
to polyfill deprecated features.
Returns all descendant elements matching the given selector.
The parent element whose descendants to search.
If omitted, all elements in the document will be searched.
The CSS selector to match.