You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: https://w3c.github.io/aria/#:~:text=semantic,accessible
This scrolls to and highlights the first instance of a text string starting with semantic and ending with accessible.
Browser Support: Chrome 81, Edge 83, Firefox (Not supported), Opera 68, Safari (Not supported)
Accessibility:
For IA2/ATK, this should be exposed as a text attribute mark:true (IA2/ATK)
For Mac, expose as AXHighlight (undocumented property).
Accessibility Status: Supported in Firefox, not supported in Chromium yet (bug).
The text was updated successfully, but these errors were encountered:
Text fragments - URIs | MDN
Usually, to link to a specific part of a webpage, you would include the URL and the document fragment(ID) of that section. For example, https://w3c.github.io/aria/#states_and_properties. The author of the page must include IDs for elements that they want to be linked to.
With text fragments, link authors can specify text content to link to, rather than document fragments.
The syntax is:
Example: https://w3c.github.io/aria/#:~:text=semantic,accessible
This scrolls to and highlights the first instance of a text string starting with
semantic
and ending withaccessible
.Browser Support: Chrome 81, Edge 83, Firefox (Not supported), Opera 68, Safari (Not supported)
Accessibility:
For IA2/ATK, this should be exposed as a text attribute mark:true (IA2/ATK)
For Mac, expose as AXHighlight (undocumented property).
Accessibility Status: Supported in Firefox, not supported in Chromium yet (bug).
The text was updated successfully, but these errors were encountered: