m_ott’s avatarm_ott’s Twitter Archive—№ 20,156

      1. 🤔🤔#CSS question: Let’s say I want to target a browser (like Safari 13) that does NOT support a certain selector. Is there a way to do that if that browser also doesn’t support the selector function for @​supports? Or do I need to use JS for that, like in the good old days? 😅
    1. …in reply to @m_ott
      For browsers with support for selector(), I could write a feature query like this:
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @m_ott
    But in the case of Safari, both @​supports selector() and :where() are only supported since version 14, so this query doesn’t work.