We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55583d7 + 49c635e commit c85560bCopy full SHA for c85560b
components/css_selector.rst
@@ -40,7 +40,7 @@ long and unwieldy expressions.
40
Many developers -- particularly web developers -- are more comfortable
41
using CSS selectors to find elements. As well as working in stylesheets,
42
CSS selectors are used in JavaScript with the ``querySelectorAll()`` function
43
-and in popular JavaScript libraries such as jQuery, Prototype and MooTools.
+and in popular JavaScript libraries such as jQuery.
44
45
CSS selectors are less powerful than XPath, but far easier to write, read
46
and understand. Since they are less powerful, almost all CSS selectors can
0 commit comments