From 99824b731c033e380597e39e1813909b6a88f2f3 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Sat, 28 Dec 2024 11:36:30 -0800 Subject: [PATCH] Update files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../web/accessibility/aria/attributes/aria-valuenow/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md b/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md index cfd882ff0f6b164..7c8469cf80ce081 100644 --- a/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md +++ b/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md @@ -75,7 +75,7 @@ The first rule of ARIA use is "if you can use a native feature with the semantic ```html - + ``` If we employ native HTML semantics with {{HTMLElement('input')}} we get styles and semantics for free.