We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b1751 commit 42d358dCopy full SHA for 42d358d
files/en-us/web/api/document_object_model/reflected_attributes/index.md
@@ -190,7 +190,7 @@ Setting the attribute value restores the relationship between the attribute and
190
Continuing the example from above:
191
192
```js
193
-inputElement.setAttribute("aria-labelledby", "input1");
+inputElement.setAttribute("aria-labelledby", "label_1");
194
195
attributeValue = inputElement.getAttribute("aria-labelledby");
196
console.log(attributeValue);
0 commit comments