diff --git a/html-aam/index.html b/html-aam/index.html
index 7722f2de2..e5b262baf 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -16219,16 +16219,22 @@
`fieldset` Element Accessible Name Computation
`option` Element Accessible Name Computation
-
- If the `option` element has an `aria-label` or an `aria-labelledby` attribute the
+ If the `option` element has an `aria-label`
+ or an `aria-labelledby` attribute the
accessible name is to be calculated using the algorithm defined in
Accessible Name and Description: Computation and API Mappings.
-
- If the accessible name is still empty, then: use the value of the `option` element's `label` attribute.
+ If the accessible name is still empty: use the value of the `option` element's `label` attribute.
- - Otherwise if no `label` attribute is specified use the `option` element subtree.
- - Otherwise use `title` attribute.
- - If none of the above yield a usable text string there is no accessible name.
+ -
+ If no `label` attribute is specified, or its value is the empty string: use the text equivalent computation of the `option` element's subtree.
+
+ -
+ Otherwise:
+ use the value of the element's `title` attribute.
+
+ - If none of the above yield a usable text string there is no accessible name.
An `option` element's `label` attribute will override the rendering of an `option` element's author defined descendents. Instead, the