From 50e637a2a4809131676ddfa5eaa4243eeec2742d Mon Sep 17 00:00:00 2001 From: Rushikesh Garad Date: Sat, 12 Sep 2026 14:58:35 +0530 Subject: [PATCH] fix(rcdom): inspect descendant node data in get_a_selects_enabled_selectedcontent (closes #776) - In `Node::get_a_selects_enabled_selectedcontent`, match `&node.data` instead of `&self.data` when iterating through descendant nodes. - Previously, matching `&self.data` tested the parent `