-
#TIL that "Find in Page" doesn't find words with a
::first-letterstyling (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 -
If you care for this kind of issue: star crbug.com/1176001 to be informed of progress.
