mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Update is_autocapitalize_inheriting method name with spec
This was changed when the autocorrect attribute was introduced: https://github.com/whatwg/html/commit/7bab05a
This commit is contained in:
Notes:
github-actions[bot]
2025-08-29 14:48:37 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/11457e533a7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4907 Reviewed-by: https://github.com/Lubrsi ✅ Reviewed-by: https://github.com/ananas-dev
@@ -38,7 +38,7 @@ public:
|
||||
virtual bool is_listed() const override { return true; }
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/forms.html#category-autocapitalize
|
||||
virtual bool is_auto_capitalize_inheriting() const override { return true; }
|
||||
virtual bool is_autocapitalize_and_autocorrect_inheriting() const override { return true; }
|
||||
|
||||
virtual Optional<ARIA::Role> default_role() const override { return ARIA::Role::group; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user