tomayac’s avatartomayac’s Twitter Archive—№ 19,550

    1. #TIL that "Find in Page" doesn't find words with a ::first-letter styling (developer.mozilla.org/en-US/docs/Web/CSS/::first-letter). This also means that text fragments links (internally based on this) don't work: ❌ Linking to "𝕃orem": yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/CSS/::first-letter/_sample_.Simple_drop_cap.html#:~:text=Lorem ✅ Linking to "ipsum": yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/CSS/::first-letter/_sample_.Simple_drop_cap.html#:~:text=ipsum
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @tomayac
    If you care for this kind of issue: star crbug.com/1176001 to be informed of progress.