README.chromium 852 B

123456789101112131415161718192021222324
  1. Name: Text Fragments Polyfill
  2. Short Name: text-fragments-polyfill
  3. URL: https://github.com/GoogleChromeLabs/text-fragments-polyfill
  4. Version: 0.0.7
  5. License: Apache 2.0
  6. License File: ./LICENSE
  7. Security Critical: yes
  8. CPEPrefix: unknown
  9. Description:
  10. This library implements the Text Fragments draft spec[1] in JavaScript. This
  11. spec accepts URLs with fragments indicating text to be highlighted and scrolled
  12. into view once the page has been loaded.
  13. (e.g.: foo.com/bar#:~:text=example%20highlighted%20text)
  14. This functionality is implemented in Blink on Android and Desktop; on iOS, we
  15. instead rely on injecting this JavaScript implementation. The library is
  16. maintained by Chromium committers & DevRel; it ships on GitHub because it is
  17. shared with an extension and a polyfill.
  18. [1]: https://wicg.github.io/scroll-to-text-fragment/
  19. Local Modifications:
  20. none