Changeset 286776 in webkit
- Timestamp:
- Dec 9, 2021, 6:03:45 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r286763 r286776 1 2 3 4 5 6 7 8 9 10 1 11 2021-12-08 Patrick Griffis <pgriffis@igalia.com> 2 12 -
trunk/Source/WebCore/ChangeLog
r286775 r286776 1 2 3 4 5 6 7 8 9 10 11 12 1 13 2021-12-09 Antti Koivisto <antti@apple.com> 2 14 -
trunk/Source/WebCore/dom/Element.cpp
r286542 r286776 808 808 static bool shouldAlwaysHaveFocusVisibleWhenFocused(const Element& element) 809 809 { 810 return element.isTextField() || element.isContentEditable() ;810 return element.isTextField() || element.isContentEditable(); 811 811 } 812 812
Note:
See TracChangeset
for help on using the changeset viewer.