scroll-to-text-fragment.idl (377B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: URL Fragment Text Directives (https://wicg.github.io/scroll-to-text-fragment/) 5 6 [Exposed=Window] 7 interface FragmentDirective { 8 }; 9 10 partial interface Document { 11 [SameObject] readonly attribute FragmentDirective fragmentDirective; 12 };