From 7d44eed1499143d785fc4dfe85d0ce66256a199a Mon Sep 17 00:00:00 2001 From: johnjinto Date: Thu, 29 Jul 2021 21:24:55 +0530 Subject: [PATCH] Duplicated text from description can be removed. The description "(whose name is the value in square brackets)" seems to be an overlooked duplication from previous table. If not relevant to current example, can we please remove it? --- .../building_blocks/selectors/attribute_selectors/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/css/building_blocks/selectors/attribute_selectors/index.html b/files/en-us/learn/css/building_blocks/selectors/attribute_selectors/index.html index 465723f0aeaa90a..7e2d2db25c8584c 100644 --- a/files/en-us/learn/css/building_blocks/selectors/attribute_selectors/index.html +++ b/files/en-us/learn/css/building_blocks/selectors/attribute_selectors/index.html @@ -90,7 +90,7 @@

Substring matching selectors

[attr^=value] li[class^="box-"] - Matches elements with an attr attribute (whose name is the value in square brackets), whose value begins with value. + Matches elements with an attr attribute, whose value begins with value. [attr$=value]