View Single Post
Old 01-22-2023, 08:01 PM   #9
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Yes, but .french = a simple CSS selector.

The :lang selector is much more advanced CSS3/CSS4... and older renderers might not be able to handle that.

- - -

It also helps make the code much more human-readable.

Would you know what:

Code:
lang="et"
stands for off the top of your head? Nope.

But if you saw:

Code:
class="estonian" lang="et"
now that makes more sense!

Last edited by Tex2002ans; 01-22-2023 at 08:05 PM.
Tex2002ans is offline   Reply With Quote