mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 14:02:00 +00:00
LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes
Corresponds tod426109ea1
andfd08f81d06
This commit is contained in:
parent
a35d14eab3
commit
423cdd447d
Notes:
github-actions[bot]
2025-06-24 15:13:34 +00:00
Author: https://github.com/AtkinsSJ
Commit: 423cdd447d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5194
Reviewed-by: https://github.com/shannonbooth ✅
35 changed files with 108 additions and 103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue