Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. URL Fragment Text Directives

URL Fragment Text Directives

TheURL fragment text directives API allows web apps to interact withtext fragments in the URL.Text fragments allow linking directly to a specific portion of text in a web document, without requiring the author to annotate it with an ID, using a particular syntax in the URL fragment.

Interfaces

FragmentDirective

A (currently) empty object.The existence of an object of this type indocument.fragmentDirective is used for feature detection.

Extensions to other interfaces

Document.fragmentDirective

A property that returns aFragmentDirective object for the current document. Currently only used for feature detection.

CSS selectors

::target-text

Represents the text that has been scrolled to. It allows authors to choose how to highlight that section of text.

Specifications

Specification
URL Fragment Text Directives
# dom-document-fragmentdirective
URL Fragment Text Directives
# fragmentdirective
CSS Pseudo-Elements Module Level 4
# selectordef-target-text

Browser compatibility

api.Document.fragmentDirective

api.FragmentDirective

css.selectors.target-text

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp