aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-12 03:09:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-12 03:09:44 +0200
commit633af67516ab9a4b94cfd739b4024cc9c8e82ffe (patch)
tree6e87539401fb9028e51f84eb309105f3fad8317a /doc
parentAdd html validator. (diff)
downloadcalp-633af67516ab9a4b94cfd739b4024cc9c8e82ffe.tar.gz
calp-633af67516ab9a4b94cfd739b4024cc9c8e82ffe.tar.xz
Fix spelling of aria-labelledby.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/javascript/components/tab_group_element.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ref/javascript/components/tab_group_element.texi b/doc/ref/javascript/components/tab_group_element.texi
index 67f3a359..7e0b190a 100644
--- a/doc/ref/javascript/components/tab_group_element.texi
+++ b/doc/ref/javascript/components/tab_group_element.texi
@@ -14,12 +14,12 @@ it, and a tab-element, which contains the actual content. These two
should refer to each other as follows:
@example
-+---------------+ +----------------+
-| TabLabel | | Tab |
-+---------------+ +----------------+
-| id |<----| aria-labeledby |
-| aria-controls |---->| id |
-+---------------+ +----------------+
++---------------+ +-----------------+
+| TabLabel | | Tab |
++---------------+ +-----------------+
+| id |<----| aria-labelledby |
+| aria-controls |---->| id |
++---------------+ +-----------------+
@end example
Further information about tabs in HTML can be found here: