diff --git a/src/elements/select/readme.md b/src/elements/select/readme.md
index 6d437305a4..8d50c861d8 100644
--- a/src/elements/select/readme.md
+++ b/src/elements/select/readme.md
@@ -77,7 +77,7 @@ The component has no `size` property but, when slotted in a `sbb-form-field`, it
```html
- ...
+ ...
```
@@ -90,12 +90,27 @@ Additionally `sbb-option` will emit `optionSelected` when selected via user inte
## Accessibility
The select follows the combobox pattern. As a technical difficulty, we have to copy the combobox element into the light DOM.
-As a consequence, linking labels is not fully supported. While `aria-label`, `aria-labelledby` and `aria-describedby` on the `sbb-select` works,
+As a consequence, linking labels is not fully supported. While `aria-label`, `aria-labelledby` and `aria-describedby` on the `sbb-select` work,
using `