Hiding text from Ctrl+F in a browser
There is still no easy way hide a web page contents from find-in-page
In HTML specification Ctrl+F feature has a term find-in-page, so I use this term in my text.
Recently inert
attribute has been added to the HTML specification. The contents of inert elements cannot be selected or clicked. Additionally, the specification gives…