mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1andfd08f81d06
This commit is contained in:
committed by
Shannon Booth
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/423cdd447d3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194 Reviewed-by: https://github.com/shannonbooth ✅
@@ -1970,13 +1970,13 @@ void HTMLInputElement::legacy_cancelled_activation_behavior()
|
||||
set_indeterminate(m_before_legacy_pre_activation_behavior_indeterminate);
|
||||
}
|
||||
|
||||
// 2. If this element 's type attribute is in the Radio Button state, then
|
||||
// 2. If this element's type attribute is in the Radio Button state, then
|
||||
// if the element to which a reference was obtained in the
|
||||
// legacy-pre-activation behavior, if any, is still in what is now this
|
||||
// element' s radio button group, if it still has one, and if so, setting
|
||||
// element' s radio button group, if it still has one, and if so, set
|
||||
// that element 's checkedness to true; or else, if there was no such
|
||||
// element, or that element is no longer in this element' s radio button
|
||||
// group, or if this element no longer has a radio button group, setting
|
||||
// group, or if this element no longer has a radio button group, set
|
||||
// this element's checkedness to false.
|
||||
if (type_state() == TypeAttributeState::RadioButton) {
|
||||
bool did_reselect_previous_element = false;
|
||||
|
||||
Reference in New Issue
Block a user