`data-` prefix `anchor` attribute in docs
See original GitHub issueTop Results From Across the Web
data-* - HTML: HyperText Markup Language - MDN Web Docs
The data-* global attributes form a class of attributes called custom data attributes, that allow proprietary information to be exchanged ...
Read more >Anchor Tag Helper in ASP.NET Core | Microsoft Learn
The asp-route-{value} attribute enables a wildcard route prefix. Any value occupying the {value} placeholder is interpreted as a potential route ...
Read more >The Anchor element in HTML
An anchor is a piece of text which marks the beginning and/or the end of a hypertext link. The text between the opening...
Read more >KML Reference | Keyhole Markup Language
This element allows you to add untyped custom data. Be sure to reference the namespace prefix in the <kml> element of your file...
Read more >HTML Global data-* Attributes - W3Schools
The attribute name should not contain any uppercase letters, and must be at least one character long after the prefix "data-"; The attribute...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yup, only the js file will be changed, is that correct?
@KnightJam1 The attribute is only used in the documentation at
reference.html
, so you’ll only need to follow the Improving documentation steps. After making the change you can simply inspect the DOM of the document locally, using the “Elements” tab in your browser’s devtools, to see if the change is reflected in that document.