/html/semantics/forms/the-select-element/common-HTMLOptionsCollection-namedItem.html| status | subtest | message |
|---|---|---|
| PASS | if only one item has a *name* or id value matching the parameter, return that object and stop | |
| PASS | if only one item has a name or *id* value matching the parameter, return that object and stop | |
| PASS | if no item has a name or id value matching the parameter, return null and stop | |
| PASS | if multiple items have a name or *id* value matching the parameter, return the first object and stop | |
| PASS | if multiple items have a *name* or id value matching the parameter, return the first object and stop | |
| PASS | if multiple items have a *name* or *id* value matching the parameter, return the first object and stop |
bundle built 2026-07-16T07:16:48.063Z