summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/html/html_option_element.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html/html_option_element.c b/src/html/html_option_element.c
index 972b7b5..a593ebe 100644
--- a/src/html/html_option_element.c
+++ b/src/html/html_option_element.c
@@ -477,6 +477,9 @@ dom_exception _dom_html_option_element_copy_internal(
return err;
}
+ new->default_selected = old->default_selected;
+ new->default_selected_set = old->default_selected_set;
+
return DOM_NO_ERR;
}