about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Wüstenberg2020-12-22 11:46:49 +0100
committerGitHub2020-12-22 11:46:49 +0100
commitd41c4e5a85362dec7844a9093b43720eb0e70e72 (patch)
tree8b9fc056e2721b7403e40852de7abb998dcad993 /README.md
parentb4918d5a63434e162e5547cf0e8461fcd1931765 (diff)
downloadgomponents-d41c4e5a85362dec7844a9093b43720eb0e70e72.tar.lz
gomponents-d41c4e5a85362dec7844a9093b43720eb0e70e72.tar.zst
gomponents-d41c4e5a85362dec7844a9093b43720eb0e70e72.zip
Add data- attribute helper (#61)
Fixes #49.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31f0101..d0f51e8 100644
--- a/README.md
+++ b/README.md
@@ -137,9 +137,10 @@ For more complete examples, see [the examples directory](examples/).
 
 ### What's up with the specially named elements and attributes?
 
-Unfortunately, there are three main name clashes in HTML elements and attributes, so they need an `El` or `Attr` suffix,
+Unfortunately, there are four main name clashes in HTML elements and attributes, so they need an `El` or `Attr` suffix,
 respectively, to be able to co-exist in the same package in Go:
 
+- `data` (`DataEl`/`DataAttr`)
 - `form` (`FormEl`/`FormAttr`)
 - `style` (`StyleEl`/`StyleAttr`)
 - `title` (`TitleEl`/`TitleAttr`)