Text fragments in Firefox

Firefox, Firefox for Android Firefox, Firefox for Android 最終更新日時: 4 hours ago
この記事はまだ翻訳されていません。すでに SUMO のローカライズ方法を知っている場合は、この記事を翻訳してください。SUMO の記事を翻訳する方法を学びたい場合は、記事翻訳の手引きをご覧ください

Text fragments enable users to link directly to a specific portion of text within a web document without requiring the document’s author to annotate the text with an ID. This feature leverages a unique syntax in the URL fragment to identify and highlight the target text.

This enables you to create links that highlight a specific portion of text on a webpage. When someone clicks your link, the browser navigates to the webpage and automatically scrolls to and highlights the desired text.

How to use text fragments

One of the web’s most fundamental features is the ability to link between different documents. There are two primary ways to create links:

link to the top

link specific

Create and use text fragments in Firefox

  1. Identify the text to highlight. Choose the exact text you want users to see on the target webpage.
  2. Create the URL. Use the following syntax to add a text fragment to the URL:
    link step 2
:~:Known as the fragment directive, this sequence of characters tells the browser that what comes next is one or more user-agent instructions, which are stripped from the URL during loading so that author scripts cannot directly interact with them.
text= A text directive. This provides a text fragment to the browser, defining what text is to be linked to in the linked document.
textStart A text string specifying the start of the linked text. When used without textEnd it will contain the whole range that must be highlighted.
textEnd A text string specifying the end of the linked text. When textStart and textEnd are both present, they serve as boundary points of a range.
prefix- A text string followed by a hyphen specifying what text should immediately precede the linked text, only allowing for whitespace in between. This helps the browser to select the correct linked text, in cases where there are multiple matches.
-suffix A hyphen followed by a text string specifying what text should immediately follow the linked text, only allowing for whitespace in between. This helps the browser to select the correct linked text, in cases where there are multiple matches.
Note: The text strings used for the following parameters must be percent-encoded: textStart, textEnd, prefix, suffix-.
For example, this highlights the phrase “Firefox Text Fragments” on the page:
Text fragment example

Test your link: Open the link in Firefox to ensure it highlights the intended text. If the webpage content changes or multiple matches are present, adjust the fragment using a prefix or suffix for greater accuracy.

Practical examples

  1. Highlight a single word:
    practical 1
    This highlights the word “example”.
  2. Highlight a range of text:
    practical 2
    This highlights the text “Text Fragments are useful”.
  3. Add context for ambiguous matches:
    practical 3
    This ensures the specific phrase is highlighted even if similar text exists on the page.
Note: While Firefox supports text fragments, ensure your recipients use a compatible browser to benefit from this feature. Supported browsers are Firefox, Chrome, Edge, Safari and Opera.

Common questions

What happens if the target text changes?

The text fragment might fail if the target text is removed or altered significantly. Use prefixes and suffixes to improve resilience. If matching fails, the page behaves as if there is no text fragment. If an additional document fragment is present, it is scrolled to, otherwise the page scrolls to the top.

Can I use text fragments with non-text elements?

No. Text fragments only work with selectable text, not images, videos or dynamic elements.

Do all users see the highlight?

Yes, as long as their browser supports text fragments.

What are the limitations of linking to document fragments?

Linking to document fragments requires the page author to define an anchor, such as an id attribute, in the HTML.

If the ID is modified or removed, the link breaks and the user is redirected to the top of the page. While this behavior is an example of graceful degradation, it limits the control of the link author. The ability to link precisely to specific content is at the mercy of the page author’s decisions.

この記事は役に立ちましたか?

しばらくお待ちください...

以下の人々がこの記事の執筆を手伝ってくれました:

Illustration of hands

ボランティア

あなたの専門知識を成長させ、他の人と共有してください。質問に答えたり、ナレッジベースを改善したりしてください。

詳しく学ぶ