From 63fbb568d6d6b1b152cfcb46ff54cf4c1bc53692 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 21 Dec 2023 18:13:37 +0100 Subject: [PATCH] update formatting --- _posts/2023-12-15-reactive-custom-elements-with-html-dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md b/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md index 03c4002..a82946c 100644 --- a/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md +++ b/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md @@ -74,7 +74,7 @@ Therefore, we get some advantage over the standard `HTMLElement.dataset`: that ` ## What Now -That's it really. I still use vanilla HTMLElement custom elements, and in fact they are present on my project websites. +That's it really. I still use vanilla `HTMLElement` custom elements, and in fact they are present on my project websites. But for things that need reactivity with real JS values as properties... I have a tiny, minimalistic base class for that. :)