From 8e9551669105bcf08dffcb6f9e1cfc0ef5f5d366 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Mon, 6 Jan 2025 07:27:38 +0000 Subject: [PATCH] Editorial: fix typo in textarea cloning steps --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 91a98c390ef..734166989d9 100644 --- a/source +++ b/source @@ -54851,7 +54851,7 @@ interface HTMLTextAreaElement : HTMLElement {

The cloning steps for textarea elements given node, copy, and subtree are to propagate the raw value and dirty - value flag from node to node.

+ value flag from node to copy.

The children changed steps for textarea elements must, if the element's dirty value flag is false, set the element's