From 9de3c3f068983ade2d11178d140c6c5a1668f217 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Fri, 8 Dec 2023 00:59:58 +0800 Subject: [PATCH] Add hyperlink to HTML standards for data- prefix (#2072) Fixes #2071 --- www/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/docs.md b/www/content/docs.md index 204fe6e7..8936c7f7 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -96,7 +96,7 @@ within the [original web programming model](https://www.ics.uci.edu/~fielding/pu using [Hypertext As The Engine Of Application State](https://en.wikipedia.org/wiki/HATEOAS) without even needing to really understand that concept. -It's worth mentioning that, if you prefer, you can use the `data-` prefix when using htmx: +It's worth mentioning that, if you prefer, you can use the [`data-`](https://html.spec.whatwg.org/multipage/dom.html#attr-data-*) prefix when using htmx: ```html Click Me!