From 603de927d246e4e054c65a260d055c81eca17f2d Mon Sep 17 00:00:00 2001
From: Joey Arhar
Date: Fri, 10 Oct 2025 07:17:23 -0700
Subject: [PATCH] Fix variable name in option disabled algorithm
The variable is called "option," not "optionInserted."
---
source | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source b/source
index 830273e8dc5..4bd72252b2d 100644
--- a/source
+++ b/source
@@ -56989,8 +56989,8 @@ interface HTMLOptionElement : HTMLElement {
present, then return true.
- For each ancestor of insertedOption's ancestors in reverse tree order:
+ For each ancestor of option's ancestors
+ in reverse tree order:
If ancestor is a select, hr, or option