View Single Post
Old 01-14-2025, 07:28 AM   #13
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,961
Karma: 147448039
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Falkor View Post
I just tried the following:

Code:
.hellothere {
  display: none;
  }

@supports (letter-spacing:2em) {
.hellothere {
  display: block;
  
  }
  }
Code:
<p class="hellothere">Hi, I support letter-spacing.</p>
And guess what: letter-spacing is supported. It just doesn't do anything on the device.
Given it didn't do anything means it's not supported. It has to work to be supported.

Last edited by JSWolf; 01-14-2025 at 09:34 AM.
JSWolf is offline   Reply With Quote