From 49c635ee342d9a41e12555f76cb1f8c68635ab09 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 25 Oct 2021 14:52:08 +0200 Subject: [PATCH] Removing MooTools (!) --- components/css_selector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/css_selector.rst b/components/css_selector.rst index be68d1801ed..0d3dbf8dbf9 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -40,7 +40,7 @@ long and unwieldy expressions. Many developers -- particularly web developers -- are more comfortable using CSS selectors to find elements. As well as working in stylesheets, CSS selectors are used in JavaScript with the ``querySelectorAll()`` function -and in popular JavaScript libraries such as jQuery, Prototype and MooTools. +and in popular JavaScript libraries such as jQuery. CSS selectors are less powerful than XPath, but far easier to write, read and understand. Since they are less powerful, almost all CSS selectors can