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. :)