From e86b042818e64e448c3f1e3e99c1c55596d42e22 Mon Sep 17 00:00:00 2001 From: gwarser Date: Mon, 23 Mar 2020 20:27:34 +0100 Subject: [PATCH] Glossary, CSS selector --- Resources-Library.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 48d1f62..56ef916 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -202,7 +202,7 @@ Removes attribute(s) from DOM tree node(s). Will run only once after page load. Parameters: - required, attribute or list of attributes joined by `|` - - optional, CSS selector, specifies nodes from which attributes will be removed + - optional, _CSS selector_, specifies nodes from which attributes will be removed *** @@ -216,7 +216,7 @@ Removes classes from DOM tree node(s). Will run only once after page load. Parameters: - required, class name or list of class names joined by `|` - - optional, CSS selector, specifies nodes from which classes will be removed + - optional, _CSS selector_, specifies nodes from which classes will be removed *** @@ -652,3 +652,4 @@ Removed. Deprecated, sets static properties (`adisplaynormal`) - element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element - property: https://developer.mozilla.org/en-US/docs/Glossary/property/JavaScript - method: https://developer.mozilla.org/en-US/docs/Glossary/Method + - CSS selector: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors