Skip to content

Commit

Permalink
Editorial: fix typo in textarea cloning steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AtkinsSJ authored Jan 6, 2025
1 parent 00b42be commit 8e95516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -54851,7 +54851,7 @@ interface <dfn interface>HTMLTextAreaElement</dfn> : <span>HTMLElement</span> {
<p>The <span data-x="concept-node-clone-ext">cloning steps</span> for <code>textarea</code>
elements given <var>node</var>, <var>copy</var>, and <var>subtree</var> are to propagate the <span
data-x="concept-textarea-raw-value">raw value</span> and <span data-x="concept-fe-dirty">dirty
value flag</span> from <var>node</var> to <var>node</var>.</p>
value flag</span> from <var>node</var> to <var>copy</var>.</p>

<p>The <span>children changed steps</span> for <code>textarea</code> elements must, if the
element's <span data-x="concept-fe-dirty">dirty value flag</span> is false, set the element's
Expand Down

0 comments on commit 8e95516

Please sign in to comment.