-
Nils Frahm is a German musician, composer and record producer based in Berlin. He is known for combining classical and electronic music and for an unconventional approach to the piano in which he mixes a grand piano, upright piano, Roland Juno-60, Rhodes piano, drum machine, and Moog Taurus.
+
+
Maria Theresia Ahlefeldt (16 January 1755 – 20 December 1810) was a Danish, (originally German), composer. She is known as the first female composer in Denmark. Maria Theresia composed music for several ballets, operas, and plays of the royal theatre. She was given good critic as a composer and described as a “virkelig Tonekunstnerinde ” ('a True Artist of Music').
-
-
-
Agnes Caroline Thaarup Obel is a Danish singer/songwriter. Her first album, Philharmonics, was released by PIAS Recordings on 4 October 2010 in Europe. Philharmonics was certified gold in June 2011 by the Belgian Entertainment Association (BEA) for sales of 10,000 Copies.
+
+
Carl Joachim Andersen (29 April 1847 – 7 May 1909) was a Danish flutist, conductor and composer born in Copenhagen, son of the flutist Christian Joachim Andersen. Both as a virtuoso and as composer of flute music, he is considered one of the best of his time. He was considered to be a tough leader and teacher and demanded as such a lot from his orchestras but through that style he reached a high level.
-
-
-
Fear of complicated buildings:
-
A complex complex complex.
+
+
Ida Henriette da Fonseca (July 27, 1802 – July 6, 1858) was a Danish opera singer and composer. Ida Henriette da Fonseca was the daughter of Abraham da Fonseca (1776–1849) and Marie Sofie Kiærskou (1784–1863). She and her sister Emilie da Fonseca were students of Giuseppe Siboni, choir master of the Opera in Copenhagen. She was given a place at the royal Opera alongside her sister the same year she debuted in 1827.
+
+
+
Peter Erasmus Lange-Müller (1 December 1850 – 26 February 1926) was a Danish composer and pianist. His compositional style was influenced by Danish folk music and by the work of Robert Schumann; Johannes Brahms; and his Danish countrymen, including J.P.E. Hartmann.
@@ -68,10 +125,29 @@
Example
Accessibility Features
-
- To demonstrate the effects of deleting a tab, the third tab, labeled Joke ,
- can be deleted when it has focus by pressing Delete .
-
+
+
+ To make it easy for screen reader users to navigate from a tab to the beginning of content in the active tabpanel
, the tabpanel
element has tabindex="0"
to include the panel in the page Tab sequence.
+ It is recommended that all tabpanel
elements in a tab set are focusable if there are any panels in the set that contain content where the first element in the panel is not focusable.
+
+ To ensure people who rely on browser or operating system high contrast settings can both distinguish the active (selected) tab from other tabs and perceive keyboard focus:
+
+
+ The active tab has a 2 pixel border on its left and right sides and a 4 pixel border on top, while the names of inactive tabs have 1 pixel borders.
+ The active tab is also 4 pixels higher than the inactive tabs.
+
+
+ The focus ring is drawn with a CSS border on a child span
element of the tab element.
+ This focus span is separated from the tab border by 2 pixels of space to ensure focus and selection are separately perceivable.
+ Note that when a tab element is focused, the outline of the tab element itself is set to 0 so that only one focus ring is displayed.
+
+
+ Because transparent borders are visible on some systems when high contrast settings are enabled, only the focused span
element has a visible border.
+ When span
elements are not indicating focus, they have a 0-width border and additional padding equal in width to the border that is used to indicate focus.
+
+
+
+
@@ -121,10 +197,6 @@ Keyboard Support
End
Moves focus to the last tab and activates it.
-
- Delete
- When focus is on the Joke tab, removes the tab from the tab list and places focus on the previous tab.
-
@@ -151,10 +223,10 @@
Role, Property, State, and Tabindex Attributes
Indicates that the element serves as a container for a set of tabs.
-
+
- aria-label=Entertainment
+ aria-labelledby="ID_REFERENCE"
div
@@ -172,27 +244,22 @@ Role, Property, State, and Tabindex Attributes
Indicates the element serves as a tab control.
-
- When focused, is automatically activated, causing its associated tabpanel
- to be displayed.
-
-
- Provides a title for its associated tabpanel
.
-
+ When focused, it is automatically activated, causing its associated tabpanel
to be displayed.
+ Provides a label for its associated tabpanel
.
- aria-selected=true
+ aria-selected="true"
button
- Indicates the tab control is activated and its associated panel is displayed.
+ Indicates the tab is selected and its associated tabpanel is displayed.
Set when a tab receives focus.
@@ -200,7 +267,7 @@ Role, Property, State, and Tabindex Attributes
- aria-selected=false
+ aria-selected="false"
button
@@ -208,17 +275,17 @@ Role, Property, State, and Tabindex Attributes
- Indicates the tab control is not active and its associated panel is NOT
+ Indicates the tab is not selected and its associated tabpanel is NOT
displayed.
- Set for all tab elements in the tab set except the focused tab.
+ Set for all tab elements in the tab set except the tab that is selected.
- tabindex=-1
+ tabindex="-1"
button
@@ -227,21 +294,21 @@ Role, Property, State, and Tabindex Attributes
Removes the element from the page Tab sequence.
Set when a tab is not selected so that only the selected tab is in the page Tab sequence.
- Since an HTML button
element is used for the tab, it is not necessary to set tabindex=0
on the selected (active) tab element.
- This approach to managing focus is described in the section on roving tabindex .
+ Since an HTML button
element is used for the tab, it is not necessary to set tabindex="0"
on the selected (active) tab element.
+ This approach to managing focus is described in the section on roving tabindex .
- aria-controls=IDREF
+ aria-controls="ID_REFERENCE"
button
- Refers to the tabpanel
element associated with the tab.
+ Refers to the element with role=tabpanel
associated with the tab.
@@ -264,16 +331,14 @@ Role, Property, State, and Tabindex Attributes
- aria-labelledby=IDREF
+ aria-labelledby="ID_REFERENCE"
div
-
- Refers to the tab
element that controls the panel.
-
+ Refers to the tab
element that controls the panel.
Provides an accessible name for the tab panel.
@@ -281,7 +346,7 @@ Role, Property, State, and Tabindex Attributes
- tabindex=0
+ tabindex="0"
div
@@ -289,8 +354,8 @@ Role, Property, State, and Tabindex Attributes
Puts the tabpanel in the page Tab sequence.
- Facilitates movement to panel content for assistive technology users.
- Especially helpful if there are panels that do not contain a focusable element.
+ Facilitates navigation to panel content for assistive technology users.
+ Focusable tabpanel elements are recommended if any panels in a set contain content where the first element in the panel is not focusable.
@@ -301,8 +366,8 @@
Role, Property, State, and Tabindex Attributes
Javascript and CSS Source Code
@@ -321,9 +386,7 @@
HTML Source Code
- Tabs Design Pattern in WAI-ARIA Authoring Practices 1.2
+ Tabs Design Pattern in WAI-ARIA Authoring Practices 1.2
-
-