Comments on: @supports selector() https://css-tricks.com/supports-selector/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Fri, 05 Nov 2021 16:59:58 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Peter Dillon https://css-tricks.com/supports-selector/#comment-1785267 Fri, 05 Nov 2021 16:59:58 +0000 https://css-tricks.com/?p=354115#comment-1785267 In reply to Peter Dillon.

Never mind:
[attr operator value i]
Adding an i (or I) before the closing bracket causes the value to be compared case-insensitively (for characters within the ASCII range).

]]>
By: Peter Dillon https://css-tricks.com/supports-selector/#comment-1785266 Fri, 05 Nov 2021 16:58:09 +0000 https://css-tricks.com/?p=354115#comment-1785266 What is the ‘i’ at the end of this:
[href$=”pdf” i]

]]>