You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the steps to clone an option element into a
selectedcontent element from the parsing of an option end tag to a
paragraph which specifies that this should happen any time an option is
popped off the stack of open elements, which will make the algorithm run
even if the author didn't explicitly write a closing option tag.
Fixes#11653.
0 commit comments